PRB: Error 17882 "Error Accepting Connection Request via Net-Library 'SSNETLIB'. Execution Continuing" When You Connect to SQL Server (811887)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions)
SYMPTOMSWhen applications try to connect to SQL Server, the computer
that is running SQL Server may not respond. You may see the following
error in the SQL Server error log: 2003-01-01 10:45:19.84
server Error: 17882, Severity: 18, State: 1 2002-01-01 10:45:19.84 server
Error accepting connection request via Net-Library 'SSNETLIB'. Execution
continuing.. CAUSEThis behavior may occur when you use system stored
procedures that allow Automation objects and you use these system stored
procedures in Transact-SQL batches, stored procedures, or triggers.
WORKAROUNDTo work around this problem, explicitly call the sp_OADestroy stored procedure to destroy an Automation object.REFERENCES
For additional information, click the following article number to view the
article in the Microsoft Knowledge Base: 282229
FIX: SP_OA Procedures Leak Memory and Cause Various Errors
298475 HOW TO: Troubleshoot Application Performance Issues
Modification Type: | Major | Last Reviewed: | 9/16/2003 |
---|
Keywords: | kbProgramming kbSQLProg kberrmsg kbprb KB811887 kbAudDeveloper |
---|
|