Versions Compared

Key

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

...

Property Name

Property Code

Required

Description

OBIEE WebCat Object Path

FDOBIEE_OBJECT_PATH

Yes

The WebCatalog path to be recursively exported. Separate folders with a forward slash (/).

The value must be the same during the build and deploy, so after changing the value, please do not deploy any old builds.

You probably want to set it to "/shared" or "/system" if you are populating the web catalog.

OBIEE Analytics WSDL Path

FDOBIEE_ANALYTICS_WSDL_PATH

No

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

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

Discover Sub-Files

FDOBIEE_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 9.0.0.1

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 9.0.0.1

Inputs

Input Name

Input Code

Required

Description

Export Folder

FDOBIEE_INP_EXPORT_FOLDER

No

Absolute or relative target folder path. Relative path will be assumed in FD_TEMP_DIR.

This operation will be used in conjunction with check out from SCM. Export folder would indicate local folder in check out copy of SCM repository where you are storing WebCatalog files.

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

No

Export object with timestamp details.

If this option is checked then Last Modified time is exported as well, and deployment will carry over Last Modified time to target server, otherwise Last Modified time will be deployment time.

...