Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An operation to copy definitions from a file to the target database. This operation can be used in the Deploy workflow to import the project from the Project file. This operation users the the project file from the artifact repository. Provides option to copy only the definition, this will help to copy the definition of the project without any changes to the target database. 

Environment/Instance Properties

Property NameProperty CodeRequiredDescription
Database TypeFDPSOFT_DATABASE_TYPEYesThe type of source database to which to connect to. (e.g. ORACLE, SYBASE, etc.)
Database NameFDPSOFT_DATABASE_NAMEYesThe name of the source database to which you are connecting.
PeopleSoft UserFDPSOFT_USER_IDYesThe user ID to use to sign in to the source database. 
PeopleSoft PasswordFDPSOFT_PASSWORDYesThe password for the specified user ID for the source database.
PeopleSoft Connect IDFDPSOFT_CONNECT_IDNoThe ID that is used to connect to the database.
PeopleSoft Connect PasswordFDPSOFT_CONNECT_PASSWORDNoThe password for the specified connect ID.
PeopleTools Executable PathFDPSOFT_PEOPLETOOLS_EXEYesThe path to the PeopleTools executable. (pside.exe)

...

Input NameInput CodeRequiredDescription
Project DirectoryFDPSOFT_INP_PROJECT_DIRNoDirectory containing the PeopleSoft project definition. If not provided the artifact directory will be used.
Copy Definition OnlyFDPSOFT_INP_COPY_DEFINITION_ONLYNoIf true only the project definition will be copied. This is done by excluding all object types provided in the object type project property.
Additional ParametersFDPSOFT_INP_ADDITIONAL_PARAMETERSNoAdditional parameters to be added to the PeopleTools command.

Artifacts

This operation consumes artifacts from the artifacts repository.

...