Skip to main content

CAD Connector - Hexagon

Lance Elicker avatar
Written by Lance Elicker
Updated over 3 weeks ago

Overview

GovWorx offers two ways to connect to Hexagon CAD depending on your particular deployment.

Direct Database Query

The Data Agent will read from a Hexagon replicated reporting database. Agent will run prebuilt read-only SQL queries on a customer determined time interval. To do this we will need a SQL reader user account to connect.

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

Configuration

Explanation

Host

Host of the reporting database

Username

Database user

Password

Database password

Database name

Database Schema to read from

Use Integrated Security

Whether to use gMSA to authenticate to the database. Either enable this or supply both a username and password.

Connect to availability group reader

Include subtype in incident type

Report incident type as "{type}-{subtype}"

Do not include system generated notes

Use uni_hi_rec_id for responders (Integraph)

Use common_event_call table for call data

Lookback time in minutes (default: 30)

Add EID to additional context

Depending on your configuration, either num_1 or eid is used for each incident's ID. Enable this to always include the EID in the "Additional context" field of each event.

agency_event view name (optional override)

common_event view name (optional override)

common_event_call view name (optional override)

an_al view name (optional override)

evcom view name (optional override)

persl view name (optional override)

un_hi view name (optional override)

un_hi_persl view name (optional override)

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

CSV file via SFTP

We have also worked with customers who want more control over the query to programmatically export and upload a CSV. See this article for more details on our SFTP flow.

​


​

Did this answer your question?