Command Line for Applying Required for Upgrade Package
The action RFUAPPLY is used to apply a Tools Delta change package that was created using PUM.
Command line format:
Changeassistant.bat -MODE UM -ACTION RFUAPPLY -TGTENV <target database> -UPD <change package> -TYPE <initial pass or move to production> -SYNCTYPE <y OR n> -OUT <log file directory> -WARNINGSOK <Yor N> -RESETJOB <Y or N> -EXONERR <launch GUI Y or N> -RESUMEJOB [COMPLETECONTINUE|RESTARTCONTINUE| READYTORUNCONTINUE]or
Changeassistant.bat -MODE UM -ACTION RFUAPPLY -INI <path to ini file>Example command line:
Changeassistant.bat -MODE UM -ACTION RFUAPPLY -TGTENV HC920001 – UPD PKG1In this example the target database is named HC920001and the change package to apply is PKG1. All of the other parameters will use the default.
| Parameter | Description |
|---|---|
|
-MODE |
Change Assistant mode (Required) UM |
|
-ACTION |
Change Assistant action (Required) RFUAPPLY = Apply Required for Upgrade Change Package |
|
-TGTENV |
Target database (Required) Optional if TYPE is IPSRC |
|
-UPD |
The Change Package to apply. (Required) Specify either all , a single or multiple Change Packages to apply to the specified environment. For example:
|
|
-TYPE |
Apply Type. (Optional)
|
|
-SYNCTYPE |
Synchronize target metadata. (Optional)
|
|
-OUT |
Path of log file (Optional) If the log directory is not specified it uses the default defined under General Options. |
|
-WARNINGSOK |
Proceed with apply even if warnings are found. (Optional)
|
|
-EXONERR |
Specify whether or not to launch GUI if an error or manual stop is encountered. (Optional)
|
|
-RESETJOB |
Specify whether or not to reset the job if the job fails the first time it is run.
|
|
-RESUMEJOB |
Specify the parameter value:
|
|
-FS |
Specify either the file servers or ini path. File servers hostname#configPath (Optional)
|
|
-INI |
Path to ini file. |