- style
obiDeploy(4.02)
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 the Config File
input is specified.  For more information on Property Replacement for OBIEE, see RPD Configuration File Setup.
In the case of DataModels, property replacement on datasources will occur if the Config File
Input is specified.  For more information on Property Replacement for OBIEE, see Datamodel Configuration File Setup.
If both RPD and DataModle replacement is desired, please combine all the configuration into one common file and specify that one file in the Config File
 Input.
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 | 11G | Required for OBI 11G. Not used in 12C. 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 | 12C only | Required for OBI 12C. Not used in 11G. The oracle BI instance name.(e.g. ssi) |
Oracle BI Home | FD_ORACLE_BI_HOME | 11G only | Required for OBI 11G. Not used in 12C. The oracle BI home. (e.g. /oracle/Middleware/Oracle_Home/Oracle_BI1) |
Oracle BI Domain Path | FD_ORACLE_BI_DOMAIN | 11G only | Required for OBI 11G. Not used in 12C. The oracle BI domain home. (e.g. /oracle/Middleware/Oracle_Home/user_projects/domains/bifoundation_domain) |
Oracle BI Instance Path | FD_ORACLE_BI_INSTANCE | 11G only | Required for OBI 11G. Not used in 12C. 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 | No | The WebCatalog path to be exported. Leave blank to export the RPD instead. Separate folders with a forward slash (/). The value must be the same during the build and deploy, so if it is desired to change the value, please perform a new build. |
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: checkoutFolder/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.
- style