Command Line for Creating Change Package
The action CPCREATE is used to upgrade to a new PeopleTools release using the command line.
Command line format:
changeassistant.bat -MODE UM -ACTION CPCREATE -UPD <change package> -OUT <path to log file> -EXONERR <Y or N>or
changeassistant.bat -MODE UM -ACTION CPCREATE -INI <path to ini file>The parameters for CPCREATE action are:
| Parameter | Description |
|---|---|
|
-MODE |
Change Assistant Action (Required) UM = Update Manager |
|
-ACTION |
Action name (Required) CPCREATE =Create Change Package |
|
-UPD |
Update ID of change package. (Required)] Example: -UPD PTU854 |
|
-OUT |
Path to log file. (Optional) |
|
-EXONERR |
Specify whether or not to launch GUI if an error or manual stop is encountered. (Optional)
|
|
-INI |
Path to ini file. |