buildProject(PeopleSoft)
An operation to generate SQL scrip to migrate a PeopleSoft project.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Database Type |
| Yes | The type of source database to which to connect to. (e.g. ORACLE, SYBASE, etc.) |
Database Name |
| Yes | The name of the source database to which you are connecting. |
PeopleSoft User |
| Yes | The user ID to use to sign into the source database. |
PeopleSoft Password |
| Yes | The password for the specified user ID for the source database. |
PeopleSoft Connect Id |
| No | The ID that is used to connect to the database. |
PeopleSoft Connect Password |
| No | The password for the specified connect ID. |
PeopleTools Executable Path |
| Yes | The path to the PeopleTools executable. (pside.exe) |
Build Configuration File |
| No | The path to the RDM Build Config File. The build operation will use the settings defined in this file when generating SQL files. If provided the output directory will be ignored. You can see an example RDM Build Config File in our Special Considerations below. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
PeopleSoft Project Name |
| Yes | The name of the PeopleSoft project. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Output Directory |
| No | Directory to output generated SQL file to. If no value is provided the temp directory will be used. |
Execute SQL |
| No | If true the generated SQL files will automatically be executed against the target database. |
Additional Parameters |
| No | Additional parameters to be added to the PeopleTools command. |
Outputs
Output Name | Description |
---|---|
| A comma separated string of all the generated SQL files. |
| Whether or not the SQL files were automatically executed. |
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint SelectionÂ
This operation will select all available endpoints associated to the Target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
This operation will generate SQL files and store them in the output directory. The directories provided in the configuration file will be used. If no configuration file is provided the temp directory will be used.
- style