System Profile
System Full Name | Activity Reporting and Standards System |
---|---|
System Full Name (French) | Système de normes avec rapports d'activités |
Business Support Team | ARASS Requests / Demandes SNARA |
Business Administrator | Stephen Hallissey / Stephane Robichaud / Olivier Hill |
Business Owner | Liana Fix |
Director | Angèle 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/ARASS-SNARA |
Technology Assessment
Platform Type | Web (Internal) |
---|---|
Database Platform and Version | Oracle 18C |
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 | \\ncrws499\catcappsx\Saf-Sec-Sur\2\ARASS-SNARA | TTSD18 | ||
ACC | \\tctestmaster\tcappsroot\Saf-Sec-Sur\2\ARASS-SNARA | TTSA18 | ||
PROD | TTSP18 | |||
TRAINING | TTST |
System Overview
The ARASS application provides Civil Aviation managers with an automated resource management tool for planning and analyzing workload requirements, resource analysis and performance reporting. It contains a database of activities completed within the national Civil Aviation program.
ARASS Quick Reference Document: RDIMS #7908813
RDIMS #7391216
Developer installation
Good To Know
~1300 people use this application (source: Olivier Hill)
Notes from Mike Clark about the system (current of writing 2023-04-12)
Oracle:
ARASS currently is using Oracle.manageddataacess.dll instead of oracle.dataacess.dll. This can be seen in web.config’s connections
The advantage of using Oracle.ManagedDataAccess is we do not need local Oracle client installed. We only need .Net runtime installed to connect to Oracle. This helps to make applications working in any computer without worrying whether we have installed 32bit or 64 bit version Oracle client.
Publish files: can use the same below setup to prepare the deployment for dev, acceptance or prod.
We can create one package on dev/acceptance and copy the same package for prod
Connection: The target location is pointing to your local location
Settings
Change request examples: C255126 (Crystal report change)
How-To and Fixes
In case of missing office data in the ARASS report Excel (Using national data dump by quarter). Please refer first to the PDF file by downloading it from the production environment using Generate report tab on the left side of the screen (It’s important to select (‘’Actuals by Office’’ / Report Format ‘’PDF’’) as well as the fiscal year and the quarter.
Then select the offices that you think they’re missing. In this case, we selected (Aerodromes/Cabin Safety/A-OHS)
Then click on Generate report.
Now you’ll get the chance to do the comparison between both files (One using National data dump by quarter/Actuals by office).
In case of you see data that exists on the PDF file and does not on the excel.
Please refer to the database table: AA001_ARASS_OFFICE
Then you’ll be able to look for the missing office using the OFFICE_TITLE_ETEXT field by filtering the office missing.
Then look at the WA003_OFFICE_HIERARCHY_DETAIL table and make sure that the office has values into the OFFICE_LIST field:
Level1/2/3/4/5 are defined for the location of the office. Example :
Pacific/Coastal/Surrey/Specialties/Aerodromes
please contact me @ Riadh.said@tc.gc.ca for help in case the office list field contains 0 values as 0,0,0,0,0
TFS Test Plans, Suites and Test Cases imported:
Add Comment