Scheduling Data Imports from the Command Line - PAS Integrity Software Suite - 7.3 - Administration & Configuration - Intergraph

Integrity Administration Guide

Language
English
Product
PAS Integrity Software Suite
Subproduct
Cyber
Search by Category
Administration & Configuration
PAS Version
7.3

The RunDefinition.exe utility allows you to import data for an asset from the command line. You can also use Windows Task Scheduler to import newly-collected data by running this command on a scheduled basis. The syntax of this command is:

"InstallPath\DataCollector\RunDefinition.exe" "Asset : SequenceDef : Seq"

  • InstallPath - Specifies the location where you installed Integrity, such as C:\Program Files (x86)\PAS\Integrity.

  • Asset - Specifies the name of the asset (data owner) in Integrity, such as ABSLC500-Unit1.

  • Seq - Specifies the name of the import sequence defined by the asset model for this asset, such as All.

For example, to import the data for the TPS1 asset using the All import sequence with Integrity installed in the C:\PAS\Integrity folder, enter the following command:

"C:\PAS\Integrity\DataCollector\RunDefinition.exe" "TPS1 : SequenceDef : All"