RE: Logon failed for user '(null)'..... error
From: Kevin McDonnell [MSFT] (kevmc_at_online.microsoft.com)
Date: 12/23/03
- Previous message: Jason B: "Re: Setting Table Permissions?"
- In reply to: Jrome: "Logon failed for user '(null)'..... error"
- Next in thread: Jrome: "RE: Logon failed for user '(null)'..... error"
- Reply: Jrome: "RE: Logon failed for user '(null)'..... error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Dec 2003 21:34:53 GMT
previous message: "The application works perfectly for the users on one
network domain, but the error listed above appears when
trying to access the DB application from a user's
workstation on another domain. The user has a SQL Server
account. "
To make a Trusted connection the domains need to have a Trust between them.
The users need to be defined as either a domain user or from a domain
group.
If the user has a SQL Server account, then you are not using Integrated
Security. This is SQL Security. If you want to use SQL Security then you
need to change your connection string. If you want to keep the connection
string as is, then make sure the clients in the other domain can make a
Trusted Connection to SQL. Add the users from the other domain in SQL
Enterprise Manager.
Then, either load the SQL client tools on one of the workstations & test
connections from Query Analyser or try creating a sample ODBC DSN and
request Windows Authentication.
Read this information and it will make more sense.
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechn
ol/sql/maintain/security/sp3sec/default.asp
Thanks,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.
- Previous message: Jason B: "Re: Setting Table Permissions?"
- In reply to: Jrome: "Logon failed for user '(null)'..... error"
- Next in thread: Jrome: "RE: Logon failed for user '(null)'..... error"
- Reply: Jrome: "RE: Logon failed for user '(null)'..... error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|