Versions Compared

Key

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

...

Environment/Instance Properties

Property Name

Property Code

Required

Description

OBIEE Server Port

FDOBIEE_SERVER_PORTYesThe managed server port number for OBIEE.(e.g. 9502 or 9704)
OBIEE Server HostFDOBIEE_SERVER_HOSTYesThe managed server host name for OBIEE.
OBIEE Server Use SSLFDOBIEE_SERVER_USE_SSLYesCheck if the connection to the managed server should be made using t3s. Otherwise, it will be made using t3. Defaults to false.
OBIEE Server UserFDOBIEE_USERYesThe user to log into OBIEE. Should have sufficient privileges to move and upload data.
OBIEE Server PasswordFDOBIEE_PASSWORDYesThe password for the user to login to OBIEE.
Oracle Middleware Home (MW_HOME)FD_ORACLE_MW_HOMEYesThe Oracle Middleware Home (which has subfolders such as oracle_common, wlserver, coherence*, etc.) (e.g. /u01/oracle/products/fmw)
Weblogic Domain DirectoryFDWLS_DOMAIN_DIRECTORYYesWeblogic Domain Directory.(e.g. /u01/oracle/config/domains/soa_domain)

Project Properties

Property Name

Property Code

Required

Description

OBIEE WebCat Object PathFDOBIEE_OBJECT_PATHNo

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.

Inputs

Input Name

Input Code

Required

Description

Copy Object Permissions

FDOBIEE_INP_COPY_PERMISSIONSYesUpload object with exported permissions. If false, parent folder permissions in deploy environment will be used.
Overwrite ObjectFDOBIEE_INP_OVERWRITE_OBJECTYesIf object already exists in deployment environment, should it be overwritten with this one.
Config FileFDOBIEE_INP_CONFIG_FILENo

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.

Outputs

Output Name

Required

Description




Artifacts

This operation consumes the artifacts produced from the obiBuild 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 environment instance. Selecting a specific resource will result in selection of endpoints associated to the environment instance 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.