Here's the post on OTN. I started to get nervous too, I posted on Friday and hadn't had a response...until today. 3 days? Man...that's way too long!
Here's the short of it.
Our reports were coming out funny. Dimension column headings had one style and the Fact table column headings had another.
Using Firebug, I could easily isolate the sections.
On the Dimension column, the definition looked like this:
<thThe Fact table column was defined as:
class="ColumnHdg"
style="background-color: rgb(231, 231, 247); font-size: 9px; color: rgb(0, 51, 102);"
scope="col"
dir="ltr">Product Desc
</th>
<thNote the style attribute...that overrides any class settings. Very annoying.
class="ColumnHdg"
scope="col"
dir="ltr">Basis Amount
</th>
I thought it would be relatively simple to fix. I worked with custom messages before, this had to be similar. So I began to "grep" the messages directory
c:\oraclebi\web\msgdb\>findstr /i /m /s /c:"background-color" *.*Nothing.
How about looking for the name of the class, ColumnHdg?
c:\oraclebi\web\msgdb\>findstr /i /m /s /c:"columnhdg" *.*So I start with criteriatemplates.xml and find the reference to columnHdg (just now realizing that the case doesn't match...oh well). That was part of the WebMessage kuiColumnFormulaEditor. So I searched for that...
messages\criteriatemplates.xml
messages\formattemplates.xml
messages\mktgadminuitemplates.xml
messages\mktgcommontemplates.xml
messages\mktglistformattemplates.xml
messages\mktgsegmenttemplates.xml
You see where I'm going.
That lead me to the javascript files (of which there are tons). Nothing...not a single thing that could possibly be adding this style attribute.
That's when I mapped the dev server drive to my local computer and opened up WinMerge
I then began to compare every single file in both the msgdb and res (javascript) folders. I would then compare the files that were different to see if that could be the cause. Still...nothing.
I had looked in the webcat before, but couldn't find anything of global significance. I was headed back there though since I had lost hope with custom messages and/or javascript.
Then I got a message from the OTN Forum Administrator...could it be? Looked at the name of the person who answered it first, John Minkjan...sweet!
Looks like you forgot to reset the OOB settings when installing OBIEE:Click through, follow his instructions, bounce the server and voila!
have a look here to reset them:
http://obiee101.blogspot.com/2009/02/obiee-editing-system-wide-defaults.html
As of this writing, I don't know what OOB stands for; I could make something up, but it probably wouldn't be appropriate for this family site.
Thanks John!
OOB -- Out Of The Box.
ReplyDeleteHope This helps
Sunil S Ranka
http://sranka.wordpress.com
"Superior BI is antidote to Business Failure"
Sunil
ReplyDeleteThinking about it later it finally occurred to me...one of those "duh" moments for me. :)
Chet, are you the Doogie Howser of database/bi technology? You look awfully young in that pic!
ReplyDeleteI am Doogie Howser. At least that's what I want everyone to think. My kid is way better looking than I am...I think that helps with my readership. :)
ReplyDelete