INF: Accessing LAN Manager from SQL Server for Windows NTID: Q105811
|
SQL 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.
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.
For example, when attempting to do a SQL Remote Procedure Call
from SQL Server for Windows NT to SQL Server for OS/2 running
under LAN Manager user security, the RPC may fail with,
unable to login to remote server
Login to site '%.*s' failed
Can't open dump device x, device error or device offline. Please consult the SQL Server errorlog for more details.
dbsopen: Backup device 'x:\dumpx.dat' failed to open, operating system error = 65(Network access is denied.)
Additional query words: 4.20 Windows NT
Keywords : kbother SSrvAdmin
Version : 4.2
Platform : WINDOWS
Issue type :
Last Reviewed: March 17, 1999