简体   繁体   English

Reporting Services部署超时,报表管理器URL挂起

[英]Reporting Services Deployment times out and report manager URL just hangs

I have been running Reporting Services on the same server for a couple of years. 我在同一台服务器上运行Reporting Services已有几年了。 Our IT team say no changes have been made to the server, but suddenly I cannot deploy reports (they timeout) and when I access via the url http:\\server\\reports or "http:\\server\\reportserver" it just hangs and I never get an error. 我们的IT团队表示没有对服务器进行任何更改,但突然间我无法部署报告(它们超时),当我通过URL http:\\ server \\ reports或“http:\\ server \\ reportserver”访问时,它只是挂起而我永远不会出错。 We cannot run reports. 我们无法运行报告。

I can run reports via the Visual Studio data tools but I cannot deploy them. 我可以通过Visual Studio数据工具运行报告,但我无法部署它们。

I have tried rebooting the server and restarting the Reporting services & sql server services. 我尝试重新启动服务器并重新启动Reporting Services和sql server服务。

Any ideas ? 有任何想法吗 ? How can I troubleshoot this? 我该如何解决这个问题? The log files don't seem to be much help. 日志文件似乎没有多大帮助。

Thanks PJC 谢谢PJC

There are a few things to check here. 这里有几件事需要检查。

  1. Make sure you can access the report server and report manager. 确保您可以访问报表服务器和报表管理器。 (You can get the url from the SSRS configuration manager) (您可以从SSRS配置管理器获取URL)

  2. Clear the logs and retry your attempt. 清除日志并重试您的尝试。 If a connection can be made to report server and there is something else causing the issue then you should see evidence in the log file. 如果可以与报表服务器建立连接,并且还有其他原因导致问题,那么您应该在日志文件中看到证据。 The log file is \\Reporting Service\\LogFiles. 日志文件是\\ Reporting Service \\ LogFiles。

  3. If you don't see anything in the log files in step 2 or can't make a connection in step 1 above then look into the IIS log files and troubleshoot your issue from a IIS standpoint. 如果在步骤2中的日志文件中没有看到任何内容,或者无法在上面的步骤1中建立连接,请查看IIS日志文件并从IIS角度解决问题。 Can you see your incoming request? 你能看到你的传入请求吗? Should you be using https? 你应该使用https吗?

  4. If you cannot see your incoming request from step 3 above then it is likely a network issue. 如果您无法从上面的步骤3中看到您的传入请求,则可能是网络问题。

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

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