Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Builds a deployment artifact that contains WebCatalog objects.

All WebCatalog objects are supported for both full and package-based deployments. If package-based deployment is used, all objects are populated into a single object type called WebCatalog Objects, and file extensions are added to map to the underlying OTBI object type (e.g. Folder, Data Model, Analysis, Report, etc).

Source Control

  • Full deployment mode - objects are downloaded from a source OBI server.

  • Package-based deployment mode - objects can be sourced from either a source OBI server or SCM instance.

Endpoint Tip

This operation uses HTTP operations to communicate remotely to the OTBI server, and therefore, can be executed on any endpoint (including LOCALHOST).

Target 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. User must have BI Service Administrator role to unarchive catalog.

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".

Analytics WSDL Path

FDOTBI_ANALYTICS_WSDL_PATH

No

The path to the analytics WSDL. We don’t recommend changing this option unless the OTBI instance you are using has a different path to the analytics WSDL. Use at your own risk.

Default value - /analytics-ws/saw.dll/wsdl/v12

Inputs

Input Name

Input Code

Required

Description

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

FDOTBI_INP_PRESERVE_TIMESTAMPS

No

Export object with timestamp details.

Artifacts

This operation produces an archive file of the object specified in the OTBI WebCatalog Object Path if the project is configured for full deployments.  If the project is configured for package-based deployments, then the artifact will be a zipped directory containing the archive files for each built object. The zip/archive files are suitable for the deploy 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.

  • No labels