March 1, 2006 at 9:08 pm
Server A has Web server configured and a web site based
on ASP. Server B has MS SQL 2000 database. When I
go to the website in Server A and it hits a ASP page where
the database connection with server B I get the following error.
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed
for user '(null)'. Reason: Not associated with a trusted SQL
Server connection.
"fileDSN=mydatabse"
2. In Server A, the ODBC has a fileDSN configured
for the database sitting in Server B with windows NT
authentication using the network login ID.
3. In IIS (server A) - Directory Security, anonymous access &
integrated windows authentication are checked.
4. In server A, in OS level, IUSR_SERVER-A account is there.
account in both servers but they are stand alone.
this issue for the last couple of days..
March 2, 2006 at 1:23 pm
Hi Paul,
I am just guessing... Try to play with connections and authentication, make it mixed (windows and SQL), refresh everything, create new connections... Something is there just not finding each other... Create new user (it says user '(null)' - is it should be that way? maybe it's not finding the users? create new account or something like that).
Try everything! Good luck!
March 3, 2006 at 8:57 am
When you setup your ODBC connection on Server A, did you run the 'Test Connectivity' test? You setup Windows NT authentication for your ODBC connection, but what is your SQL server's authentication settings set to? (Windows, SQL, Mixed)
March 3, 2006 at 12:46 pm
By 'stand alone' I assume tat you mean 'workgrpoups'. If this is the case then you need to put things in a domain.
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
March 6, 2006 at 4:44 pm
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply