Configure AG Service

  1. Log in to the server that hosts the AGService and the Batch Periodic Reports process.
  2. Navigate to the ArgusInstallPath in the filesystem.
  3. Open the file AGProc.exe.config for editing.
  4. Navigate to the <system.serviceModel> tag in this file.
  5. In the endpoint element that lies within the client element, enter the following text in the Address attribute:

    http://<host>:<port>/xmlpserver/services/v2/SecurityService where the name attribute is set to SecurityService

    http://<host>:<port>/xmlpserver/services/v2/ScheduleService where the name attribute is set to SchedulingService

    http://<host>:<port>/xmlpserver/services/v2/ReportService where the name attribute is set to ReportService

    In the above instances, <host> refers to the IP address or the Fully Qualified Domain name of the Oracle Business Intelligence Publisher server and <port> refers to the Oracle Business Intelligence Publisher port number.

    If the Oracle Business Intelligence Publisher Server has been configured over an Oracle Access Manager/SSO controlled port, then that port number to be used here.