System Profile
System Full Name | Activity Reporting and Standards System |
Business Support Team | ARASS Requests / Demandes SNARA |
Business Administrator | Olivier Hill |
Business Owner | Brian Oattes |
Director | Angele Saumur |
Subject Matter Expert | Mike Clark |
Division | |
NTARS Code | CA03 |
Source Location | |
Source Code Location | |
Migration to DevOps | ✅ |
New Source Code Location (DevOps) | https://dev.azure.com/transport-canada/DSD-CIVAV Support/_git/ir-ri_internal |
Technology Assessment
Platform Type | Web (Internal) |
---|---|
Database Platform and Version | Oracle 11g |
Development Language and Framework | ASP.NET |
Operating System and Version | Windows Server 2016 |
Additional Dependencies | Crystal Report |
Authentication | Windows/AD |
Environment Access Information
ENV | UNC | WWWFILES | URL | DB |
---|---|---|---|---|
DEV | TTSD_11G | |||
PREACC | PREACC_CA | |||
ACC | TTSA_11G | |||
PROD | TTSP_11G | |||
TRAINING | TTST |
System Overview
ARASS Quick Reference Document: RDIMS #7908813
...
*If you don’t have access to \\TC4S0A\GROUPS\AARA\AARAD\, you need to send an email to Service Desk
Using -ARASS needs to use Microsoft Visual Studio 2013
Connect to tfsprod\CivAv
Mapping Source Location $/ARASS-SNARA/Dev/Source to a local folder
...
because it works with crystal reports
-ARASS is using C:\Program Files\Transport Canada folder (not :\Program Files (x86)\Transport Canada)?
-You can copy the content of C:\Program Files (x86)\Transport Canada to C:\Program Files\Transport Canada
Inside C:\Program Files\Transport Canada, we should have AjaxControlToolkit.dll, CLFPage.dll, TcMailerNet.dll, folder StreamTagFilter and CLFPagePlugin
-Inside your local .vs, make sure the applicationhost.config contain these lines inside the <modules> section
<modules>
<add name="StreamTagFilter-2.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.2.0, Version=1.0.5.0, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv2.0" />
<add name="StreamTagFilter-4.0" type="Utility.IIS.StreamTagFilterModule, StreamTagFilter.NET.4.0, Version=1.0.5.0, Culture=neutral, PublicKeyToken=d3d707ec692e4024" preCondition="runtimeVersionv4.0" />
</modules>
-If seeing any exclamation marks at References of CLFPage and AjaxControlToolkit, then add their references pointing to the location of C:\Program Files\Transport Canada, and make sure Copy Local as True. When the copy local as True, then building the solution will add the dll copies to the bin folder
-If you still see the layout like this below, that means the CLFPage.dll is not correct (calling the old stylesheets), please see below how to fix that
...
Fix: Go to the bin folder and delete the CLFPage.dll, go to References and remove the CFLPage.dll.
Copy the right CLFPage.dll (ask the team members) to the C:\Program Files\Transport Canada and add Reference of CLFPage.dll to this path, build the solution and run it. It should display the layout correctly
...
Good To Know
+- 1300 people use this application (source Olivier Hill)
How-To and Fixes
...