The information in this article applies to:
SUMMARYSQL Server version 4.2 for Windows NT must be assigned a valid user account to be able to access resources on an OS/2 server running under Microsoft LAN Manager user security. Instructions on how to do this are in the section "Configuring Network Permissions for SQL Server" in the SQL Server for Windows NT "Configuration Guide," chapter 2, Server Configuration. MORE INFORMATION
Windows NT services run under system accounts. SQL Server
setup puts the SQL Server service in a default System
Account, sometimes referred to as the LocalSystem account.
The LocalSystem account is unique in that it does not have
an ID which can be passed to an OS/2 LAN Manager server for
permission validation. If a user requests SQL Server to access
a resource on an OS/2 server running LAN Manager user level
security, Windows NT has no identifier to pass to the LAN
Manager server and the access will be denied.
or a 7221 error:
This is because the SQL Server for Windows NT does not have permissions to the LAN Manager's named pipe resource. In addition, when attempting to dump to a dump device defined on a remote server running LAN Manager user security, the dump may fail with a 3201 error:
The errorlog shows the message:
Both of these cases can be resolved by using the Windows NT Control Panel/Services applet to have the SQL Server service run under a valid network account. Instructions for this are in the section "Configuring Network Permissions for SQL Server in the SQL Server" in the "Configuration Guide." Additional query words: 4.20 Windows NT
Keywords : kbother SSrvAdmin |
Last Reviewed: March 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |