The report cannot be displayed. (rsProcessingAborted)

白昼怎懂夜的黑 提交于 2019-12-13 02:38:59

问题


I am using Dynamics CRM 2011 on premise.

Reports were working fine a few days ago. Today they don't.

I am getting this error: "The report cannot be displayed. (rsProcessingAborted)"

I just run a report with warning level tracing on and this was logged:

[2013-07-09 14:10:50.099] Process:CrmAsyncService |Organization:00000000-0000-0000-0000-000000000000 |Thread:  102 |Category: Sandbox.LoadBalancer |User: 00000000-0000-0000-0000-000000000000 |Level: Warning |ReqId: 0792ea86-fee7-4f86-b38a-00b5cf68cf57 | SandboxHostManager.PingSingleClient  ilOffset = 0xB8
>ping: exception: SRV-CRM02: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.tcp://srv-crm02/CrmSandboxHost that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
[2013-07-09 14:10:50.512] Process:CrmAsyncService |Organization:00000000-0000-0000-0000-000000000000 |Thread:  102 |Category: Sandbox |User: 00000000-0000-0000-0000-000000000000 |Level: Warning |ReqId: 0792ea86-fee7-4f86-b38a-00b5cf68cf57 | SandboxClientBase`1.Stop  ilOffset = 0xD
>System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.

Server stack trace: 
   at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at System.ServiceModel.ICommunicationObject.Close()
   at Microsoft.Crm.Sandbox.SandboxClientBase`1.Stop()

This is in the reporting service log: http://pastebin.com/qm8FLzrn


回答1:


Fixed by removing ports from SPNs.

Thanks to Alen at Microsoft.




回答2:


I will put on how I have solved it in my particular case. I had the same error, with the following preconditions: - Customized report that works in the test environment, but does not work in production. - All other reports work. - CRM 365 online.

In my case, I had a parameter that obtained the values of a query and the Value field of that parameter was not pointing properly to the value field returned by that query.

As you can see in the screenshot, I had to change the pointing value field to "countValue" (previously it was "count" on the dropdown list).

Here are the fields of the DataSet:

What I can't understand is why it worked in other environments ...



来源:https://stackoverflow.com/questions/17549402/the-report-cannot-be-displayed-rsprocessingaborted

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!