Builds a deployment object that contains the RPD. This is used to extract the RPD from a source environment. If storing the RPD in source control, use an SCM checkout step instead.
Property replacement on variables and connection pool information is supported via a configuration file that should reside in an SCM repository. For more information on Property Replacement for OBIEE, see RPD Configuration File.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OBIEE Server Port |
| Yes | The managed server port number for OBIEE.(e.g. |
OBIEE Server Host |
| Yes | The managed server host name for OBIEE. |
OBIEE Server Use SSL |
| Yes | Check if the connection to the managed server should be made using t3s. Otherwise, it will be made using t3. Defaults to false. |
OBIEE Server User |
| Yes | The user to log into OBIEE. Should have sufficient privileges to move and upload data. |
OBIEE Server Password |
| Yes | The password for the user to login to OBIEE. |
OBIEE RPD Name |
| Yes | The RPD name on the OBIEE server. (e.g. |
OBIEE RPD Password |
| Yes | The RPD password on the OBIEE server. |
Oracle Middleware Home (MW_HOME) |
| Yes | The oracle middleware home (which has subfolders such as oracle_common, wlserver, coherence*, etc.) (e.g. |
Oracle BI Home |
| 11G | Required for OBI 11G. Not used in 12C. The oracle BI home. (e.g. |
Weblogic Domain Directory |
| 11G | Weblogic Domain Directory.(e.g. |
WebLogic Admin Domain Directory |
| No | |
Weblogic Admin Listen Port |
| 11G | The admin server port, (e.g. |
WebLogic Admin Listener Address |
| 11G | The admin server host address, (e.g. |
Use SSL |
| 11G | Check if the WLST connection to the admin server should be made using t3s. Otherwise, it will be made using t3 |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation produces an archive file of the RPD artifact. The archive file is suitable for the rpdDeploy 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.