首页 > 数据库技术 > 详细

sharepoint 2013 打开rdl报表,报表服务器数据库内出错。此错误可能是因连接失败、超时或数据库中磁盘空间不足而导致的

时间:2015-01-30 10:41:14      阅读:1412      评论:0      收藏:0      [点我收藏+]


最近在做reporting services报表的时候,部署到sharepoint后,打开rdl报表,经常遇到一个问题:

报表服务器数据库内出错。此错误可能是因连接失败、超时或数据库中磁盘空间不足而导致的。 ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: 报表服务器数据库内出错。此错误可能是因连接失败、超时或数据库中磁盘空间不足而导致的。 ---> System.Data.SqlClient.SqlException: Timeout 时间已到。在操作完成之前超时时间已过或服务器未响应。 ---> System.ComponentModel.Win32Exception: 等待的操作过时。


An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. (rsReportServerDatabaseError)", it seems that you have no access to connect the Report Server database or the connection to the report server database is time out.


感觉这个问题,是因为timeout的问题,所以试着修改了sharepoint服务器的reportserver的rsreportserver.config配置,

C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\rsreportserver.config

将里面的DatabaseQueryTimeout值,设置大一点,从120设置到1200,<Add Key="DatabaseQueryTimeout" Value="1200"/>


问题暂时没有再出现。



sharepoint 2013 打开rdl报表,报表服务器数据库内出错。此错误可能是因连接失败、超时或数据库中磁盘空间不足而导致的

原文:http://blog.csdn.net/chenxinxian/article/details/43303335

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!