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)

  • Y = Replace existing values if they exist. (default)

  • N = Do not replace values if they exist.

-EXONERR

Specify whether or not to launch GUI if an error or manual stop is encountered. (Optional)

  • Y = Do not Launch

  • N= Launch (default)

-SWP

Show Welcome Menu (Optional)

  • True = Show welcome page

  • False = Do not show welcome page

-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)

  • Y = Yes

  • N = No (default)

-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:

  • None (Allowed List) (Default)

  • Server Certificates Only (Allowed List)

  • Client and Server Certificate

-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)

  • Y = Yes

  • N = No (default)

-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.

See Using a Configuration File with Changeassistant.bat