Deploys any combination of WebCatalog objects or the RPD to the target OBIEE environment. Objects Objects will be deployed at the same path they were built from, e.g. if a report was built from /shared/SampleLiteSample Lite/Reports, it will also be deployed to the same location on the target server.
In the case of the RPDDataModel, 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 data sources will occur if the Config File
Input is specified. For For more information on Property Replacement for OBIEE, see Datamodel Configuration File Setup. If both RPD and DataModel replacement is desired, please combine all the configuration into one common file and specify that one file in the Config File
InputOBI WebCatalog - DataModel Configuration File.
When deploying to 12C, it may not be necessary to specify the replacement values as OBI 12c takes care of the replacement for you in the target environment. If deploying to a new environment, it would be helpful. If your changes don't seem to be working in 12C, verify that the override files contain the correct data. They will override the values that FlexDeploy uses.
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 Use SSL | FDOBIEE_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. @Since 5.2.0.5 |
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 |
FDOBIEE_WEBCAT_HOME
/%BI HOME%/content/catalog/root/
)FDOBIEE_RPD_NAME
liverpd
)FDOBIEE_RPD_PASSWORD
OBIEE |
. |
Oracle |
FD_ORACLE_BI_HOME
Middleware |
Home |
FD_ORACLE_BI_DOMAIN
The oracle BI domain home. (e.g. /oracle/Middleware/Oracle_Home/user_projects/domains/bifoundation_domain
)
(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 |
FDWLS_WEBLOGIC_HOME
/u01/oracle/products/fmw/wlserver
)FD_ORACLE_BI_INSTANCE
Required for OBI 11G. Not used in 12C.
The oracle BI instance home.(e.g. /oracle/Middleware/Oracle_Home/instances/FDBI01
)
FDWLS_ADMIN_LISTEN_PORT
7001
) | |
Weblogic Domain Directory | FDWLS_DOMAIN_DIRECTORY |
Yes | Weblogic Domain Directory.(e.g. /u01/oracle/config/domains/soa_domain |
FDOBIEE_SERVICE_INSTANCE_NAME
Required for OBI 12C build and deploy of the RPD. Not used in 11G.
The Oracle BI Service instance name.(e.g. ssi
)
FDWLS_ADMIN_USER
FDWLS_ADMIN_PASSWORD
Weblogic Admin User
FDWLS_ADMIN_LISTEN_ADDRESS
FDWLS_ADMIN_USE_SSL
FDOBIEE_INSTANCE_NAMES
Required for OBI 12C restarts. Not used in 11G.
The Oracle BI instance names to restart in the OBI 12C restart operation.(e.g.obis1,obis2
) |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OBIEE WebCat Object Path | FDOBIEE_OBJECT_PATH | No | The WebCatalog path to be exported |
. |
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 |
DataModel property replacement |
checkoutFolder/ConfigFile.properties
. Config file can be absolute path or relative to artifacts folder. If you are using config file from temp folder, then use FD_TEMP_DIR variable to indicate absolute path (using groovy expression for input). You can either
See OBI WebCatalog - DataModel Configuration File for details. |
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.