Overview
The Data Agent connects to Enterpol's SQL Server database. GovWorx needs a user with permission to do so.
Configuration | Explanation |
Host | Host of the reporting database |
Use Integrated Security | Whether to use Windows Authentication to connect to the database |
Username | Database username. Provide when not using integrated security |
Password | Database password. Provide when not using integrated security |
Database name | Database name |
Network Requirements: The server running the Data Agent should be able to connect to the CAD Reporting server over port 1433. This can be tested using PowerShell.
PowerShell Command:
Test-NetConnection -ComputerName {CAD Reporting Server name or IP} -Port 1433
