Deploys any combination of WebCatalog objects or the RPD to the target OBIEE environment. Objects will be deployed at the same path they were built from, ie. if a report was built from /shared/SampleLite/Reports it will also be deployed to the same location on the target server.
In the case of the RPD, property replacement on variables and connection pool information will occur if an RPD.properties Config File is present. For more information on Property Replacement for OBIEE, click RPD Configuration File Setup.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OBIEE Server Port | FDOBIEE_SERVER_PORT | Yes | The managed server port number for OBIEE.(e.g. 9502 or 9704) |
OBIEE Server Host | FDOBIEE_SERVER_HOST | Yes | The managed server host name for OBIEE. |
OBIEE Server User | FDOBIEE_USER | Yes | The user to log into OBIEE. Should have sufficient privileges to move and upload data. |
OBIEE Server Password | FDOBIEE_PASSWORD | Yes | The password for the user to login to OBIEE. |
Oracle BI Web Catalog Home | FDOBIEE_WEBCAT_HOME | Yes | The native location of the webcatalog. Ex: /%BI HOME%/content/catalog/root/ |
OBIEE Admin Server Port | FDOBIEE_ADMIN_PORT | Yes | The admin server port number for OBIEE.(e.g. 9500 or 7001) |
OBIEE RPD Name | FDOBIEE_RPD_NAME | Yes | The RPD name on the OBIEE server. (e.g. liverpd) |
OBIEE RPD Password | FDOBIEE_RPD_PASSWORD | Yes | The RPD password on the OBIEE server. |
Oracle BI Instance Name | FDOBIEE_INSTANCE_NAME | Yes | The oracle BI instance name.(e.g. ssi) |
Oracle BI Home | FD_ORACLE_BI_HOME | Yes | The oracle BI home. (e.g. /oracle/Middleware/Oracle_Home/Oracle_BI1) |
Oracle BI Domain Path | FD_ORACLE_BI_DOMAIN | Yes | The oracle BI domain home. (e.g. /oracle/Middleware/Oracle_Home/user_projects/domains/bifoundation_domain) |
Oracle BI Instance Path | FD_ORACLE_BI_INSTANCE | Yes | The oracle BI instance home.(e.g. /oracle/Middleware/Oracle_Home/instances/FDBI01) |
Oracle Middleware Home (MW_HOME) | FD_ORACLE_MW_HOME | Yes | The oracle middleware home (which has subfolders such as oracle_common, wlserver, coherence*, etc.) (e.g. /u01/oracle/products/fmw) |
Oracle Weblogic Home (WL_HOME) | FDWLS_WEBLOGIC_HOME | Yes | Weblogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver) |
Weblogic Domain Directory | FDWLS_DOMAIN_DIRECTORY | Yes | Weblogic Domain Directory.(e.g. /u01/oracle/config/domains/soa_domain) |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OBIEE WebCat Object Path | FDOBIEE_OBJECT_PATH | Yes | The WebCatalog path to be recurrsively exported. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Copy Object Permissions | FDOBIEE_INP_COPY_PERMISSIONS | Yes | Upload object with exported permissions. If false, parent folder permissions in deploy environment will be used. |
Overwrite Object | FDOBIEE_INP_OVERWRITE_OBJECT | Yes | If object already exists in deployment environment, should it be overwritten with this one. |
Config File | FDOBIEE_INP_CONFIG_FILE | No | Config file name for RPD property replacement. If a checkoutFolder was used, it should be specified here: checkFolder/ConfigFile.properties |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation consumes the artifacts produced from the obiBuild 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 environment instance. Selecting a specific resource will result in selection of endpoints associated to the environment instance 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.