Unable to complete login process due to delay in opening server connection
-
Monday, June 01, 2009 1:14 PMHi,
We are using domain name instead of IP in connection string. It may be issue for this type of error:
Unable to complete login process due to delay in opening server connection
We are getting this error suddenly after transfer our SQL Server 2005.
Regards,
Kaushal
All Replies
-
Monday, June 01, 2009 1:23 PMModeratorHave a look at:
http://blogs.msdn.com/sql_protocols/archive/2005/09/28/474698.aspx
A successful TCP connection from SqlClient to the server was broken due to a TCP keep-alive heartbeat failure (typically indicating problems with the underlying network infrastructure):
Check your duplex settings of your network cards for the SQL Server as well as the client machine making the connection to make sure that they are configured properly.
http://sqlblog.com/blogs/linchi_shea/archive/2008/09/16/performance-impact-mismatched-network-duplex-setting-can-sink-your-oltp-throughput.aspx
Jonathan Kehayias
http://sqlblog.com/blogs/jonathan_kehayias/
http://www.twitter.com/jmkehayias
http://www.sqlclr.net/
Please click the Mark as Answer button if a post solves your problem! -
Monday, June 01, 2009 1:42 PMHi Jonathan,
If we will use direct IP in connection string, then it will fix this issue or still in this case, we have to check the configuration for TCP/IP. Because this issue comes occasionally.
Regards,
Kaushal Kumar -
Wednesday, June 03, 2009 8:41 AMModerator
Hi Kaushal,
You mean the error doesn’t occur every time and it happens random. Try to enlarge the connect timeout to around 30 seconds. If you want to connect using FQDN as server name, try to turn on File and Printer Sharing and explicitly use named pipe protocol.
If there are any more questions, please let me know.
Thanks.
***Xiao Min Tan***Microsoft Online Community***

