Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services SQL Server Reporting services-连接已关闭_Reporting Services_Ssrs 2008 - Fatal编程技术网

Reporting services SQL Server Reporting services-连接已关闭

Reporting services SQL Server Reporting services-连接已关闭,reporting-services,ssrs-2008,Reporting Services,Ssrs 2008,我对SQL Server Reporting Services有问题。通过在服务器上启用详细日志记录,我收到了此错误消息: Reporting Services错误 Microsoft.ReportingServices.Diagnostics.Utilities.RSException:一个 报表处理过程中出现错误。 --->Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: 报告处理过程中发生错误。

我对SQL Server Reporting Services有问题。通过在服务器上启用详细日志记录,我收到了此错误消息:

Reporting Services错误
Microsoft.ReportingServices.Diagnostics.Utilities.RSException:一个 报表处理过程中出现错误。
--->Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: 报告处理过程中发生错误。
--->Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: 数据集“dsMyDSNAme”的查询执行失败。
--->Microsoft.ReportingServices.DataExtensions.XmlDP.XmlDPException: 无法对指定的URL执行web请求。
--->System.Net.WebException:基础连接已关闭:出现错误 接收时发生意外错误。
--->System.IO.IOException:无法从传输连接读取数据:远程主机强制关闭了现有连接。
--->System.Net.Sockets.SocketException:已创建现有连接 被远程主机强制关闭


我在谷歌上搜索过,没有其他人有这个问题。我怀疑某处有网络问题。如何跟踪问题?

这听起来像是SSL问题。您是否通过http跳转到需要SSL的进程来访问应用程序a中的数据?或者,您可能正在使用http.Hi@lrb访问需要https的代码和端点。谢谢你的反馈。我已经将问题缩小到web服务中的特定web方法。因此,就我所见,绑定是正确的,但是这个web方法中的某些东西导致了问题。谢谢