Deploys a group of internals, customizations, database, and datamover files to specified destinations from a package created by the packageBuild (PeopleSoft) operation. See the appendix for information about the package file attributes.
Please note that the statements in the Database object type SQL files must be delimited properly.
For Database objects : The SQL Databases supported by the parser are:
Oracle 10g+
Using statement delimiter of ;
PL/SQL blocks starting with DECLARE or BEGIN and finishing with END; /
MySql 5.1+
PostgreSql 9.0+
Derby 10.8.2.2+
SAP HANA
SQL Server 2008+
MariaDB 10.0+
Vertica 6.5+
H2 1.2.137+
solidDB 6.5+
SQL Azure
DB2 9.7+
AWS Redshift
Hsql 1.8+
Sybase ASE12.5+
SQLite 3.7.2+
DB2 z/OS 9.1+
EnterpriseDB 9.4+
Phoenix 4.2.2+
Greenplum 4.3+
No JDBC drivers are included in the plugin, so the path to one is required (FDPSOFT_JDBC_DRIVER_PATH
).
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) |
PeopleSoft JDBC Driver Path |
| Yes | Classpath for locating the JDBC Driver ( For example, |
PeopleSoft JDBC URL |
| Yes | The JDBC URL of the database.
|
PeopleSoft JDBC User |
| No | The username that will be used to connect with. |
PeopleSoft JDBC Password |
| No | The password for JDBC User. |
Data Mover Executable Path |
| Yes | The path to the Data Mover executable. |
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. |
...