July 5, 2015 at 4:42 am
Hi Expert,
We are getting sql timeout expire error from Microsoft Dynamic CRM application. I am not getting any error msg in sql error log. After restarting sql services. CRM application start working.
July 5, 2015 at 8:23 am
No, you won't get an entry in the SQL error log. A timeout is a client-side error, it's the client deciding that it's waited too long for a query to complete and telling SQL Server to abort the execution.
You'll need to identify what the application was running when it timed out, then investigating why that query is taking so long. Typical timeout periods are 30 seconds.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 5, 2015 at 11:16 pm
Please check the TCP Chimney Offload option as it can cause the network related issues.
Below is the reference link from Microsoft.
https://support2.microsoft.com/default.aspx?scid=kb;EN-US;942861
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply