When I run a report that need SSRS processing more than 10 minutes in AX 2012 R3 CU12, I get this kind of error :
The socket connection has been disposed. Object name: 'System.ServiceModel.Channels.SocketConnection'.
In the SSRS Log, I found this error :
Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot read the next data row for the dataset xxx_LedgerTransListAccountDS. ---> System.InvalidOperationException: An exception occurred in the query metadata execution. The exception is The socket connection has been disposed.. ---> System.ServiceModel.CommunicationObjectAbortedException: The socket connection has been disposed. ---> System.IO.IOException: The read operation failed, see inner exception. ---> System.ServiceModel.CommunicationObjectAbortedException: The socket connection has been disposed. ---> System.ObjectDisposedException: The socket connection has been disposed.
I already tried to change all kind of timeout that AX, SSRS, and database have, but I still get that error.
Has anyone has experience this kind of issue and have solution for this ?