Table of Contents |
---|
...
You can either
Save config file during build operation as artifact, or
Use SCM operation to export configuration file and save it as artifacts. Artifacts are available at deployment time.
Extract it from SCM during deploy workflow or
Use SCM operation to export configuration file prior to running deploy operation.
Use absolute path to location on server. (Not recommended as it requires manual setup on server)
Tip |
---|
|
Understanding the DataModel configuration file
The datamodel configuration file consists of information to replace the datasources of all datamodels within an OBIEE WebCatalog. An example snippet of a file is below
...
The Purple text above is the value to be replaced as the datasource reference on deployment.
Using FlexDeploy properties in the configuration file
...
Using an OBIEE configuration file in a workflow
Include Page