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

No

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

The value must be the same during the build and deploy, so if it is desired to change the value, please perform a new build.

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-Items

FDOBIEE_DISCOVER_SUB_ITEMS

No

Only applicable to OBI V2 projects. Select the objects to make their sub-items to be discoverable in the file catalog. If none are selected, entire dashboards and scorecards are populated as a single item. If checked, each sub-item will be populated as separate deployable files.

See input FDOBIEE_INP_UPDATE_LAST_MODIFIED for information about how this property works in conjunction with it.

Backup files prior to deploy

FD_BACKUP_FILES_PRIOR_TO_DEPLOY

No

Indicates whether a backup of the files should be performed prior to deploying the files.

For more information on the backups repository see: FlexDeploy Backups Repository

@since 8.0.0.5

Inputs

Input Name

Input Code

Required

Description

Copy Object Permissions

FDOBIEE_INP_COPY_PERMISSIONS

Yes

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

Overwrite Object

FDOBIEE_INP_OVERWRITE_OBJECT

Yes

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

Config File

FDOBIEE_INP_CONFIG_FILE

No

Config file name for DataModel property replacement. Config file can be absolute path or relative to artifacts folder. If you are using config file from temp folder, then use FD_TEMP_DIR variable to indicate absolute path (using groovy expression for input).

You can either

  1. Save config file during build operation as artifact, or

  2. Extract it from SCM during deploy workflow or

  3. Use absolute path to location on server. (Not recommended as it requires manual setup on server)

See OBI WebCatalog - DataModel Configuration File for details.

Update Last Modified

FDOBIEE_INP_UPDATE_LAST_MODIFIED

No

If checked, last modified will be updated to current time on web catalog item. If Keep Timestamps is checked on build then it may make sense to not check this. (Boolean)

A few details:

V1 projects do not allow selecting portions of scorecards or dashboards for deployment, so if checked, the entire scorecard or dashboard will be marked as updated. This is done with a recursive request to OBI to update the timestamp.

V2 projects allow with project property FDOBIEE_INP_UPDATE_LAST_MODIFIED checked will set individual timestamps on the exact objects that are deployed. This call is not recursive, so if the dashboard is deployed as a unit, its contents will retain their existing last modified dates.

...