Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

System Profile

System Full NameCPSCS Vessel Traffic Processor-APCIS Web Service
Business ContactBill Henderson
Business Owner
Tech Stack

Presentation Layer:  

Business Logic Layer:  

RDBMS:  

Reporting:  

Prod Source LocationTFS: $/CPSCS-SCEPChttps://dev.azure.com/DSD-Marine/MSS-Portfolio/_git/CPSCS-VTP/RELEASE/v2.9.0APCIS/commits?itemPath=%2F&itemVersion=GBmaster
Dev Source LocationTFS: $/CPSCS-SCEPChttps://dev.azure.com/DSD-Marine/MSS-Portfolio/_git/CPSCS-VTP/DEVELOPMENT/v2.10.xAPCIS/commits?itemPath=%2F&itemVersion=GBmaster


Environment Access Information

DEV

User (admin):

Pass:

Unc: http://wwwappsmssdev/saf-sec-sur/4/cpscs-apcis-ws/ApcisProxyWs.asmx

Url:

ACC

User (admin):

Pass:

Unc: http://wwwappstestx.tc.gc.ca/saf-sec-sur/4/cpscs-apcis-ws/ApcisProxyWs.asmx

Url:

PROD

User (admin):

Pass:

UNC: \\tcwebscripts\mss-scripts\cpscs-vtp\https://wwwappsx.tc.gc.ca/saf-sec-sur/4/cpscs-apcis-ws/ApcisProxyWs.asmx

Url:


System Overview

Per Bill Henderson: "The VTP is the Connection CPSCS has with INNAV (CCG vessel Traffic Services) send us the arrival information which we process and send to THETIS and get the priorities from THETIS for the vessel arrivals."


Good To KnowGood To Know

Prod publish:

For Production, the application MUST be compiled in release mode, in order to use the correct service reference file 
//  If in debug mode, use test apcis web service; otherwise, use prod (J. Green, v1.0.0, April 2014)
#if DEBUG
    using TestProxyAPCIS.apcis_preprod_ws;
    //using TestProxyAPCIS.apcis_test_ws;
#else
    using TestProxyAPCIS.apcis_prod_ws;
#endif


How-To and Fixes

<Sub-sections should describe how to address known support request, including any scripts, instructions / steps, etc… >