我将报告服务从2008版迁移到另一个服务器版本2008 R2.在2008版本中,报告在Safari上运行良好.报告的新版本2008 R2根本没有出现.我看到的只是参数部分,然后报告是空白的.与Chrome相同.根据Microsoft Safari IS,如果以有限的方式支持.报告并不复杂.事实上,我创建了一个报告,其上只有一行,以查看它是否会显示在Safari中但不是,该报告也完全空白.有没有人在Safari上查看SSRS报告?我是否需要处理某种配置设置?
reportviewer reporting-services ssrs-2008 reporting-services-2012 ssrs-2012
试图在相当复杂的ASP.net页面上调试随机错误,有很多ADO.net MS-SQL,这是我开始解决问题的地方.但是到目前为止我还没能把它缩小范围.有趣的是,当我在VS中本地调试代码(针对相同的数据库连接)时,我没有收到错误.然而,当代码针对IIS运行时,它会引发以下错误.有人遇到类似的东西?
来源错误:
在执行当前Web请求期间生成了未处理的异常.可以使用下面的异常堆栈跟踪来识别有关异常的起源和位置的信息.
堆栈跟踪:
[InvalidOperationException: Operation is not valid due to the current state of the object.]
System.Web.HttpValueCollection.FillFromEncodedBytes(Byte[] bytes, Encoding encoding) +11368719
System.Web.HttpRequest.FillInFormCollection() +329
[HttpException (0x80004005): The URL-encoded form data is not valid.]
System.Web.HttpRequest.FillInFormCollection() +11482818
System.Web.HttpRequest.get_Form() +157
System.Web.HttpRequest.get_HasForm() +11483620
System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +141
System.Web.UI.Page.DeterminePostBackMode() +100
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +259
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Run Code Online (Sandbox Code Playgroud) 当我打开报告管理器时,我得到空白页面:我有一个标题 - "...报告...主页",然后只是空白空间.
我正在使用SQL 2008和Windows Server 2008 R2 Standard.
任何想法如何解决?我已确认我以本地管理员身份登录.我尝试将URL添加到受信任的站点,但这似乎也没有帮助.
更新
当我转到ReportServer URL时,收到以下错误消息:
Reporting Services Error
--------------------------------------------------------------------------------
The permissions granted to user 'DTNT\greg' are insufficient for performing this operation. (rsAccessDenied) Get Online Help
--------------------------------------------------------------------------------
SQL Server Reporting Services
Run Code Online (Sandbox Code Playgroud)