我有一个客户正在实施与CRM 2011的交互式智能集成,并且遇到了一个例外,我们无法确定它的根本原因。以下是此错误的日志。到目前为止,这是我们对错误的唯一信息。 非常感谢任何指导!
" MiscHelper.LogException:Top Exception Type = System.ServiceModel.FaultException Source = mscorlib Message = The 由于内部错误,服务器无法处理请求。对于 有关错误的更多信息,请打开 IncludeExceptionDetailInFaults(来自ServiceBehaviorAttribute 或者来自服务器上的配置行为) 命令将异常信息发送回客户端,或打开 跟踪Microsoft .NET Framework 3.0 SDK文档和 检查服务器跟踪日志。堆栈跟踪:
服务器堆栈跟踪:at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(消息 回复,MessageFault错误,字符串操作,MessageVersion版本, FaultConverter faultConverter)at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime 操作,ProxyRpc& rpc)at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway,ProxyOperationRuntime操作,Object [] ins, 对象[]出局,TimeSpan超时)at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall,ProxyOperationRuntime operation)at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(即时聊天 消息)
在[0]处重新抛出异常:at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(即时聊天 reqMsg,IMessage retMsg)at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&安培; msgData,Int32类型)at Microsoft.Xrm.Sdk.IOrganizationService.RetrieveMultiple(QueryBase 查询) Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.RetrieveMultipleCore(QueryBase 查询) Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.RetrieveMultiple(QueryBase 查询) Microsoft.Xrm.Client.Services.OrganizationService<> C_ DisplayClass22.b _21(IOrganizationService s)at Microsoft.Xrm.Client.Services.OrganizationService.InnerOrganizationService.UsingService [TResult](Func`2 行动) Microsoft.Xrm.Client.Services.OrganizationService.RetrieveMultiple(QueryBase 查询) OSV_MSCRM_Integration.Crm2011IntegrationService.GetCallDetailsByANI(字符串 ani,String&扩展,字符串& url,布尔& multipleResults)
StackTrace:在MiscHelper.LogException(例外e,布尔值 alertException,String prefaceMessage,Boolean overrideExceptionMessage)at Crm2011IntegrationService.GetCallDetailsByANI(String ani,String& 扩展,字符串& url,布尔& multipleResults)at .SyncInvokeGetCallDetailsByANI(Object,Object [],Object [])at SyncMethodInvoker.Invoke(对象实例,对象[]输入,对象[]& 输出)在DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)at ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)at ImmutableDispatchRuntime.ProcessMessage41(MessageRpc& rpc)at ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)at ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)at ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc)at ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc)at ImmutableDispatchRuntime.ProcessMessage11(MessageRpc& rpc)at ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc)at MessageRpc.Process(Boolean isOperationContextSet)at ChannelHandler.DispatchAndReleasePump(RequestContext请求,布尔值 cleanThread,OperationContext currentOperationContext)at ChannelHandler.HandleRequest(RequestContext请求,OperationContext currentOperationContext)at ChannelHandler.AsyncMessagePump(IAsyncResult结果)at ChannelHandler.OnAsyncReceiveComplete(IAsyncResult结果)at AsyncThunk.UnhandledExceptionFrame(IAsyncResult结果)at AsyncResult.Complete(Boolean completedSynchronously)at InputQueue的AsyncQueueReader.Set(Item item) 1.EnqueueAndDispatch(Item item,Boolean canDispatchOnThisThread)在InputQueue 1.EnqueueAndDispatch(T item,Action dequeuedCallback, SingletonChannelAcceptor的布尔值canDispatchOnThisThread) 3.Enqueue(QueueItemType项,Action dequeuedCallback,Boolean canDispatchOnThisThread)at at HttpChannelListener.HttpContextReceived(HttpRequestContext上下文, 动作回调) SharedHttpTransportManager.OnGetContextCore(IAsyncResult result)at SharedHttpTransportManager.OnGetContext(IAsyncResult result)at AsyncThunk.UnhandledExceptionFrame(IAsyncResult结果)at LazyAsyncResult.Complete(IntPtr userToken)at LazyAsyncResult.ProtectedInvokeCallback(Object result,IntPtr userner:ListenerAsyncResult.WaitCallback(UInt32 errorCode, UInt32 numBytes,NativeOverlapped * nativeOverlapped)at _IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode,UInt32 numBytes,NativeOverlapped * pOVERLAP)"