Getting Error after opening the Report in OBIEE [message #593753] |
Tue, 20 August 2013 11:15 |
|
satya.noolu
Messages: 4 Registered: August 2013 Location: Hyderabad
|
Junior Member |
|
|
Hi,
when im opening a report in Stage environment its throwing error like below
Error :
=====
Exceeded configured maximum number of allowed output prompts in OBIEE 11g
but same report working fine in Development environment..
Please anybody help me out in this regard.
Thanks in Advance
[Updated on: Tue, 20 August 2013 11:17] Report message to a moderator
|
|
|
Re: Getting Error after opening the Report in OBIEE [message #593758 is a reply to message #593753] |
Tue, 20 August 2013 11:50 |
Ricky_1362002
Messages: 111 Registered: February 2009
|
Senior Member |
|
|
Might be a bug.
OR
Check/correct the below settings in your file - instanceconfig.xml
<ODBC>
<ResultRowLimit>999999</ResultRowLimit>
</ODBC>
<Views>
<Cube>
<CubeMaxRecords>9999999</CubeMaxRecords>
<CubeMaxPopulatedCells>999999999</CubeMaxPopulatedCells>
</Cube>
</Views>
If they are something else, change them as above.
Save your changes and close the file.
Restart Oracle Business Intelligence.
And do keep us posted.
|
|
|
|
|