Archibus and Serraview Integration
Story 1: Configure Connectors
(Export Archibus Data to Serraview and Send Data Back to Archibus)
The Serraview_Sync
custom connector runs all the connectors for Story 1.
Procedure
- Configure
Serraview_Sync
for SFTP. - Schedule
Serraview_Sync
to run nightly.
Parameters
Note:None of these need to be modified from their defaults in a production environment.
Parameter | Description | Example |
---|---|---|
importFolder | prepended to connection string for import connectors | {importFolder:'out/story1'} |
exportFolder | prepended to connection string for export connectors | {exportFolder:''} |
exportUpdatesOnly |
When set to true, will export only new, updated or deleted records. Defaults to false. NOTE: Serraview does not support this. |
{exportUpdatesOnly:true} |
debug | When set to true, will log SQL queries used to populate tables and integrate data. | {debug:true} |
spaceInventoryOnly | When set to true, will not import anything, and will not export employee data. Defaults to false. | {spaceInventoryOnly:true} |
See also
Connectors for Archibus-Serraview Integration
Connectors: Using FTP, FTPS, and SFTP
Story 1 Overview: Add Serraview Space Planning & Optimization to an Archibus Deployment