Published: Thursday, October 08, 1998
Help! Access to SQL Database is Failing on Second
Attempt!
This article is for those who have written a web application that connects
to a SQL database, which returns the following error on the second attempt
to connect to SQL:
80004005:ConnectionWrite(GetOverLappedResult())
This error is a scary-reading error indeed. The problem arises when you
configure SQL server to use named pipes and you are using the
non-Anonymous User context. There are a couple solutions to solving this
problem. You can find a more detailed explanation to the cause of the
error, as well as the two fixes, at the following URL:
http://support.microsoft.com/support/kb/articles/q166/6/59.asp
Happy Programming!