@Since 5.6.0.6
Downloads WebCatalog objects from an OBIEE server to the 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 used for build and deploy to source from the source control system management system rather than a development instance of OBIEE.
Tip |
---|
Endpoint Requirement This operation uses must be executed on the endpoint which contains the OBIEE WebLogic Server. |
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OBIEE Server Host | FDOBIEE_SERVER_HOST | Yes | The managed server host name for OBIEE. |
OBIEE Server Port | FDOBIEE_SERVER_PORT | Yes | The managed server port number for OBIEE.(e.g. 9502) |
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. |
OTBI Server SSL Connection | FDOBIEE_SERVER_USE_SSL | Yes | Indicates whether the managed server for OBIEE is using SSL. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
|
|
|
|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
WebCatalog Object Path | FDOBIEE_INP_OBJECT_PATH | Yes | The WebCatalog path to be downloaded. Separate folders with a forward slash (/). (e.g. /shared/Sample Lite) |
Target Project Type | FDOBIEE_INP_DOWNLOAD_PRJ_TYPE | Yes | The FlexDeploy project type that will be used to build and deploy the downloaded objects. |
Download Folder | FDOBIEE_INP_DOWNLOAD_FOLDER | No | Absolute or relative target folder path. Relative path will be assumed in FD_TEMP_DIR. |
Copy Object Permissions | FDOBIEE_INP_COPY_PERMISSIONS | Yes | Copy object with current permissions. If false, parent folder permissions in deploy environment will be used. |
Keep Timestamps | FDOBIEE_INP_PRESERVE_TIMESTAMPS | Yes | Download object with timestamp details. |
Outputs
Output Name | Required | Description |
---|---|---|
|
|
|
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 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.