【问题标题】:SSRS report not creating sometimeSSRS 报告有时未创建
【发布时间】:2016-05-12 07:33:34
【问题描述】:

我有一个 SSRS 报告,它是从 4 个数据集生成的。

此报告每 1 小时从控制台应用程序通过电子邮件发送给客户。

问题: 报告完全按预期工作,但有时它的抛出错误如下。 如果有人有解决方案,请告诉我。

在 Microsoft.Reporting.WebForms.ServerReportSoapProxy.OnSoapException(SoapException e)

在 Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection 连接,ProxyMethod1 initialMethod, ProxyMethod1 retryMethod)

在 Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.Render(String Format, String DeviceInfo, PageCountMode PaginationMode, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)

在 Microsoft.Reporting.WebForms.ServerReport.Render(字符串格式、字符串 deviceInfo、PageCountMode pageCountMode、String& mimeType、String& 编码、String& fileNameExtension、String[]& 流、Warning[]& 警告)

在 Microsoft.Reporting.WebForms.Report.Render(字符串格式,字符串 deviceInfo,字符串和 mimeType,字符串和编码,字符串和文件名扩展,字符串 []& 流,警告 [] 和警告)

在 d:\XYX\XYZ\Program.cs:line 4875 中的 ABC.Program.GenerateExcelAndMail() 处理报告时发生错误。 (rsProcessingAborted) 共享数据集“dsXYZDataset”执行失败。 (rsDataSetExecutionError)

【问题讨论】:

    标签: reporting-services console-application ssrs-2008-r2 ssrs-2012


    【解决方案1】:

    这是你问题的根源:

    共享数据集“dsXYZDataset”执行失败

    由于数据集失败,您的报告无法完成运行。基本上你需要深入研究'dsXYZDataset' 来确定它为什么只是间歇性地运行。解决这个问题,您的报告应该会始终如一地运行。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多