Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The FlexDeploy OTBI solution allows developers to either source the WebCatalog objects from a development OTBI instance or from a source control system.

To source control WebCatalog objects there are two main practices that must be followed:

  1. Objects stored in source control must maintain the directory structure of the OTBI 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 OTBI.
  2. Objects stored in source control should be named with the following extensions corresponding to the object type in order.  The extensions are important to both ensure the deployment operation is handled correctly, and it makes it easier to identify and search for these objects in FlexDeploy.

    OTBI Type NameOTBI Signature / Composite Signature*Source Control Extension
    ActionactionAction
    Agentcoibot1Agent
    Analysisqueryitem1Analysis
    Columncosavedcolumn1Column
    Conditioncondition1Condition
    Dashboarddashboardfolder1Dashboard
    Data Model.xdm *Data Model
    Dashboard Promptglobalfilteritem1Dashboard Prompt
    Filterfilteritem1Filter
    Groupcustomgroup1Group
    KPIkpi1KPI
    KPI Watchlistscorecardkpiwatchlist1KPI Watchlist
    Report.xdo *Report
    Scorecardscorecard1Scorecard
    Style Template.xss *Style Template
    Visual Analyzer Projectsprojectfolder1Visual Analyzer Projects

    The OTBI signature can be viewed by hovering over the  icon on the OTBI WebCatalog Manager's properties for a catalog object (see image above).

  • No labels