obiDeploy
Deploys any combination of WebCatalog objects to the target OBIEE environment. Objects will be deployed at the same path they were built from, e.g. if a report was built from /shared/Sample Lite/Reports, it will also be deployed to the same location on the target server.
In case of DataModel, property replacement on data sources will occur if the Config File
Input is specified. For more information on Property Replacement for OBIEE, see OBI 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.
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. |
Oracle Middleware Home (MW_HOME) |
| Yes | The Oracle Middleware Home (which has subfolders such as oracle_common, wlserver, coherence*, etc.) (e.g. |
Weblogic Domain Directory |
| Yes | Weblogic Domain Directory.(e.g. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OBIEE WebCat 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. |
OBIEE Analytics WSDL Path |
| No | @since 6.0.0.8 The path to the analytics WSDL. We don’t recommend changing this option unless the OBIEE instance you are using has a different path to the analytics WSDL. Use at your own risk. Default value - /analytics-ws/saw.dll/wsdl/v7 |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Copy Object Permissions |
| Yes | Upload object with exported permissions. If false, parent folder permissions in deploy environment will be used. |
Overwrite Object |
| Yes | If object already exists in deployment environment, should it be overwritten with this one. |
Config File |
| No | Config file name for DataModel property replacement. 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. |
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 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