SST Operations Bridge Administration Guide, Version 1.1

Table Of Contents
Data Management 159
Console Mode using the Command Prompt
SST/OB allows you to run the Import Utility using the ImportUtility.exe at command prompt.
Command line options:
ImportUtility /configFile:<configuration file path>
Where,
/configFile:<configuration file path> is the full path of the configuration file that contains import job
information. The default is (ImportInfo.xml)
To run the utility, switch over to the location where the ImportUtility.exe is copied. The default path is
C:\Program Files\HP SST\SST Operations Bridge\Client.
The next step is run the utility along with the parameters. An example has been provided for your reference.
C:\Program Files\HP SST\SST Operations Bridge\Client>ImportUtility
/configfile:C:\import.xml
---------------------------- Import Started ----------------------
Loading the records from the Source.....
Total number of Source records loaded = 1
Some source records might be ignored if the corresponding record is not found
in the destination table.
Altered the destination table successfully. Added 4 columns.
Inserted the field definitions for 8 fields successfully
Mapping the fields from source and destination started based on the key:
"TermId"
Mapping the fields from source and destination completed.
Total number of rows that would be imported = 0.
Total number of rows that would be ignored = 1.
The number of rows successfully updated = 0
---------------------- Import completed successfully --------------
NOTE: Exit from the SST/OB Client GUI and Sign In again to view/load the changes.
Data Management