Hi All,
I am getting the below error when i am try to preview the DMF processing group and also the DMF is crashing.
Error:
System.ServiceModel.CommunicationException: An error occurred while receiving the HTTP response to http://localhost(servername):7000/DMFService/DMFServiceHelper.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
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 Microsoft.Dynamics.AX.DMF.ServiceProxy.DMFServiceReference.ServiceContract.ShowPreview(DMFEntity entity)
at Microsoft.Dynamics.AX.DMF.ServiceProxy.DmfEntityProxy.ShowPreview(DMFEntity entity)
Event Viewer:
Faulting application name: Microsoft.Dynamics.AX.DMF.SSISHelperService.exe, version: 1.0.0.8, time stamp: 0x513f91b7
Faulting module name: KERNELBASE.dll, version: 6.2.9200.17637, time stamp: 0x56980227
Exception code: 0x00000001
Fault offset: 0x000000000004b418
Faulting process id: 0xb10
Faulting application start time: 0x01d25aae321fffb0
Faulting application path: C:\Program Files\Microsoft Dynamics AX 2012 Data Import Export Framework Service Component\Microsoft.Dynamics.AX.DMF.SSISHelperService.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: a4291f36-c6a1-11e6-945b-005056a779e0
Faulting package full name:
Faulting package-relative application ID:
I have tried with below steps but no luck.
1. Tried by changing the sendTimeout="02:00:00 receiveTimeout="02:00:00".
2. Restarted DMF and AOS.
3. Tried with less number datas.
We have PROD server where the DMF is working fine. In Dev only we are facing this issue .
It was working before in Dev but now we are facing this error for all the entity.
Can i proceed by reinstalling the DMF application? If yes what will be the impact ?
System setup:
SQL Server : SQL 2014 SP2, AX 2012 R2 (Application version : 6.2.1000.1437 , kernel version 6.2.2000.838)
Kindly help me solve this issue . Thanks in advance..