Command Line for Applying Application Upgrade
The action UPGAPPLY is used to upgrade to 9.2 application release using the command line.
Command line format:
changeassistant.bat -MODE UM -ACTION UPGAPPLY -TGTENV <target database> -UPD <change package> -OUT <path to log file> -WARNINGOK <Y or N> -EXONERR <Y or N>or
changeassistant.bat -MODE UM -ACTION UPGAPPLY -INI <path to ini file>The parameters for PTUAPPLY action are:
| Parameter | Description |
|---|---|
|
-MODE |
Change Assistant Action (Required) UM = Update Manager |
|
-ACTION |
Action name (Required) UPGAPPLY=Apply PTU |
|
-TGTENV |
Target environment (Required) |
|
-UPGSRC |
Upgrade source environment (Required) |
|
-UPD |
Update ID of change package. (Required)] Example: -UPD HCM91TO92UPG |
|
-RFU |
Required for upgrade change package (Optional)
|
|
-PTU |
PeopleTools upgrade change package (Optional) Example: -PTU PTU856 |
|
-TYPE |
Apply Type. (Optional)
|
|
-SYNCTYPE |
Synchronize Target Metadata (Optional)
|
|
-OUT |
Path to log file. (Optional) |
|
-WARNINGSOK |
Proceed with apply even if warnings are found. (Optional)
|
|
-RESETJOB |
Reset Job Set before applying (Optional)
|
|
-EXONERR |
Specify whether or not to launch GUI if an error or manual stop is encountered. (Optional)
|
|
-RESUMEJOB |
Specify the parameter value:
|
|
-FS |
Specify either the file servers or ini path. File servers hostname#configPath (Optional)
|
|
-INI |
Path to ini file. |