Command Line for Applying PeopleTools Patch

The action PTPAPPLY is used to apply a PeopleTools Patch using the command line.

Command line format:

Changeassistant.bat -MODE UM -ACTION PTPAPPLY -TGTENV <target database> -UPD <change package>

or

Changeassistant.bat -MODE UM -ACTION PTPAPPLY -INI <path to ini file>

The parameters for applying a PeopleTools patch are:

Parameter Description

-MODE

Change Assistant Action (Required)

UM = Update Manager

-ACTION

Action name (Required)

PTPAPPLY =Apply PTP

-TGTENV

Target environment (Required)

-UPD

Update ID of change package. (Required)]

Example: -UPD PTP85401

-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