Versions Compared

Key

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

Builds a deployment artifact that contains WebCatalog objects.

...

Property Name

Property Code

Required

Description

OAC Server HostAccount

FDOAC_CLOUD_SERVERACCOUNT_HOSTCODE

Yes

The server hostname 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 unarchive catalog.

OAC Server Password

FDOAC_PASSWORD

Yes

The password for the user to log in to Oracle Analytics CloudOAC account includes essential properties such as the URL, Username, Password, and OAuth details for the OAC instance. Cloud account credentials are required for downloading or uploading catalog items.

You can manage the OAC account via the Integrations > Cloud page.

In FlexDeploy versions 9.0.0.2 or earlier, three separate properties (FDOAC_SERVER_HOST, FDOAC_USER, FDOAC_PASSWORD) were used instead of the OAC account. If you are upgrading from FlexDeploy 9.0.0.2 or earlier, the OAC cloud account will be automatically created from the target properties (URL, Username, Password). A separate cloud account will be created for each target.

See Configuring OAC Cloud Account for additional details.

Project Properties

Property Name

Property Code

Required

Description

OAC WebCat Object Path

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

OAC Analytics WSDL Path

FDOAC_ANALYTICS_WSDL_PATH

No

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

Discover Sub-Files

FDOAC_DISCOVER_SUB_ITEMS

No

Select the objects to make their sub-files to be discoverable in the file catalog.

Project File Includes

FD_PARTIAL_FILE_INCLUDES

No

Controls files included from Project Files. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex is used. (e.g. /Custom/*##*.xdo##*Risk Management*##(.*)Workflow Notifications(.*) @since 8.0.0.5

Project File Excludes

FD_PARTIAL_FILE_EXCLUDES

No

Controls files excluded in Project Files. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex is used. (e.g. /Custom/*##*.xdo##*Risk Management*##(.*)Workflow Notifications(.*) @since 8.0.0.5

Inputs

Input Name

Input Code

Required

Description

Copy Object Permissions

FDOAC_INP_COPY_PERMISSIONS

Yes

Copy object with current permissions. If false, parent folder permissions in the deploy environment will be used.

Keep Timestamps

FDOAC_INP_PRESERVE_TIMESTAMPS

No

Export object with timestamp details.

...