System Profile
System Full Name | General Aviation Licensing and Registration On-line |
Business Administrator | Christopher McCue |
Business Owner | Jeff Phipps |
Director | Felix Meunier |
Subject Matter Expert | Xia Wang, Nikolay Melnik (GALRO) Chantal Avon (FTAE System Administrator) Christopher McCue (CCARCS System Administrator) |
Division | |
NTARS Code | CA26 |
Source Location | |
Source Code Location | |
Migration to DevOps | ✅ |
New Source Code Location (DevOps) | https://dev.azure.com/transport-canada/DSD-CIVAV Support/_git/GALRO-AGLIE-SEC |
Technology Assessment
Platform Type | Web (Internal) |
---|---|
Database Platform and Version | Oracle 18c |
Development Language and Framework | .NET 4.0, VB.NET, Web Forms, “Intranet“ GoC CLF |
Operating System and Version | Windows Server 2016 |
Additional Dependencies | Crystal Report |
Authentication | Windows/AD |
Environment Access Information
ENV | UNC | WWWFILES | URL | DB |
---|---|---|---|---|
DEV | \\ncrws499\catcappsx\Saf-Sec-Sur\2\GALRO-AGLIE-SEC | N/A | http://catcappsx/Saf-Sec-Sur/2/Galro-aglie-sec/client_2.aspx |
|
ACC | \\Tctestmaster\tcappsroot\Saf-Sec-Sur\2\GALRO-AGLIE-SEC | N/A |
| |
PROD | consult with Web Group | N/A |
|
System Overview
GALRO Admin is an internal admin website that uses Oracle (CCARCS, FTAE, DAPLS database); It used by TC personnel (GALRO administrators) to manage internal user access and external user registration, activation
Good To Know
Developer’s note
This solution can run on VS2019.
In order to run the GALRO Admin web page, we need to be added as the administrators (Team leaders can provide you the access)
Compile errors and fixes:
If there is any error about CrystalDecisions
, check the References and have to reinstall the actual Dlls for these libraries
On VS2019->Tool-> Nuget Packet Manager-> Manage Nuget Packages for Solution, and search for the library to install if that library is not existed, and reinstall if that is already existed.
When we added the library “CrystalDecisions.ReportAppServer.ClientDoc”, we have to install the specific version “13.0.3500.0” since these info are required in the web.config
<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.3500.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Build the solution and run it. The banner is still not displaying correctly. How to fix it?
How-To and Fixes
References
Document | RDIMS # |
---|---|
GALRO_PHASE_I_CONSOLIDATED_ANALYSIS | 4672886 |
GALRO_PHASE_II_III_CONSOLIDATED_ANALYSIS | 4693669 |
GALRO_PHASE_II_III_SS2_SECURITY_DETAIL_DESIGN | 4719638 |
GALRO_ENVIRONMENT_SUMMARY Some of information in this document is out of date | 16772158 |
Add Comment