From: Hari Munikar Hari on
When running an SSRS report, and exporting to PDF, you receive the error:

An internal error occurred on the report
server. See the error log for more details. --->
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred
on the report server. See the error log for more details.

When checking the error log you will find:


library!ReportServer_0-5!1e34!02/19/2010-14:41:21:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report
server. See the error log for more details., ScalableList: Index 1 outside
the allowed range [0::0];
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
An internal error occurred on the report server. See the error log for more
details.

This appears to be a bug with the PDF renderer on SSRS 2008. The problem
occurs when one of these columns in the matrix (appears to only be if the
column is not the last one in the matrix) that needs to go onto the next
page. If the data in the column does not need to go onto another page, the
error does not occur.

Has anybody encountered this problem?