AX SSRS Report times out after 10 minutes --- Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
While generating the report for Payroll Report getting the below mentioned error in Ax2012 R3 environment.
"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."
We have followed the steps for this timeout issue which was mentioned in MS doc`s, still no luck.
(refer the below link)
Resolution:
1. Export the configuration file from client as shown below and make sure the configuration target is "Business Connector".
2. Save the file on the remote desktop with the name "Microsoft.Dynamics.AX.reportConfiguration".
3. Open the file and search for sendTimeout="00:10:00"
4. Replace all the sendTimeout="00:10:00" with sendTimeout="00:30:00" by doing cntl+H.
5. Save the file and drop the file in the below location.
C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\ReportingServices\ReportServer\bin
6. Restart the Reporting Services from services.msc
7. Rerun the report, and report will open.


Comments
Post a Comment