reporting-services - 加载 ssrs 报告时出错

标签 reporting-services ssrs-2012

使用 ssrs 报告加载数据时出现以下错误:

Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12031

我的数据不大。

最佳答案

此错误可能是由于 HTTP 运行时 maxRequestLength 限制造成的。默认值为 4096。

尝试在 Web.Config 中添加(或编辑)以下条目:
"<httpRuntime maxRequestLength="8192" />"
(有效地允许 8mb 的数据传输,而不是默认的 4mb)。

您需要在 System.Web 配置部分中输入此内容。

关于reporting-services - 加载 ssrs 报告时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30214166/

相关文章:

sharepoint - SSRS 2008 与 SSRS 2012

asp.net - 尝试使用未为此报表服务器注册或不受此版本支持的数据扩展

reporting-services - 文本文件作为 SSRS 中的数据源

reporting-services - Reporting Services 将多个工作表导出到 Excel

reporting-services - SSRS - 防止在行组中间分页

sql-server - 将 SSRS 报告导出为 CSV 格式时出现问题

reporting-services - 尝试使用自定义身份验证扩展时出现 SSRS 2012 配置错误

visual-studio-2010 - 预览 : "The size necessary to buffer the XML content exceeded the buffer quota" hides original error 上的 SSRS 错误

visual-studio - Visual Studio 解决方案为报表项目共享数据源?

sql-server-2005 - SQL Server 2005 Reporting Services - 优点和缺点