importRPD (OAC)
Deploys the RPD.
Optionally changes the RPD password before deployment.
Optionally uses XUDML replacements on the RPD before deployment.
Optionally updates the connection pool after deployment.
Property Replacement is executed on the json or xml files needed for those replacements before they are used.
Ā
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OAC Account |
| Yes | The OAC account includes essential properties such as the URL, Username, Password, and OAuth details for the OAC instance. Cloud account credentials are required for downloading or uploading catalog items. You can manage the OAC account via the Integrations > Cloud page. See Configuring OAC Cloud Account for additional details. |
OAC RPD Name |
| Yes | The RPD will be exported with this filename. |
OAC RPD Password |
| Yes | The RPD password on the OAC server in the current environment. |
OAC Source RPD Password |
| No | If the RPD password is different in the source environment, enter the source RPD password. For instance, perrhaps the dev one is entered here in the prod environment. |
Oracle BI Service Instance Name |
| Yes | The Oracle BI Service instance name.(e.g. bootstrap). |
OAC Trust Store |
| Yes | The OAC Trust Store. e.g. $JAVA_HOME/server/jre/lib/security/cacerts. Required to establish an SSL connection to the OAC server. |
OAC Trust Store Password |
| Yes | The OAC Trust Store Password. Required to establish an SSL connection to the OAC server. |
OAC Tools Directory |
| Yes | Download OAC tools to your endpoint. Reference the path here. e.g. C:\oracle\Oracle_Home\bi e.g. /u01/Oracle_Home/bi The folder you specify should contain /bitools/bin |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
OAC RPD Connection Replacement JSON |
| No | After deployment, the connection pools can be updated by a json file at this location. Property replacement is performed on the file. You can use the ExportConnectionPoolsJSON operation to get the json from the environment. |
OAC RPD Connection Replacement XUDML |
| No | Before deployment, you can run a xudml patch operation on the RPD. |
Artifacts
This operation produces an archive file of the RPD artifact. The archive file is suitable for the importRPD operation.Ā Ā
Endpoint Selection
This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the Target. Selecting a specific resource will result in selection of endpoints associated to the Target which have that resource defined.
Endpoint Execution
This operation delegates endpoint execution to the workflow developer. The workflow editor will default to "Any", which will execute on any one of the selected endpoints, which will be randomly picked from selected endpoints or a specific endpoint where previous step may have executed. Changing this value to "All" to will result in execution on all selected endpoints.
- style