Skip to main content

CAD Connector - Pulsium

Written by Billy Keen

Overview

The Data Agent will read from the Pulsium Reporting SQL Database. To do this we need a user to connect.

To prepare for this connection, we need the following details.

Configuration

Explanation

Host*

Host of the reporting database

Use Integrated Security

Username*

Database user

Password*

Database password

Database name*

Database Schema to read from

*Required Field

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



​

Did this answer your question?