Command Line for Applying PeopleTools Upgrade

The action PTUAPPLY is used to upgrade to a new PeopleTools release using the command line.

Command line format:

changeassistant.bat -MODE UM -ACTION PTUAPPLY -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 PTUAPPLY -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)

PTUAPPLY=Apply PTU

-TGTENV

Target environment (Required)

-UPD

Update ID of change package. (Required)]

Example: -UPD PTU854

-OUT

Path to log file. (Optional)

-WARNINGSOK

Proceed with apply even if warnings are found. (Optional)

  • Y = Proceed with apply even if warnings are found. (default)

  • N = Stop apply when warnings are encountered.

-EXONERR

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

  • Y = Do not Launch

  • N= Launch (default)

-RESUMEJOB

Specify the parameter value:

  • COMPLETECONTINUE

    To mark the first failed step or manual stop step to status COMPLETE and continue the job.

  • RESTARTCONTINUE

    To mark the first failed step or manual stop step to status RE-START and continue the job

  • READYTORUNCONTINUE

    To mark the first failed step or manual stop step to status READYTORUN and continue the job

-INI

Path to ini file.

See Using a Configuration File with Changeassistant.bat