I am getting errors try to sync Customer Service to Account in CRM 2013 getting a generic error of warn "session 4 (CRM.Serv)". From the Event Viewer I get:
Log Name: Application Source: Connector for Microsoft Dynamics Service Date: 2/5/2016 9:04:32 AM Event ID: 0 Task Category: None Level: Error Keywords: Classic User: N/A Computer: CRMSandBox.claytonindustries.com Description: session 10 (CRM.Serv) --- Exception Dump --- Caught Exception: [System.ServiceModel.FaultException`1[schemas.microsoft.com.dynamics._2008._01.documents.Fault.AifFault]] session 10 (CRM.Serv) Stack trace:
Server stack trace: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
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 ConnCustomerOrgService.read(ConnCustomerOrgServiceReadRequest request) at ConnCustomerOrgServiceClient.read(CallContext CallContext, EntityKey[] EntityKeyList) at Microsoft.Dynamics.Integration.Adapters.AX2012.DynamicServiceObjectProviderBase.ReadContainerByKey(Object key) at Microsoft.Dynamics.Integration.Adapters.AX2012.DynamicServiceObjectProviderBase.ReadObject(Object key) at Microsoft.Dynamics.Integration.Service.Tasks.RecordWork.ProcessRead(Object recordKey, DbMap map, String loggingSourceName, Boolean& isFiltered) at Microsoft.Dynamics.Integration.Service.Tasks.RecordWork.DoRecordWork(DbMap map, Object key, OperationType operationType, DateTime startTime, String loggingSourceName)
User: CLAYTON_ELMONTE\CRM.Service Machine: CRMSANDBOX Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Connector for Microsoft Dynamics Service" /> <EventID Qualifiers="0">0</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2016-02-05T17:04:32.000000000Z" /> <EventRecordID>1100011</EventRecordID> <Channel>Application</Channel> <Computer>CRMSandBox.claytonindustries.com</Computer> <Security /> </System> <EventData> <Data>session 10 (CRM.Serv) --- Exception Dump --- Caught Exception: [System.ServiceModel.FaultException`1[schemas.microsoft.com.dynamics._2008._01.documents.Fault.AifFault]] session 10 (CRM.Serv) Stack trace:
Server stack trace: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
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 ConnCustomerOrgService.read(ConnCustomerOrgServiceReadRequest request) at ConnCustomerOrgServiceClient.read(CallContext CallContext, EntityKey[] EntityKeyList) at Microsoft.Dynamics.Integration.Adapters.AX2012.DynamicServiceObjectProviderBase.ReadContainerByKey(Object key) at Microsoft.Dynamics.Integration.Adapters.AX2012.DynamicServiceObjectProviderBase.ReadObject(Object key) at Microsoft.Dynamics.Integration.Service.Tasks.RecordWork.ProcessRead(Object recordKey, DbMap map, String loggingSourceName, Boolean& isFiltered) at Microsoft.Dynamics.Integration.Service.Tasks.RecordWork.DoRecordWork(DbMap map, Object key, OperationType operationType, DateTime startTime, String loggingSourceName)
User: CLAYTON_ELMONTE\CRM.Service Machine: CRMSANDBOX</Data> </EventData> </Event>
Any clues? I have been stuck on this error for days. I have tried compiling the AX application and still no luck.
Thanks for any suggestions.
Jeff