downloadWebCatalog (OBIEE)
Downloads WebCatalog objects from an OBIEE server to the file system. This operation can be used from a utility workflow, which can also be augmented to sync the files to a source control management system (such as Git or Subversion). This allows the OBIEE project which is used for build and deployment to source from a source code repository rather than a development instance of OBIEE.
Endpoint Requirement
This operation uses must be executed on the endpoint which contains the OBIEE WebLogic Server.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OBIEE Server Host |
| Yes | The managed server host name for OBIEE. |
OBIEE Server Port |
| Yes | The managed server port number for OBIEE.(e.g. 9502) |
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 Server SSL Connection |
| Yes | Indicates whether the managed server for OBIEE is using SSL. |
Oracle Middleware Home (MW_HOME) |
| Yes | The Oracle Middleware Home (which has subfolders such as oracle_common, wlserver, coherence*, etc.) (e.g. /u01/oracle/products/fmw) |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
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 |
---|---|---|---|
WebCatalog Object Path |
| Yes | The WebCatalog path to be downloaded. Separate folders with a forward slash (/). (e.g. /shared/Sample Lite) |
Target Project Type |
| Yes | The FlexDeploy project type that will be used to build and deploy the downloaded objects. Defaults to recommended type of Oracle BI 2.0. |
Download Folder |
| No | Absolute or relative target folder path. Relative path will be assumed in FD_TEMP_DIR. |
Copy Object Permissions |
| Yes | Copy object with current permissions. If false, parent folder permissions in deploy environment will be used. |
Keep Timestamps |
| Yes | Download object with timestamp details. |
Artifacts
This operation does not produce any artifacts.
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