2013-07-09 3 views
1

전제 조건 인 Dynamics CRM 2011을 사용하고 있습니다.보고서를 표시 할 수 없습니다. (rsProcessingAborted)

며칠 전에 보고서가 정상적으로 작동했습니다. 오늘날 그들은 그렇지 않습니다.

이 오류가 무엇입니까 : "The report cannot be displayed. (rsProcessingAborted)"

enter image description here

난 그냥 경고 수준에 추적 보고서를 실행하고이 기록 된 :

[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() 

이보고 서비스에 로그 : http://pastebin.com/qm8FLzrn

+0

서버는 어떻게 설정합니까? 서버 하나 또는 여러 대입니까? 서비스를 살펴보면이 로그는 샌드 박스 서비스가 응답하지 않는 것 같지만 보고서에 포함되지는 않을 것으로 보입니다. 보고서를 다시 게시하려고 시도 할 수 있지만 SSRS 로그는 보고서에 몇 가지 문제가 있음을 나타냅니다. –

+0

사용자 요약 보고서가 작동합니다. 우리가 만든 모든 보고서가 실패한 것처럼 보입니다. 로드 공유가되는 IIS와 CRM이 모두 설치된 두 개의 CRM 서버가 있습니다. 그것들은 srv-crm01 및 srv-crm01입니다. 데이터베이스는 srv-sql01이라는 별도의 서버에 있습니다. 이것은보고 서버입니다. 샌드 박스 서비스가 srv-crm02에서 실행 중입니다. – cja

+0

http://technet.microsoft.com/en-us/library/hh699823.aspx에서 시작하여 샌드 박스는 통신을 위해 포트 808을 사용하므로 열 필요가있을 수 있습니다. 두 번째로 살펴볼 것은 SPN입니다. 기본 보고서는 작동하지만 사용자 정의 보고서는 작동하지 않는다는 것을 전에 알았습니다. 물론 보고서의 문제 일 수도 있습니다. SSRS에서 직접 보고서를 실행할 수 있습니까? –

답변

0

SPN에서 포트를 제거하여 수정되었습니다.

Microsoft의 Alen에게 감사드립니다.

관련 문제