Versions Compared

Key

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

...

  1. Objects stored in source control must maintain the directory structure of the OBI WebCatalog.

    For example, notice the WebCatalog path for the report below:


    The path above must match the path in the source control system as we see below. 



    For above example, FlexDeploy project source configuration will be configured with BusinessIntelligence/12c as sparse folder. This would ensure that all objects under that folder will be discovered as WebCatalog objects and file path starts with /shared which matches the WebCatalog path in OBI.

  2. Objects stored in source control should be named with the following extensions corresponding to the object type in order to show up in the right bucket.

    Object Type CodeObject Type NameFile Extension in Source Control
    RPD
    .rpd
    FOLDERFolder.fldr
    ANALYSISAnalysis.anlys
    DASHBOARDDashboard.db
    DASHBOARD_PROMPTDashboardPrompt.dbp
    REPORTReport.rprt
    DATAMODELDatamodel.dm
    STYLE_TEMPLATEStyleTemplate.st
    METADATAMetadata.md
    KPIKPI.kpi
    FILTERFilter.fltr


Automate extract and commit to Git for WebCatalog items

If you are managing / sourcing catalog items from Git or other SCM, this can help you automatically update Git with changes from development environment. Use attached Extract WebCatalog.xml workflow to achieve this. This is build workflow.

  • Create Extract WebCatalog build workflow and activate it. Adjust folder Git repository and location (sparse folders).
  • Create Project with SCM set to None. Select OBIEE instance for Build. No need to select anything for Deploy workflow and Instance.
  • Go to Files tab and Populate from OBIEE Web Catalog. This will configure Files tab with available catalog items.
  • Now you can build all or specific files and they will be committed to Git.
  • This is necessary as there are differences in how files are named when sourced from Git vs OBIEE environment.
  • Once you have files in Git or other SCM you can create project to perform build and deploy from it.