Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

Endpoint Tip

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

Asynchronous mode of deployment is configured 6.0.0.8.4 version onwards.

Target Properties

Property Name

Property Code

Required

Description

OAC Server Host

FDOAC_SERVER_HOST

Yes

The server host name for Oracle Analytics Cloud.

OAC Server User

FDOAC_USER

Yes

The user to log into Oracle Analytics Cloud. User must have BI Service Administrator role to archive catalog.

OAC Server Password

FDOAC_PASSWORD

Yes

The password for the user to log in to Oracle Analytics Cloud.

...

Property Name

Property Code

Required

Description

OAC WebCat Object Path

FDOAC_OBJECT_PATH

No

The WebCatalog path to import the objects of the build artifact into.  The property is shared with the build operation and must not be changed between build and deployment execution.

Note: In case of package deployments, the import path is considered from the package file path.

OAC Analytics WSDL Path

FDOAC_ANALYTICS_WSDL_PATH

No

@since 6.0.0.8

The path to the analytics WSDL. We don’t recommend changing this option unless the OAC 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

FDOAC_INP_COPY_PERMISSIONS

Yes

Upload object with exported permissions. If false, parent folder permissions in deploy environment will be used.

Overwrite Object

FDOAC_INP_OVERWRITE_OBJECT

Yes

If object already exists in deployment environment, should it be overwritten with this one.

Deploy Objects In Async Mode

FDOAC_INP_ASYNC_MODE

Yes

For large sized objects deployment, it should be enabled to avoid timeout exception from OAC. (Boolean)

Default Value: checked

Note: Unchecking this option will initiate deployment in synchronous mode, which might cause timeout for objects of size more than 4 MB.@since 6.0.0.8

When FDOTBI_INP_ASYNC_MODE is enabled, all objects are deployed in asynchronous mode else deploy in synchronous mode. This is useful for large object, where timeout errors can occur around the 4 MB file size threshold.

Default Value: true

Async API Timeout

FDOAC_INP_ASYNC_TIMEOUT

Yes

The maximum number of seconds to wait for unarchive process. Defaults to 1200 seconds (20 minutes). (Integer)

Note: This option is only considered when the FDOAC_INP_ASYNC_MODE is checked.

...