Command Line for Setting Options
The action OPTIONS is used to set options using the command line.
Command line options are available for the General Options, EM Hub Options, and PUM Source Options. Additional options are not supported via command line.
Command line format:
changeassistant.bat -MODE UM -ACTION OPTIONS -OUT <path to output log> -REPLACE <Y or N> -EXONERR <Y or N> -SWP <True or False> -MCP <maximum concurrect processes> -PSH <path to PS Home> -STG <staging directory> -OD <output directory> -DL <download directory> -SQH <path to SQL Query tool> -EMYN <Y or N) -EMH <server host name> -EMP <server host port> -SSL <Y or N> -KEYSTORE <path to KeyStore file> -KEYSTOREPWD <keystore password> -TRUSTSTORE <path to TrustStore file> -TRUSTSTOREPWD <truststore password> -EMC <chunck size> -EMPING <ping interval> -EMDRV <drives to crawl> -SRCYN <Y or N> -SRCENV <PUMsource database name> -PUH <PUM PS Home> -PIA <PUM PIA URL>or
changeassistant.bat -MODE UM -ACTION OPTIONS -INI <path to ini file>The parameters for OPTIONS action are:
| Parameter | Description |
|---|---|
|
-MODE |
Change Assistant Action (Required) UM = Update Manager |
|
-ACTION |
Action name (Required) OPTIONS = Set General Options |
|
-OUT |
Path of log file (Optional) If the log directory is not specified it uses the default defined under General Options. |
|
-REPLACE |
Replace existing data if it exists (Optional)
|
|
-EXONERR |
Specify whether or not to launch GUI if an error or manual stop is encountered. (Optional)
|
|
-SWP |
Show Welcome Menu (Optional)
|
|
-MCP |
Maximum Concurrent Processes (Optional) |
|
-PSH |
PS Home (Optional) |
|
-PAH |
PS App Home (Optional) |
|
-PCH |
PS Cust Home (Optional) |
|
-STG |
Staging Directory (Optional) |
|
-OD |
Output Directory (Optional) |
|
-DL |
Download Directory (Optional) |
|
-PUH |
PeopleSoft Update Directory (Optional) |
|
-SQH |
SQL Query Tools (Optional) |
|
-EMYN |
Configure EM Hub for file deploy (Optional)
|
|
-EMH |
Server Host Name (Required if –EMYN is Y) |
|
-EMP |
Server Host Port (Required if –EMYN is Y) |
|
-SSL |
Connect to EM Hub with HTTP or HTTPS connection. SSL options are:
|
|
-KEYSTORE |
The path to keystore file |
|
-KEYSTOREPWD |
The keystore password stored in psvault file |
|
-TRUSTSTORE |
The path to truststore file |
|
-TRUSTSTOREPWD |
The truststore password stored in psvault file |
|
-EMC |
Chunk Size (Required if –EMYN is Y) |
|
-EMPING |
Ping Interval (Required if –EMYN is Y) |
|
-EMDRV |
Drives to Crawl (Required if –EMYN is Y) |
|
-SRCYN |
Configure PUM Source (Optional)
|
|
-SRCENV |
PUM Source Database Name (Required if –SRCYN is Y) |
|
-PUH |
PUM PS Home Directory (Required if –SRCYN is Y) |
|
-PIA |
PUM Source PIA URL (Required if –SRCYN is Y) |
|
-INI |
Path to ini file. |