Installing the Hybrid Connector for a customer registered with the CoreView government data center requires additional steps.
After installing the Hybrid Connector using the executable provided by your CoreView account manager, follow these instructions:
- Open Windows Services and stop the CoreView Connector service.
- Navigate to the following directory using File Explorer:
C:\Program Files (x86)\CoreView Agent
- Locate and edit the following configuration file with Notepad (run as administrator):
Forward365.Service.PowershellService.Agent.exe.config
- In the file, search for and update the values of the following keys:
- For “
CentralAuthApiUrl
”, change the value to https://uslogin.coreview.com - For “
BackendApiUrl
”, change the value to https://usgovapi.4ward365.com/api/
The updated entries in the configuration file should look like this:
<addkey="CentralAuthApiUrl value="https://uslogin.coreview.com" />
<addkey="BackendApiUrl value="https://usgovapi.4ward365.com/api/ " />