web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Reports renderind exception - empty output or "rsProcessingAborted"

(0) ShareShare
ReportReport
Posted on by 715

Hello,

several hours of troubleshooting already for reporting services. Two CRM 2011 UR12 with Claims and Ifd.

Most of the time reports rendering fails with

[ReportServerException: Query execution failed for dataset 'LanguageInfo'. (rsErrorExecutingCommand)]

Could it be that report rendering language cannot be set and therefore report content not displayed at all?

Help much appreciated

Trace when rendrering report:

>MessageProcessor finish processing message 'IsReportingDataConnectorInstalled' for 'none'.

[2013-06-11 10:30:30.582] Process: w3wp |Organization:040a871b-6f2e-4010-976f-d72138d2d3e0 |Thread:    3 |Category: Platform |User: deb108e5-fb41-439d-b8b0-31a20a3a90d5 |Level: Verbose |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExecutionContext.OnEndRequest  ilOffset = 0x44

>ExecutionContext not in use (OnEndRequest) for organization {040A871B-6F2E-4010-976F-D72138D2D3E0}

[2013-06-11 10:30:30.582] Process: w3wp |Organization:040a871b-6f2e-4010-976f-d72138d2d3e0 |Thread:    3 |Category: Platform.Sdk |User: deb108e5-fb41-439d-b8b0-31a20a3a90d5 |Level: Verbose |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | SdkTracer.EndTrace  ilOffset = 0x7A

>OrganizationSdkService finished processing request for user:IsReportingDataConnectorInstalled

As user:deb108e5-fb41-439d-b8b0-31a20a3a90d5

Response Xml:

<IsReportingDataConnectorInstalledResponse xmlns="schemas.microsoft.com/.../Contracts" xmlns:i="www.w3.org/.../XMLSchema-instance"><ResponseName xmlns="schemas.microsoft.com/.../ResponseName><Results xmlns="schemas.microsoft.com/.../Contracts" xmlns:a="schemas.datacontract.org/.../a:key><a:value i:type="b:boolean" xmlns:b="www.w3.org/.../IsReportingDataConnectorInstalledResponse>

[2013-06-11 10:30:30.582] Process: w3wp |Organization:040a871b-6f2e-4010-976f-d72138d2d3e0 |Thread:    3 |Category: Application |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | CrmReportServerCredentials.get_ImpersonationUser  ilOffset = 0x0

>Post-Platform Request: IsReportingDataConnectorInstalled

[2013-06-11 10:30:33.827] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Exception |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | SrsReportViewer.ReportErrorHandler  ilOffset = 0x122

at SrsReportViewer.ReportErrorHandler(Object sender, ReportErrorEventArgs e)  ilOffset = 0x122

at ReportViewer.OnError(Exception e)  ilOffset = 0x22

at ReportViewer.OnPreRender(EventArgs e)  ilOffset = 0x2AB

at Control.PreRenderRecursiveInternal()  ilOffset = 0x54

at Control.PreRenderRecursiveInternal()  ilOffset = 0x8E

at Control.PreRenderRecursiveInternal()  ilOffset = 0x8E

at Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  ilOffset = 0x69E

at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  ilOffset = 0x3C

at Page.ProcessRequest()  ilOffset = 0x14

at Page.ProcessRequest(HttpContext context)  ilOffset = 0x31

at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()  ilOffset = 0x11D

at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)  ilOffset = 0x15

at ApplicationStepManager.ResumeSteps(Exception error)  ilOffset = 0x10E

at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)  ilOffset = 0x5C

at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)  ilOffset = 0xFC

at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)  ilOffset = 0x45

>Crm Exception: Message: An error occurred during report rendering., ErrorCode: -2147187924, InnerException: Microsoft.Reporting.WebForms.ReportServerException: Une erreur s'est produite lors du traitement du rapport. (rsProcessingAborted) ---> Microsoft.Reporting.WebForms.ReportServerException: Query execution failed for dataset 'LanguageInfo'. (rsErrorExecutingCommand) ---> Microsoft.Reporting.WebForms.ReportServerException: Pour obtenir plus d'informations sur cette erreur, accédez au serveur de rapports sur le serveur local ou activez les erreurs distantes.

  --- End of inner exception stack trace ---

  --- End of inner exception stack trace ---

  at Microsoft.Reporting.WebForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)

  at Microsoft.Reporting.WebForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)

  at Microsoft.Reporting.WebForms.ServerReport.Render(String format, String deviceInfo, NameValueCollection urlAccessParameters, String& mimeType, String& fileNameExtension)

  at Microsoft.Reporting.WebForms.ServerModeSession.RenderReport(String format, Boolean allowInternalRenderers, String deviceInfo, NameValueCollection additionalParams, Boolean cacheSecondaryStreamsForHtml, String& mimeType, String& fileExtension)

  at Microsoft.ReportingServices.Rendering.HtmlRenderer.ViewerRenderer.SPBProcessingStub.GetNextPage(RPLReport& rplReport)

  at Microsoft.ReportingServices.Rendering.HtmlRenderer.HTML4Renderer.GetNextPage()

  at Microsoft.ReportingServices.Rendering.HtmlRenderer.HTML4Renderer.InitializeReport()

  at Microsoft.ReportingServices.Rendering.HtmlRenderer.ViewerRenderer.Render(HtmlTextWriter outputWriter)

  at Microsoft.Reporting.WebForms.LocalHtmlRenderer.Render(NameValueCollection deviceInfo, PageCountMode pageCountMode, ReportControlSession reportControlSession, CreateAndRegisterStream streamCallback, String& scrollScript, String& pageStyle)

  at Microsoft.Reporting.WebForms.ReportControlSession.RenderReportHTML4(NameValueCollection deviceInfo, PageCountMode pageCountMode, String& scrollScript, String& pageStyle)

  at Microsoft.Reporting.WebForms.ReportControl.RenderReport(ReportControlSession session, String viewerInstanceIdentifier, PageCountMode pageCountMode, Int32 pageNumber, InteractivityPostBackMode interactivityMode, SearchState searchState, String replacementRoot, String hyperlinkTarget, ScrollTarget scrollTarget, String alertMessage, DeviceInfoCollection initialDeviceInfos, String browserMode, Boolean sizeToContent)

  at Microsoft.Reporting.WebForms.ReportArea.RenderReport(ReportControlSession session, String viewerInstanceIdentifier, PageCountMode pageCountMode, Int32 pageNumber, InteractivityPostBackMode interactivityMode, SearchState searchState, String replacementRoot, String hyperlinkTarget, ScrollTarget scrollTarget, String alertMessage, DeviceInfoCollection initialDeviceInfos, String browserMode, Boolean sizeToContent)

  at Microsoft.Reporting.WebForms.ReportViewer.RenderReport(Boolean updateDocMap)

  at Microsoft.Reporting.WebForms.ReportViewer.OnPreRender(EventArgs e)

[2013-06-11 10:30:33.827] Process: w3wp |Organization:040a871b-6f2e-4010-976f-d72138d2d3e0 |Thread:    3 |Category: Application |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ErrorInformation.LogError  ilOffset = 0x17

>MSCRM Error Report:

--------------------------------------------------------------------------------------------------------

Error: Exception of type 'System.Web.HttpUnhandledException' was thrown.

Error Number: 0x8004832C

Error Message: An error occurred during report rendering.

Error Details: An error occurred during report rendering.

Source File: Not available

Line Number: Not available

Request URL: http://fla-prep-crm01/PET/CRMReports/rsviewer/reportviewer.aspx

Stack Trace Info: [ReportServerException: Pour obtenir plus d'informations sur cette erreur, accédez au serveur de rapports sur le serveur local ou activez les erreurs distantes.]

[ReportServerException: Query execution failed for dataset 'LanguageInfo'. (rsErrorExecutingCommand)]

[ReportServerException: Une erreur s'est produite lors du traitement du rapport. (rsProcessingAborted)]

  at Microsoft.Reporting.WebForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)

  at Microsoft.Reporting.WebForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)

  at Microsoft.Reporting.WebForms.ServerReport.Render(String format, String deviceInfo, NameValueCollection urlAccessParameters, String& mimeType, String& fileNameExtension)

  at Microsoft.Reporting.WebForms.ServerModeSession.RenderReport(String format, Boolean allowInternalRenderers, String deviceInfo, NameValueCollection additionalParams, Boolean cacheSecondaryStreamsForHtml, String& mimeType, String& fileExtension)

  at Microsoft.ReportingServices.Rendering.HtmlRenderer.ViewerRenderer.SPBProcessingStub.GetNextPage(RPLReport& rplReport)

  at Microsoft.ReportingServices.Rendering.HtmlRenderer.HTML4Renderer.GetNextPage()

  at Microsoft.ReportingServices.Rendering.HtmlRenderer.HTML4Renderer.InitializeReport()

  at Microsoft.ReportingServices.Rendering.HtmlRenderer.ViewerRenderer.Render(HtmlTextWriter outputWriter)

  at Microsoft.Reporting.WebForms.LocalHtmlRenderer.Render(NameValueCollection deviceInfo, PageCountMode pageCountMode, ReportControlSession reportControlSession, CreateAndRegisterStream streamCallback, String& scrollScript, String& pageStyle)

  at Microsoft.Reporting.WebForms.ReportControlSession.RenderReportHTML4(NameValueCollection deviceInfo, PageCountMode pageCountMode, String& scrollScript, String& pageStyle)

  at Microsoft.Reporting.WebForms.ReportControl.RenderReport(ReportControlSession session, String viewerInstanceIdentifier, PageCountMode pageCountMode, Int32 pageNumber, InteractivityPostBackMode interactivityMode, SearchState searchState, String replacementRoot, String hyperlinkTarget, ScrollTarget scrollTarget, String alertMessage, DeviceInfoCollection initialDeviceInfos, String browserMode, Boolean sizeToContent)

  at Microsoft.Reporting.WebForms.ReportArea.RenderReport(ReportControlSession session, String viewerInstanceIdentifier, PageCountMode pageCountMode, Int32 pageNumber, InteractivityPostBackMode interactivityMode, SearchState searchState, String replacementRoot, String hyperlinkTarget, ScrollTarget scrollTarget, String alertMessage, DeviceInfoCollection initialDeviceInfos, String browserMode, Boolean sizeToContent)

  at Microsoft.Reporting.WebForms.ReportViewer.RenderReport(Boolean updateDocMap)

  at Microsoft.Reporting.WebForms.ReportViewer.OnPreRender(EventArgs e)

[CrmException: An error occurred during report rendering.]

  at Microsoft.Crm.Web.Reporting.SrsReportViewer.ReportErrorHandler(Object sender, ReportErrorEventArgs e)

  at Microsoft.Reporting.WebForms.ReportViewer.OnError(Exception e)

  at Microsoft.Reporting.WebForms.ReportViewer.OnPreRender(EventArgs e)

  at System.Web.UI.Control.PreRenderRecursiveInternal()

  at System.Web.UI.Control.PreRenderRecursiveInternal()

  at System.Web.UI.Control.PreRenderRecursiveInternal()

  at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

[HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown.]

  at System.Web.UI.Page.HandleError(Exception e)

  at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

  at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

  at System.Web.UI.Page.ProcessRequest()

  at System.Web.UI.Page.ProcessRequest(HttpContext context)

  at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

  at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | FaultHelper.ConvertToFault  ilOffset = 0x0

>TryConvertToFaultExceptionInternal: exception: System.Web.HttpUnhandledException

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.DumpExceptionRecursive  ilOffset = 0x27C

>NestingDepth: 24

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.DumpExceptionRecursive  ilOffset = 0x27C

>NestingDepth: 24

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.DumpExceptionRecursive  ilOffset = 0x27C

>NestingDepth: 24

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.DumpExceptionRecursive  ilOffset = 0x27C

>NestingDepth: 24

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.DumpExceptionToTrace  ilOffset = 0x11

>----- dump exception/fault tree (TryConvertToFaultExceptionInternal: before) -----

>>>>>> EXCEPTION: 0

>Type: System.Web.HttpUnhandledException

>Message (65): Exception of type 'System.Web.HttpUnhandledException' was thrown.

>StackTrace: present: 9FFD7D49

>no PluginTrace

>>>>>> EXCEPTION: 1

>Type: Microsoft.Crm.CrmException

>ErrorCode: 0x8004832C:

>Message (42): An error occurred during report rendering.

>StackTrace: present: 2CE56F9B

>no PluginTrace

>>>>>> EXCEPTION: 2

>Type: Microsoft.Reporting.WebForms.ReportServerException

>Message (78): Une erreur s'est produite lors du traitement du rapport. (rsProcessingAborted)

>StackTrace: present: 7CCD676D

>no PluginTrace

>>>>>> EXCEPTION: 3

>Type: Microsoft.Reporting.WebForms.ReportServerException

>Message (76): Query execution failed for dataset 'LanguageInfo'. (rsErrorExecutingCommand)

>StackTrace <null>

>no PluginTrace

>>>>>> EXCEPTION: 4

>Type: Microsoft.Reporting.WebForms.ReportServerException

>Message (136): Pour obtenir plus d'informations sur cette erreur, acc??dez au serveur de rapports sur le serveur local ou activez les erreurs distantes.

>StackTrace <null>

>no PluginTrace

>InnerException <null>

><<<<< EXCEPTION: 4

>

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x24

>NestingDepth: 24

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x57

>ToSingleFaultUntyped: enter

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultUnTyped  ilOffset = 0x0

>ToSingleFault/FE<OSF>: enter

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x57

>UNEXPECTED: no fault?

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultUnTyped  ilOffset = 0x3A

>ToSingleFaultOther: enter

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x46

>enter: ConvertMessageAndErrorCode: System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown.

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x23B

>System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #A276860F: System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Crm.CrmException: An error occurred during report rendering. ---> Microsoft.Reporting.WebForms.ReportServerException: Une erreur s'est produite lors du traitement du rapport. (rsProcessingAborted) ---> Microsoft.Reporting.WebForms.ReportServerException: Query execution failed for dataset 'LanguageInfo'. (rsErrorExecutingCommand) ---> Microsoft.Reporting.WebForms.ReportServerException: Pour obtenir plus d'informations sur cette erreur, accédez au serveur de rapports sur le serveur local ou activez les erreurs distantes.

>   --- End of inner exception stack trace ---

>   --- End of inner exception stack trace ---

>   at Microsoft.Reporting.WebForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)

>   at Microsoft.Reporting.WebForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)

>   at Microsoft.Reporting.WebForms.ServerReport.Render(String format, String deviceInfo, NameValueCollection urlAccessParameters, String& mimeType, String& fileNameExtension)

>   at Microsoft.Reporting.WebForms.ServerModeSession.RenderReport(String format, Boolean allowInternalRenderers, String deviceInfo, NameValueCollection additionalParams, Boolean cacheSecondaryStreamsForHtml, String& mimeType, String& fileExtension)

>   at Microsoft.ReportingServices.Rendering.HtmlRenderer.ViewerRenderer.SPBProcessingStub.GetNextPage(RPLReport& rplReport)

>   at Microsoft.ReportingServices.Rendering.HtmlRenderer.HTML4Renderer.GetNextPage()

>   at Microsoft.ReportingServices.Rendering.HtmlRenderer.HTML4Renderer.InitializeReport()

>   at Microsoft.ReportingServices.Rendering.HtmlRenderer.ViewerRenderer.Render(HtmlTextWriter outputWriter)

>   at Microsoft.Reporting.WebForms.LocalHtmlRenderer.Render(NameValueCollection deviceInfo, PageCountMode pageCountMode, ReportControlSession reportControlSession, CreateAndRegisterStream streamCallback, String& scrollScript, String& pageStyle)

>   at Microsoft.Reporting.WebForms.ReportControlSession.RenderReportHTML4(NameValueCollection deviceInfo, PageCountMode pageCountMode, String& scrollScript, String& pageStyle)

>   at Microsoft.Reporting.WebForms.ReportControl.RenderReport(ReportControlSession session, String viewerInstanceIdentifier, PageCountMode pageCountMode, Int32 pageNumber, InteractivityPostBackMode interactivityMode, SearchState searchState, String replacementRoot, String hyperlinkTarget, ScrollTarget scrollTarget, String alertMessage, DeviceInfoCollection initialDeviceInfos, String browserMode, Boolean sizeToContent)

>   at Microsoft.Reporting.WebForms.ReportArea.RenderReport(ReportControlSession session, String viewerInstanceIdentifier, PageCountMode pageCountMode, Int32 pageNumber, InteractivityPostBackMode interactivityMode, SearchState searchState, String replacementRoot, String hyperlinkTarget, ScrollTarget scrollTarget, String alertMessage, DeviceInfoCollection initialDeviceInfos, String browserMode, Boolean sizeToContent)

>   at Microsoft.Reporting.WebForms.ReportViewer.RenderReport(Boolean updateDocMap)

>   at Microsoft.Reporting.WebForms.ReportViewer.OnPreRender(EventArgs e)

>   --- End of inner exception stack trace ---

>   at Microsoft.Crm.Web.Reporting.SrsReportViewer.ReportErrorHandler(Object sender, ReportErrorEventArgs e)

>   at Microsoft.Reporting.WebForms.ReportViewer.OnError(Exception e)

>   at Microsoft.Reporting.WebForms.ReportViewer.OnPreRender(EventArgs e)

>   at System.Web.UI.Control.PreRenderRecursiveInternal()

>   at System.Web.UI.Control.PreRenderRecursiveInternal()

>   at System.Web.UI.Control.PreRenderRecursiveInternal()

>   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

>   at System.Web.UI.Page.HandleError(Exception e)

>   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

>   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

>   at System.Web.UI.Page.ProcessRequest()

>   at System.Web.UI.Page.ProcessRequest(HttpContext context)

>   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

>   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x28B

>exit: ConvertMessageAndErrorCode: errorCode: 0x80040216; message: System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #A276860F

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x16

>ToSingleFaultCommon: enter

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0xAE

>no PluginTrace

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x12F

>no CrmExceptionFaults

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x183

>IncludeCallStack: False

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x24

>NestingDepth: 24

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x69

>ToSingleFaultUntyped: enter

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultUnTyped  ilOffset = 0x2C

>ToSingleFault/CrmException

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x16

>ToSingleFaultCommon: enter

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0xAE

>no PluginTrace

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x12F

>no CrmExceptionFaults

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x183

>IncludeCallStack: False

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.LastFault  ilOffset = 0x11

>NestingDepth: 24

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x24

>NestingDepth: 24

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x69

>ToSingleFaultUntyped: enter

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultUnTyped  ilOffset = 0x0

>ToSingleFault/FE<OSF>: enter

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x69

>UNEXPECTED: no fault?

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultUnTyped  ilOffset = 0x3A

>ToSingleFaultOther: enter

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x46

>enter: ConvertMessageAndErrorCode: Microsoft.Reporting.WebForms.ReportServerException: Une erreur s'est produite lors du traitement du rapport. (rsProcessingAborted)

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x23B

>Microsoft.Reporting.WebForms.ReportServerException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #7E414E3B: Microsoft.Reporting.WebForms.ReportServerException: Une erreur s'est produite lors du traitement du rapport. (rsProcessingAborted) ---> Microsoft.Reporting.WebForms.ReportServerException: Query execution failed for dataset 'LanguageInfo'. (rsErrorExecutingCommand) ---> Microsoft.Reporting.WebForms.ReportServerException: Pour obtenir plus d'informations sur cette erreur, accédez au serveur de rapports sur le serveur local ou activez les erreurs distantes.

>   --- End of inner exception stack trace ---

>   --- End of inner exception stack trace ---

>   at Microsoft.Reporting.WebForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)

>   at Microsoft.Reporting.WebForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)

>   at Microsoft.Reporting.WebForms.ServerReport.Render(String format, String deviceInfo, NameValueCollection urlAccessParameters, String& mimeType, String& fileNameExtension)

>   at Microsoft.Reporting.WebForms.ServerModeSession.RenderReport(String format, Boolean allowInternalRenderers, String deviceInfo, NameValueCollection additionalParams, Boolean cacheSecondaryStreamsForHtml, String& mimeType, String& fileExtension)

>   at Microsoft.ReportingServices.Rendering.HtmlRenderer.ViewerRenderer.SPBProcessingStub.GetNextPage(RPLReport& rplReport)

>   at Microsoft.ReportingServices.Rendering.HtmlRenderer.HTML4Renderer.GetNextPage()

>   at Microsoft.ReportingServices.Rendering.HtmlRenderer.HTML4Renderer.InitializeReport()

>   at Microsoft.ReportingServices.Rendering.HtmlRenderer.ViewerRenderer.Render(HtmlTextWriter outputWriter)

>   at Microsoft.Reporting.WebForms.LocalHtmlRenderer.Render(NameValueCollection deviceInfo, PageCountMode pageCountMode, ReportControlSession reportControlSession, CreateAndRegisterStream streamCallback, String& scrollScript, String& pageStyle)

>   at Microsoft.Reporting.WebForms.ReportControlSession.RenderReportHTML4(NameValueCollection deviceInfo, PageCountMode pageCountMode, String& scrollScript, String& pageStyle)

>   at Microsoft.Reporting.WebForms.ReportControl.RenderReport(ReportControlSession session, String viewerInstanceIdentifier, PageCountMode pageCountMode, Int32 pageNumber, InteractivityPostBackMode interactivityMode, SearchState searchState, String replacementRoot, String hyperlinkTarget, ScrollTarget scrollTarget, String alertMessage, DeviceInfoCollection initialDeviceInfos, String browserMode, Boolean sizeToContent)

>   at Microsoft.Reporting.WebForms.ReportArea.RenderReport(ReportControlSession session, String viewerInstanceIdentifier, PageCountMode pageCountMode, Int32 pageNumber, InteractivityPostBackMode interactivityMode, SearchState searchState, String replacementRoot, String hyperlinkTarget, ScrollTarget scrollTarget, String alertMessage, DeviceInfoCollection initialDeviceInfos, String browserMode, Boolean sizeToContent)

>   at Microsoft.Reporting.WebForms.ReportViewer.RenderReport(Boolean updateDocMap)

>   at Microsoft.Reporting.WebForms.ReportViewer.OnPreRender(EventArgs e)

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x28B

>exit: ConvertMessageAndErrorCode: errorCode: 0x80040216; message: Microsoft.Reporting.WebForms.ReportServerException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #7E414E3B

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x16

>ToSingleFaultCommon: enter

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0xAE

>no PluginTrace

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x12F

>no CrmExceptionFaults

[2013-06-11 10:30:33.842] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x183

>IncludeCallStack: False

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.LastFault  ilOffset = 0x11

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x24

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x69

>ToSingleFaultUntyped: enter

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultUnTyped  ilOffset = 0x0

>ToSingleFault/FE<OSF>: enter

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x69

>UNEXPECTED: no fault?

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultUnTyped  ilOffset = 0x3A

>ToSingleFaultOther: enter

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x46

>enter: ConvertMessageAndErrorCode: Microsoft.Reporting.WebForms.ReportServerException: Query execution failed for dataset 'LanguageInfo'. (rsErrorExecutingCommand)

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x23B

>Microsoft.Reporting.WebForms.ReportServerException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #E208BD38: Microsoft.Reporting.WebForms.ReportServerException: Query execution failed for dataset 'LanguageInfo'. (rsErrorExecutingCommand) ---> Microsoft.Reporting.WebForms.ReportServerException: Pour obtenir plus d'informations sur cette erreur, accédez au serveur de rapports sur le serveur local ou activez les erreurs distantes.

>   --- End of inner exception stack trace ---

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x28B

>exit: ConvertMessageAndErrorCode: errorCode: 0x80040216; message: Microsoft.Reporting.WebForms.ReportServerException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #E208BD38

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x16

>ToSingleFaultCommon: enter

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0xAE

>no PluginTrace

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x12F

>no CrmExceptionFaults

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x183

>IncludeCallStack: False

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.LastFault  ilOffset = 0x11

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x24

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x69

>ToSingleFaultUntyped: enter

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultUnTyped  ilOffset = 0x0

>ToSingleFault/FE<OSF>: enter

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertToFault  ilOffset = 0x69

>UNEXPECTED: no fault?

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultUnTyped  ilOffset = 0x3A

>ToSingleFaultOther: enter

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x46

>enter: ConvertMessageAndErrorCode: Microsoft.Reporting.WebForms.ReportServerException: Pour obtenir plus d'informations sur cette erreur, accédez au serveur de rapports sur le serveur local ou activez les erreurs distantes.

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x23B

>Microsoft.Reporting.WebForms.ReportServerException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #5CC38034: Microsoft.Reporting.WebForms.ReportServerException: Pour obtenir plus d'informations sur cette erreur, accédez au serveur de rapports sur le serveur local ou activez les erreurs distantes.

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x28B

>exit: ConvertMessageAndErrorCode: errorCode: 0x80040216; message: Microsoft.Reporting.WebForms.ReportServerException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #5CC38034

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x16

>ToSingleFaultCommon: enter

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0xAE

>no PluginTrace

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x12F

>no CrmExceptionFaults

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.ToSingleFaultCommon  ilOffset = 0x183

>IncludeCallStack: False

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.LastFault  ilOffset = 0x11

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.LastFault  ilOffset = 0x11

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.LastFault  ilOffset = 0x11

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.LastFault  ilOffset = 0x11

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.LastFault  ilOffset = 0x11

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.TryConvertToFaultExceptionInternal  ilOffset = 0xAD

>TryConvertToFaultExceptionInternal: new FE<OSF>

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.DumpFaultRecursive  ilOffset = 0x242

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.DumpFaultRecursive  ilOffset = 0x242

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.DumpFaultRecursive  ilOffset = 0x242

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.DumpFaultRecursive  ilOffset = 0x242

>NestingDepth: 24

[2013-06-11 10:30:33.858] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:    3 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: 5bc933a8-ff4e-4346-b72c-fd93b7f28250 | ExceptionConverter.DumpExceptionToTrace  ilOffset = 0x11

>----- dump exception/fault tree (TryConvertToFaultExceptionInternal: after) -----

>>>>>> EXCEPTION: 0

>Type: System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.BaseServiceFault]

>Message (141): System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #A276860F

>StackTrace <null>

>no PluginTrace

>>>>>> FAULT: 0

>ErrorCode: 0x80040216: ErrorCodes.UnExpected

>Message (141): System.Web.HttpUnhandledException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #A276860F

>Timestamp: present

>TraceText <null>

>CallStack <null>

>>>>>> FAULT: 1

>ErrorCode: 0x8004832C:

>Message (42): An error occurred during report rendering.

>Timestamp: present

>TraceText <null>

>CallStack <null>

>>>>>> FAULT: 2

>ErrorCode: 0x80040216: ErrorCodes.UnExpected

>Message (158): Microsoft.Reporting.WebForms.ReportServerException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #7E414E3B

>Timestamp: present

>TraceText <null>

>CallStack <null>

>>>>>> FAULT: 3

>ErrorCode: 0x80040216: ErrorCodes.UnExpected

>Message (158): Microsoft.Reporting.WebForms.ReportServerException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #E208BD38

>Timestamp: present

>TraceText <null>

>CallStack <null>

>>>>>> FAULT: 4

>ErrorCode: 0x80040216: ErrorCodes.UnExpected

>Message (158): Microsoft.Reporting.WebForms.ReportServerException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #5CC38034

>Timestamp: present

>TraceText <null>

>CallStack <null>

>InnerFault <null>

><<<<< FAULT: 4

>InnerException <null>

><<<<< EXCEPTION: 0

>

[2013-06-11 10:30:33.952] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:   22 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose |ReqId: b5bab552-3762-4b05-9fef-e40a721c7347 | MapOrgUtility.SetOrganizationInformation  ilOffset = 0x83

>MapOrgEngine: Retreived the OrgId[{040A871B-6F2E-4010-976F-D72138D2D3E0}] for URL[http://fla-prep-crm01/PET/_common/error/errorhandler.aspx?BackUri=http://fla-prep-crm01/PET/CRMReports/rsviewer/reportviewer.aspx&ErrorCode=0x8004832C&Parm0=

&Parm1=(rsProcessingAborted)&RequestUri=/PET/CRMReports/rsviewer/reportviewer.aspx&user_lcid=1033].

[2013-06-11 10:30:33.952] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:   22 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose |ReqId: b5bab552-3762-4b05-9fef-e40a721c7347 | AuthenticationEngine.Execute  ilOffset = 0xA1

>AUTH: Request [GET http://fla-prep-crm01/PET/_common/error/errorhandler.aspx?BackUri=http://fla-prep-crm01/PET/CRMReports/rsviewer/reportviewer.aspx&ErrorCode=0x8004832C&Parm0=

&Parm1=(rsProcessingAborted)&RequestUri=/PET/CRMReports/rsviewer/reportviewer.aspx&user_lcid=1033] from [172.22.3.32] entered Authentication Pipeline.

[2013-06-11 10:30:33.952] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:   22 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose |ReqId: b5bab552-3762-4b05-9fef-e40a721c7347 | AuthenticationPipeline.Authenticate  ilOffset = 0x11

>AUTH: AuthenticationProvider [Microsoft.Crm.Authentication.PassThroughAuthenticationProvider] will be attempted.

[2013-06-11 10:30:33.952] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:   22 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Info |ReqId: b5bab552-3762-4b05-9fef-e40a721c7347 | AuthenticationPipeline.Authenticate  ilOffset = 0x11

>AUTH: AuthenticationProvider [Microsoft.Crm.Authentication.PassThroughAuthenticationProvider] handled request [http://fla-prep-crm01/PET/_common/error/errorhandler.aspx?BackUri=http://fla-prep-crm01/PET/CRMReports/rsviewer/reportviewer.aspx&ErrorCode=0x8004832C&Parm0=

&Parm1=(rsProcessingAborted)&RequestUri=/PET/CRMReports/rsviewer/reportviewer.aspx&user_lcid=1033] from [172.22.3.32].

[2013-06-11 10:30:33.952] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:   22 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose |ReqId: b5bab552-3762-4b05-9fef-e40a721c7347 | BuildManager.EnsureFirstTimeDirectoryInit  ilOffset = 0x36

>DirectoryExists /_common/error/App_LocalResources/ returning False.

[2013-06-11 10:30:33.967] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:   22 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Verbose |ReqId: b5bab552-3762-4b05-9fef-e40a721c7347 | BuildResult.IsUpToDate  ilOffset = 0x45

>GetFileHash(/PET/_common/error/errorhandler.aspx, System.Collections.ArrayList) called.

Thanks in advance

Patrice Mariet

*This post is locked for comments

I have the same question (0)
  • Josh Wells - MSFT Profile Picture
    961 on at
    RE: Reports renderind exception - empty output or "rsProcessingAborted"

    Hi Patrice,

    Thanks for your question.  My name is Josh Wells and I am a Support Engineer on the Microsoft Dynamics CRM support team.  

    I don't believe the issue you are facing is related to the Async/Sandbox service.  When you see an rsProcessingAborted error, this means that the underlying error is coming from SSRS.  The CRM Platform traces are not going to be very helpful.  What you will need to do is to look at the SSRS logs.  Those are typically found in a path such as:

    %programfiles%\Microsoft SQL Server\MSRS10_50.(INSTANCENAME)\Reporting Services\LogFiles

    The path above is for an SSRS 2008 instance.

    Also, I would suggest trying to run the report directly within Report Manager.  

    a. Open up Report Manager (http://SRSServer/Reports)

    b. Click on OrgName_MSCRM

    c. On the right-hand side, on the toolbar, click Details View

    d. Click on the SharedReports > 5.0.xxxx

    e. Sort by Description ascending and run the User Summary Report

    f.  When the Report asks: "Type or enter a user name and password to access the data source: ", you are going to need to input the user's SystemUserID GUID and their Organization GUID.  To help us determine this, please run the following statement against the Org_MSCRM database:

    SELECT SystemUserId, OrganizationId, FullName

    FROM SystemUserBase

    WHERE DomainName = 'domain\user'

    Note: Domain is a place holder for the NetBIOS name of the domain and user is a place holder for the user's domain name.  For example; Microsoft is the Domain name and Jane Doe's domain name is jdoe so the DomainName = 'Microsoft\jdoe'

    g. For "Log In Name:", please copy the SystemUserId GUID from the query and paste it in the text box.

    h. For "Password:", please copy the OrganizationId GUID from the query and paste it in the text box.

    Again, if you run into issues directly within SSRS, then we will want to take a look at the SSRS logs.  Let me know if you have any questions.

  • Patrice Mariet Profile Picture
    715 on at
    RE: Reports renderind exception - empty output or "rsProcessingAborted"

    Yes report server is up and functional, as well as CRM. When one of the two CRM server is down, reports work, showing that services are well up and running.

    I am now looking at errors that may be linked such as "Lost contact with a Sandbox client" and eventid 20246 for this process.

    Will open new thread for that purpose. Report Server seems not the root cause but the the Sandbox <-> Asynch

    Thanks for your input

    Regards

    /Patrice

  • rrizwann Profile Picture
    675 on at
    RE: Reports renderind exception - empty output or "rsProcessingAborted"

    Please check if your reporting services and report server are started and running. if not then start the reportserver.

    Go to Start and search for "reporting services configuration manager",

    and connect to your report server and check if its started.

  • Community Member Profile Picture
    on at
    RE: Reports renderind exception - empty output or "rsProcessingAborted"

    Unfortunately, I don't have a NLB based setup at the moment to test the correct settings but just make sure you covered the basics:

    1. In Deployment Manager go to Microsoft Dynamics CRM -> Properties -> web addresses; from there set all of the appropriate URLs?

    2. In Deploymenet Manager go to Microsoft Dynamics CRM -> Properties -> web addresses -> Advanced; and ensure the "The deployment uses an NLB" checkbox is checked.

  • Patrice Mariet Profile Picture
    715 on at
    RE: Reports renderind exception - empty output or "rsProcessingAborted"

    Hello Steven,

    Yes all these prerequisites are OK and problem occurs on both standard ootb and custom reports.

    When above error occurs I noticed reports server does not even get rendring request. Report is stuck in CRM SSRS.

    What I have found so far to be able to run all kind of reports with current configuration is shutting down 1 of the 2 CRM+SQL Reporting front-ends.

    For such load-balanced configuration, shoud we set Report Server config host and urlroot to the alias?

    Thanks & Regards,

    /Patrice

  • Community Member Profile Picture
    on at
    RE: Reports renderind exception - empty output or "rsProcessingAborted"

    Hello Patrice,

    Is the report working in Visual Studio?

    Are you using a shared dataset/datassource?

    Check the permissions of the report in the report manager on the report server (something like "http://servername/reports"). Check if the datasource is available and you have the correct permissions/credentials.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Community Member Profile Picture

Community Member 2

#2
Christoph Pock Profile Picture

Christoph Pock 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans