Reports uneditable because name of presentation catalog changed
I am sitting in the train on my way back home from Munich. Just completed the survey for Mark Rittman's BI Forum when my thought came back to that one topic I wanted to blog about. So, here we go !
Have you also faced this screen in the left pane of Oracle BI Answers ?
A good description of what can be the reason, I do not know of any others. I would assume that in most of the cases the presentation catalog has simply been renamed. Sometimes there is a new version in the underlying business model of the presentation catalog, hence the guy modeling it decides wisely to rename also the presentation catalog.
The first option can of course also happen, but I want to dig into the second one.
I had this scenario at a customer and there it was not possible to rerename the presentation catalog back to the old name again. So, I thought about for a while and went the track right down the XML-path. And, yes, it was easier as expected.
For demonstrating that I changed the name of my catalog from "Sample Sales" to "Sample Sales 2".
Go to the advanced tab of the Answers report and take a look at the XML written there. You will find something like <saw:criteria subjectArea=""Sample Sales"">.(the " because of the spaces in the name). Replace the Samples Sales part with Sample Sales 2 and that's it, you see all your columns of the presetation catalog again.
Save the report and you are done.
So long,
Andreas