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
).
This operation can only be used in peoplesoft package deployment projects of type PEOPLESOFT.
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. Connecting to Oracle Autonomous DatabaseYou will need client credential zip file (wallet) to connect with Oracle Autonomous Database on Oracle cloud. You can download wallet zip file from Oracle Cloud, you will need admin userid and password to perform this download.See Download Client Credentials (Wallets) for more details on how to download wallet file. You must make sure that only authorized users have access to these wallet files. Unzip the client credentials zip file (wallet_databasename.zip) on endpoint where it will be used, which most likely will be FlexDeploy server as we generally use localhost endpoint for JDBC. For example, /home/flexdeploy/.wallets/<wallet_databasename> is folder where specific wallet file was unzipped. Make sure to secure this folder to FlexDeploy and/or Endpoint user, so that it is not readable by all users.
|
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. |
Customizations Home Folder |
| No | Location where your customized PeopleSoft application files are installed. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
PeopleSoft Project Name |
| Yes | The name of the PeopleSoft project. |
PeopleSoft Object Types |
| No | Comma separated list of object types as numbers to be included. If not provided all object types will be included. (e.g. 0,2,65,78) |
Database SQL Files Extension Order |
| No | SQL file extensions indesired order. Will be used for discover and sort. Files with these extensions will discover as type DATABASE Object. Specify the list of comma-separated extensions if you would like to change. |
Database SQL Files Retry Count Default |
| No | When populating or evaluating files, default the Retry Count to the specified value (0-5). This property sets the default attribute value for populated project files, and does not impact the deployment behavior of existing project files (unless explicitly re-evaluated to pick up the default). |
Database SQL Files Ignore Failure Extensions |
| No | When populating or evaluating files, set the Ignore SQL Compilation Errors attribute to true for files with these extensions (e.g. .tbl,.idx). This property sets the default attribute value for populated project files, and does not impact the deployment behavior of existing project files (unless explicitly re-evaluated to pick up the default). |
Database SQL Files Ignore Compile Error Extensions |
| No | When populating or evaluating files, set Ignore Failure to true for files with these extensions (.pks, .pkb). This property sets the default attribute value for populated project files, and does not impact the deployment behavior of existing project files (unless explicitly re-evaluated to pick up the default). |
Database SQL Files Property Replacement Default |
| No | When populating or evaluating files, default Property Replacement to this. This property sets the default attribute value for populated project files, and does not impact the deployment behavior of existing project files (unless explicitly re-evaluated to pick up the default). |
Database SQL Ignore Drop Failures |
| No | When executing drop SQL statements ignore errors. Useful if SQL files consistently have DROP statements but dropped entity does not always exist. Defaults to false. |
Database SQL Files Target Folder |
| No | The path to store the delivered Sql files. Sql files will be run from here. Leave blank to run them from the FD_TEMP_DIR. |
Database SQL Ignore Drop Failures |
| No | When executing drop SQL statements ignore errors. Useful if SQL files consistently have DROP statements but dropped entity does not always exist. Defaults to false. |
Internal Files Retry Count Default |
| No | When populating or evaluating files, default the Retry Count to the specified value (0-5). This property sets the default attribute value for populated project files, and does not impact the deployment behavior of existing project files (unless explicitly re-evaluated to pick up the default) |
Internal Files Property Replacement Default |
| No | When populating or evaluating files, default Property Replacement to this. This property sets the default attribute value for populated project files, and does not impact the deployment behavior of existing project files (unless explicitly re-evaluated to pick up the default). |
Customizations File Owner:Group Default |
| No | When populating or evaluating Files, default the Owner:Group value to this. |
Customizations File Permissions Default |
| No | When populating or evaluating Files, default the Permissions to this. |
Customizations Files Property Replacement Default |
| No | When populating or evaluating Files, default the Property Replacement option to this. Defaults to true(checked ). |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
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. |
Run Destructive |
| No | Destructive SQL statements are allowed to be run if checked. |
Show DBMS Output |
| No | Print DBMS Output in log. Only supported for Oracle Database. |
Show SQL |
| No | Print SQL statement in log. |
Artifacts
This operation consumes packages of files created by the packageBuild (PeopleSoft) operation.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operation will randomly execute on one of the endpoints identified during selection.
Special Considerations
See below for information about the project file attributes.
Supported Object Types
The PeopleSoft plugin package-based deploy support allows for deploying Internals, Customizations, Database and Datamover type objects. These links explain the four types and their attributes.