Merging Projects Using the Command Line

Use the same command line syntax as identified previously to build a project.

See Understanding PeopleSoft Application Designer Command Line Parameters.

Use the command line statement for the merge projects to:

  • Connect the database.

  • Merge 2 projects in that database.

    Projects are merged into the first project listed.

Example

For this example, assume that the:

  • Projects to merge are: PROJECT1 and PROJECT2

    Projects will be merged into PROJECT1.

  • Database type is Oracle.

  • Database name is T1C85401.

  • User ID is PTTRN.

  • Password is password.

  • Path name of the log file is C:\temp\Output\mergetest.log in the Windows registry.

For this example, you would enter the following at the command line:

pside.exe -CT ORACLE -CS -CD T1C85401 -CO PTTRN -CP password -CI people -CW password -PJMG PROJECT1,PROJECT2 -LF C:\temp\Output\mergetest.log -HIDE -QUIET -SS NO -SN NO

See Command Line Parameters.