Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
getting error message as "Contents of this report corrupted...."
Chanda
Hi,
I have BIRT report as attached I am getting error message as "Contents of this report corrupted....." in the body of the report.
I verified table code it seems to be correct. I am not finding any issues.
Please advice why I am getting this error message.
If I delete above msg from report body and once again drag dataset then table appears fine.
Actually I am generating this BIRT xml without using BIRT tool, as we are doing some conversion kind of this, I need to generate BIRT xml automatically through script.
Regards,
Chanda
Find more posts tagged with
Comments
mwilliams
Take a look at the XML source of your report. In the table with ID=5, which is your table with the issue, there are 13 defined columns, 13 defined cells in the group header row, but in the detail row, there seems to only be 12 defined cells. I wonder if this is the issue, since the error is "report body has inconsistent column count".