Compiling and Saving Directive PeopleCode

Directive PeopleCode is identified using the PTTOOLSREL column on the PSPCMPROG table. As a part of the PeopleTools Only upgrade, it may be necessary to compile the directive PeopleCode. The parameter -CMPDIRPC is used to compile directive PeopleCode.

Example: Compiling and Saving Directive PeopleCode

For this example, assume that the:

  • Database type is Oracle.

  • Database server name is SERVER1.

  • Database name is QEDMO854.

  • Database use ID is QEDMO.

  • Database use password is QEDMO.

  • PeopleSoft splash screen is suppressed.

  • Run in QUIET mode.

  • PeopleSoft Application Designer interface is hidden.

  • Compile and Save Directive Peoplecode

  • Path name of the log file is c:\temp\test2.log in the Windows registry

pside.exe -CT ORACLE -CS SERVER1 -CD QEDMO854 -CO QEDMO -CP QEDMO -SS NO
 -QUIET -HIDE -CMPDIRPC -LF c:\temp\test2.log 

See Understanding PeopleSoft Application Designer Command Line Parameters for details on the parameters.