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)

  • Y Yes (apply)

  • N No(not apply)

-PTU

PeopleTools upgrade change package (Optional)

Example: -PTU PTU856

-TYPE

Apply Type. (Optional)

  • IP = Initial Pass (All steps) (default)

  • MTP = Move to production

  • SP= Subsequent Pass

-SYNCTYPE

Synchronize Target Metadata (Optional)

  • Y Yes (default if type is IP)

  • N No(default if type is not IP)

-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.

-RESETJOB

Reset Job Set before applying (Optional)

  • RESETJOB Y = Reset Job Set before applying (default)

  • RESETJOB N = Do Not Reset Job Set before applying

-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

-FS

Specify either the file servers or ini path.

File servers hostname#configPath (Optional)

  • -FS all (default)

  • -FS <hostname>#c:\pt8.53-102-r1

  • -FS <hostname>#c:\pt8.53-102-r1; <hostname>#c:\pt8.53-103-r1

-INI

Path to ini file.

See Using a Configuration File with Changeassistant.bat