Hi ,
Currently we followed below steps to customize the reports.
1. Copied customize style sheet files under "D:\OracleBI12c\analyticsRes\res" path
2. Change in "instanceconfig.xml" file :
a. We have copied the style sheet under "D:\OracleBI12c\analyticsRes\res" path and same as called in 'CustomerResourcePhysicalPath' .
b. Under CustomerResourceVirtualPath we mentioned as virtual path '/analyticsRes/res' .
like below
<URL>
<CustomerResourcePhysicalPath>D:\OracleBI12c\analyticsRes\res</CustomerResourcePhysicalPath>
<CustomerResourceVirtualPath>/analyticsRes/res</CustomerResourceVirtualPath>
</URL>
c. Added below xml tag:
<UI>
<DefaultSkin>Custom</DefaultSkin>
<DefaultStyle>Custom</DefaultStyle>
<SkinMappings>
<skinMapping>
<biadfSkinFamily>bi-alta</biadfSkinFamily>
<biSkin>AltaBitech</biSkin>
</skinMapping>
</SkinMappings>
</UI>
3. Deployed war file from D:\OracleBI12c\analyticsRes\res Location on weblogic.
4. Restarted services.
Problem Summary:
1. Unable to apply customize style sheet.
2. Default style sheet crashing.
Expectation:
We are migrated obiee analytical report from 10g to 12c.
During migration we lost skin and style sheet(format) in 12c report.we need to include all customize style sheet and skins in 12c report.
Thank you,
instanceconfig.xml