Anyone seen that message, specifically after an upgrade of 4.15 to 5.01? most of the rest of what we have tested came across ok, but reports against that report won’t run…
Any ideas? I am thinking of starting by re-exporting the universe, but I am open to any suggestions…
I found an answer in the BO knowledgebase, that the contexts weren’t properly set - now just need to find out if they were correct before the upgrade, or if this is a symptom of a bad migration…
Yes,
looking at aggregate navigation may be your answer. It’s possible to set up aggregate aware objects that don’t drill down to a bottom level.
Aggregate table 1(A1) -> Base table (B1)
Aggregate table 1 is incompatable with Object X
If you Create Object Y that is say Sum(A1.amount) without specifying a drilldown
then ask for Object X, Object Y in a report, you will get this message !
(fix is create Object Y as @Aggregate _Aware(Sum(A1.amount),Sum(B1.amount))