简体   繁体   English

VS 2012内置的SSRS报告运行,但部署到SSRS 2008服务器超时

[英]SSRS report built in VS 2012 runs, but deployed to SSRS 2008 server times out

WE have a large collection of reports that run on our 2008 server correctly. 我们拥有大量可以在我们的2008服务器上正确运行的报告。 They've all been developed in Visual Studio 2012. 它们都是在Visual Studio 2012中开发的。

However, one report makes the SSRS service run at 100% CPU usage on the server, requiring a restart of the service. 但是,一份报告使SSRS服务在服务器上以100%CPU使用率运行,要求重新启动该服务。

This is all happening on the Dev server right now. 这一切现在都在开发服务器上发生。 We have SSRS and our SQL database on the same server. 我们在同一台服务器上有SSRS和SQL数据库。

The report takes 10 parameters and for our test case, returns 7 rows with 39 columns. 该报告采用10个参数,对于我们的测试用例,返回7行和39列。 Running the query with the same parameters in Sql Management Studio returns the 7 rows in less than a second, so it seems to be rendering the report that kills the server. 在Sql Management Studio中使用相同的参数运行查询会在不到一秒钟的时间内返回7行,因此它似乎正在呈现杀死服务器的报告。

I can look at the SSRS database tables, but the logs there haven't told me much. 我可以看一下SSRS数据库表,但是那里的日志告诉我的并不多。 What should I be looking for? 我应该找什么? What can I check? 我可以检查什么? And what information can I provide to the community to get more help? 我可以向社区提供哪些信息以获取更多帮助?

I recreated the report from scratch, same stored proc, and it works as desired. 我从头开始创建了该报告,并且存储过程相同,并且可以按需工作。 Something in the report definition must have gotten corrupted some how. 报告定义中的某些内容一定已经损坏了。

Sorry I couldn't find out specifically what was wrong. 抱歉,我无法具体找出问题所在。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM