The information in this article applies to:
SYMPTOMS
You may encounter connectivity problems when you use the 16-bit multi-
protocol network library (Dbmsrpc3.dll) on a computer running Windows NT.
When this happens, the DB-Library connection fails with OS error 0
"ConnectionOpen(RPCOpen())". If you use ODBC, connections fail with the
following error:
Sometimes, the client application gets a general protection fault (GPF) due to the conflict. WORKAROUND
To work around this problem, copy the Security.dll file for the 16-bit
Windows RPC from the Mssql\bin directory (if you are using SQL Server 6.5)
or the Sql60\bin directory (if you are using SQL Server 6.0) to the
%Windows%\System directory. Be careful not to overwrite the Windows NT
Security.dll file that is in the System32 directory. After making the
change, you need to restart the client computer that is running Windows NT.
MORE INFORMATION
The 16-bit multiprotocol Net-Library uses the 16-bit Windows RPC extension
service provided by the following DLLs:
These files come with the 16-bit SQL Server tools, By default, they are installed in the Sql60\bin or Mssql\Bin directory. The Security.dll file for the 16-bit Windows RPC may conflict with an existing Windows NT file with the same name if the 16-bit Windows Security.dll file is not present in the System or application directory. In such a case, the 32-bit Windows Security.dll file in the System32 directory is found first, and incorrectly loaded. As a result, the WOW subsystem is corrupted, and connection problems for applications using the 16-bit multiprotocol Net-Library occur. However, the conflict is not obvious all the time. That is, if ISQL/W is the first 16-bit application run during the current Windows NT session, Windows NT searches the application directory first and correctly loads the 16-bit Windows Security.dll. Because all 16-bit applications run in the same WOW subsystem by default (a separate WOW subsystem is created for each 16-bit application only if the application is started in a separate memory space), the applications works fine. Additional query words: remote procedure call encryption
Keywords : kbenv kbnetwork SSrvDB_Lib SSrvNet_Lib kbbug6.50 kbbug6.00 |
Last Reviewed: April 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |