Hi there,
I have developed WCF services on Dynamic AX 2012 R3 to get data of Dynamic Ax database.
I call these services in C#.Net application.
The problem is that whenever i select to much data from Dynamic AX server, it got timeout error
System.ServiceModel.CommunicationException: The socket connection has been aborted. This can be caused by an error in processing the message, exceeding the receive timeout on the remote host, or the underlying network resource problem. Local socket timeout was '01: 09: 59.8281398'. ---> System.IO.IOException: The read operation failed. See internal exception. ---> System.ServiceModel.CommunicationException: The socket connection has been aborted. This can be caused by an error in processing the message, exceeding the receive timeout on the remote host, or the underlying network resource problem. Local socket timeout was '01: 09: 59.8281398'. ---> System.Net.Sockets.SocketException: The existing connection was forcibly disconnected to the remote host.
I set timeout configuration on client is '01:10:00'. The error comes after about 10 minutes running .NET app .
So, is it necessary to set timeout configuration on server. And we can i setting this value.
I am new to Dynamic AX, please help.
Thanks you all.