Invalid authorization specification
From: Dan C. (danc@nospam.com)
Date: 02/05/03
- Next message: Steve Thomas: "Connecting to SQL Without Windows Authentication"
- Previous message: KS: "SQL Server and IIS on same machine"
- Next in thread: Roger Wolter[MSFT]: "Re: Invalid authorization specification"
- Reply: Roger Wolter[MSFT]: "Re: Invalid authorization specification"
- Reply: Dan Guzman: "Re: Invalid authorization specification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dan C." <danc@nospam.com> Date: Tue, 4 Feb 2003 15:01:43 -0800
This used to work but something happened (perhaps SQL SP
3)...
I have an application (.NET/C#) that accesses a remote SQL
Server 6.5 using OleDbConnection. Whenever it tries to
open a connection I get an exception:
System.Data.OleDb.OleDbException: Invalid authorization
specification
However, I can use Query Analyzer and connect to the
database just fine using the same account. Here is my
connection string:
Provider=SQLOLEDB;Server=myserver;Initial
Catalog=mydatabase
Some other facts:
1) Using Windows authentication
2) I have SQL Server 2000 running on my local machine and
I recently upgraded it SP 3. However the app is not using
it (6.5 is on another server).
Any idea what is wrong?
Thanks in advance.
Dan
- Next message: Steve Thomas: "Connecting to SQL Without Windows Authentication"
- Previous message: KS: "SQL Server and IIS on same machine"
- Next in thread: Roger Wolter[MSFT]: "Re: Invalid authorization specification"
- Reply: Roger Wolter[MSFT]: "Re: Invalid authorization specification"
- Reply: Dan Guzman: "Re: Invalid authorization specification"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|