Extracts OTBI WebCatalog objects to the the file system. This operations is only supported for partial deployment projects.
...
Tip | ||
---|---|---|
| ||
This operation uses HTTP operations to communicate remotely to the OTBI server, and therefore, can be executed on any endpoint (including LOCALHOST). |
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OTBI Server Host | FDOTBI_SERVER_HOST | Yes | The server host name for Oracle Transactional Business Intelligence. |
OTBI Server Port | FDOTBI_SERVER_PORT | Yes | The HTTP port number for Oracle Transactional Business Intelligence. Default is 443. |
OTBI Server User | FDOTBI_USER | Yes | The user to log into Oracle Transactional Business Intelligence. Use must have sufficient privileges to move and upload data. |
OTBI Server Password | FDOTBI_PASSWORD | Yes | The password for the user to login to Oracle Transactional Business Intelligence. |
OTBI Server SSL Connection | FDOTBI_SERVER_USE_SSL | Yes | Indicates whether to connect to OTBI server using SSL. Default is true. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OTBI WebCat Object Path | FDOTBI_OBJECT_PATH | Yes | The WebCatalog path to be recursively exported. Separate folders with a forward slash (/) (e.g. /shared/Custom/Financials). Default value is "/shared/Custom". |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
FDOTBI_INP_EXPORT_FOLDER | No | Absolute or relative target folder path. Relative path will be assumed in FD_TEMP_DIR. | |
Copy Object Permissions | FDOTBI_INP_COPY_PERMISSIONS | Yes | Copy object with current permissions. If false, parent folder permissions in deploy environment will be used. |
Keep Timestamps |
| No | Export 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.