Skip to main content

CAD Connector - FirstWatch

T
Written by Ty Kozic
Updated over a month ago

Overview

The Data Agent reads XML files from a local or shared directory.

An asterisk (*) denotes a required field.

Configuration

Explanation

UNC Share / Directory*

Either a local path or a UNC share path. Recognized as a UNC path if it begins with two backslashes ("\\").

Username

Credential to access a UNC shared folder.

Password

Credential to access a UNC shared folder.

Delete files after being processed

Whether to delete each XML file after processing it.

Agencies

If set, only include an incident if its agency contains an element of this comma-separated string.

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?