English 中文(简体)
SSRS 提交《Hangs报告》 XML数据来源类型
原标题:SSRS Report Rendering Hangs With Stored Credentials For XML data source type

在SSRS报告服务器(SQL服务器2008R2),我拥有一个拥有XML数据来源类别的共享数据来源。 我有一份报告使用共享数据源的共享数据集。 XML终端点生活在一个由国际电离层接收的Windows认证服务器中,我的开发服务器位于一个领域。

在《报告》服务器中,如果我确定共享数据源<编码>,使用的Connect 备选办法至集成安全,报告将迅速按预期进行。

如果我制定<条码>,则使用的选项<条码>。 可靠地储存在报告服务器上的证书(无论以域名还是当地账户作为组合账户),报告无限期地hang。 不存在错误。 “放弃......取消”人口。 报告服务器记录中的最后一行是:

library!ReportServer_0-6!19a4!11/22/2011-10:59:27:: i INFO: RenderForNewSession( /Test1/MyReportThatHangs )

自报告以来 服务器骑师并不使用<条码>“Connect Using” = “Windows organic security”,我真的喜欢使用“报告服务器中安全储存的系数”。 是否可能采用XML数据来源类型来支持这一选择?

最佳回答

The problem was SSRS was trying to load BCMLogon.dll which it didn t have permission to.

全文见:

I guess I didn t wait long enough to get the error this guy did:
http://completedevelopment.blogspot.com/2009/01/network-provider-issues-and-sql-server.html Renaming c:windowssystem32BCMLogon.dll to BCMLogon-RENAMED.dll fixed the problem (I m working off of a Dell laptop). I can t believe I didn t try that before... Anyhow, I still think it s odd that there was a System.Data.SqlClient.SqlException: Timeout expired exception when checking "Impersonate the authenticated user after a connection has been made to the data source" with an XML data source (unless SqlDataClient has some mode where it can load XML from urls). Also, it seems that reporting services isn t properly notifying clients that the HTTP request failed and instead leaves the client hanging (but perhaps http.sys does not allow a response that after 15 minutes).

问题回答

暂无回答




相关问题
An error has Occurred During Report proccesing

When I m running the report I m getting that message above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads. ...

Reporting services only displaying the last row

I have built a report pretty basic just a table wiht 45 rows of data. Problem is its only showing one row of data and its the last row. It displays just fine in the dataset and proc. any ...

Show Parameters for Reports In SSRS

I m developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but ...

How to add group, or page field in an existing .rdl report

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed ...

Report rendering using SSRS in Google Chrome

Hey, In our project, we use SSRS integrated with asp.net forms to render reports. The report looks good in IE. when it comes to google chrome, there re some issues we face such as date picker not ...

热门标签