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`
- File copy
- sed and awk scripts
- diff files + patch
Right now we are manually copying 100+ files and this is time-consuming and error-prone.