Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Best way to build, script and deploy OBIEE customizations

Received Response
1
Views
1
Comments
TyskJohan
TyskJohan Rank 3 - Community Apprentice

On my current project we are doing a lot of customizations in OBIEE by hacking in some of the out-of-box files such as

  • bi/bifoundation/web/msgdb/l_en/messages/uicmsgs/obiprp.promptcomponents.xml
  • bi/bifoundation/web/msgdb/messages/formaattemplates.xml
  • bi/bifoundation/web/schemas/analysis_formats.xsd
  • servers/elhobiee_ms1/tmp/_WL_user/analytics/7icx67/war/res/s_Alta/master/master.css

If this is the right way, what’s the best way of scripting/automating such changes`

  1. File copy
  2. sed and awk scripts
  3. diff files + patch

Right now we are manually copying 100+ files and this is time-consuming and error-prone.

Answers