one of the ibots in Oracle BI EE 10.1.3.4.0 was sending a report which had table view and filter view.
The ibot was erroring out and created hude *pdf* temp file in profile folder. the pdf is getting cleared up during service recycle.
I run the report manually and try to download and i got the following error:
Sax parser returned an exception. Message: Expected entity name for reference, Entity publicId: , Entity systemId: , Line number: 958, Column number: 90 Error Details Error Codes: UH6MBRBC
On Analysis, i found a special character & in the filter.
Fixed the error by removing the filter view.
This bug is fixed in 10.1.3.4.1 .
I just ran into the same exact issue on OBI stand alone version 10.1.3.4.1 - on unix (client pc is Win7 with IE8.0).
ReplyDeleteI found the '&' was entered in one of the reporting views (a Static View). Removing this special character resolved the issue. Thank you for your post!