Select the product you need help with
FIX: "System.OverflowException: Value was either too large or too small for an Int32" error message occurs when you try to generate a report in Microsoft SQL Server 2008 R2 Reporting ServicesArticle ID: 2359606 - View products that this article applies to. Microsoft distributes Microsoft SQL Server 2008 R2 fixes as one downloadable file. Because the fixes are cumulative, each new release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2008 R2 fix release. On This PageSYMPTOMSConsider the following scenario:
An error occurred during local report processing. An error has occurred during report processing. Value was either too large or too small for an Int32. RESOLUTIONCumulative update informationSQL Server 2008 R2The fix for this issue was first released in Cumulative Update 4. For more information about how to obtain this cumulative update package for SQL Server 2008 R2, click the following article number to view the article in the Microsoft Knowledge Base:2345451 Note Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2008 R2 fix release. We recommend that you consider applying the most recent fix release that contains this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
(http://support.microsoft.com/kb/2345451/
)
Cumulative Update package 4 for SQL Server 2008 R2 981356
(http://support.microsoft.com/kb/981356/
)
The SQL Server 2008 R2 builds that were released after SQL Server 2008 R2 was releasedWORKAROUNDTo work around this issue, convert the numeric data type to the Double data type or to the Int64 data type. To do this, follow these steps:
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. REFERENCESFor more information about data types, visit the following websites: General information about the "Decimal" structure
(http://msdn.microsoft.com/en-us/library/system.decimal.aspx)
General information about the "Int32" structure
(http://msdn.microsoft.com/en-us/library/system.int32.aspx)
General information about the "Int64" structure
(http://msdn.microsoft.com/en-us/library/system.int64.aspx)
General information about the "Double" structure
(http://msdn.microsoft.com/en-us/library/system.double.aspx)
PropertiesArticle ID: 2359606 - Last Review: October 18, 2010 - Revision: 1.0
|


Back to the top








