A quick search of technet for this error brought up these two KB articles...

==================================================================

Q178040 - PRB: ConnectionWrite(GetOverLappedResult) on Update/Insert - SQL

CAUSE
This error can be caused by interruptions to the network that interfere with
the security mechanisms of the default Named Pipes network protocol. 

RESOLUTION
Use a network sniffer, if one is available, like NetMon to monitor the
network traffic between Internet Information Server (IIS) and the SQL Server
computer when this error occurs.

A workaround for this issue is to change the Internet Information Server
(IIS) machine to use TCP/IP Sockets as the default network protocol to SQL
Server. From the Internet Information Server computer, run the SQL Server
Client Configuration Utility. Select the Net Library tab, and then select
"TCP/IP Sockets" as your default Network protocol. 

==================================================================

Q183060 - INFO: Troubleshooting Guide for 80004005 and Other Error Messages

Error Message
Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC
SQL Server Driver][DBNMPNTW] ConnectionWrite (GetOverLappedResult()). 

Cause
When the allow Anonymous User context is turned off, Windows NT is closing
the pipe to SQL Server after the first request is complete. This is because
the first connection to SQL Server is made under the IIS Anonymous User
account. IIS then either impersonates the browser client on that same
thread, or tries to access the connection on a different thread that is
running in the impersonated user context. In either case, Windows NT would
detect the attempt to use a network named pipe handle that had been opened
in a different user context and force the pipe closed, per its security
rules. When the connections are viewed on the SQL Server with a network
monitor, a name pipe close request comes from Windows NT, causing the error
in the Web browser. 

HTH,

Jeff Garza
Webmaster,
Spectrum Astro, Inc.

-----Original Message-----
From: Bud
To: CF-Talk
Sent: 3/30/01 8:35 PM
Subject: What is this error?

[Microsoft][ODBC SQL Server Driver][Named Pipes]ConnectionTransact 
(GetOverLappedResult())

Showing up in my application.log file. Any clues?
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to