Logon failed for user '(null)'..... error
From: Jrome (jlapointe_at_isd.state.al.us)
Date: 12/23/03
- Next message: Jason B: "Setting Table Permissions?"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: Check Sql Before Execute"
- Next in thread: Kevin McDonnell [MSFT]: "RE: Logon failed for user '(null)'..... error"
- Reply: Kevin McDonnell [MSFT]: "RE: Logon failed for user '(null)'..... error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Dec 2003 12:32:51 -0800
We are receiving the error "Logon failed for
user '(null)'. Reason: Not associated with a trusted SQL
Server Connection".
We have a WinForms application written in VB.NET 2003 and
connect to a SQL Server 2000 (SP3) DB with the following
connection string:
gstrConn = _
"Server=SQL2000;" & _
"DataBase=dbname;" & _
"Integrated Security=SSPI;"
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. We have even tried to have the user run the DB
application in a smart client "trusted assembly"
environment but also get the error. What must be
configured differently and how?
A poor state employee-
Jerome
- Next message: Jason B: "Setting Table Permissions?"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: Check Sql Before Execute"
- Next in thread: Kevin McDonnell [MSFT]: "RE: Logon failed for user '(null)'..... error"
- Reply: Kevin McDonnell [MSFT]: "RE: Logon failed for user '(null)'..... error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|