Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql server login

Status
Not open for further replies.

unicorn11

Programmer
Jun 10, 2000
392
IN
i have a asp connection into a sql server called as Server
for a site that i created it was working perfectly till

I ran a Sql server 7 service pack 3

then from login that was working before the update suddenly started giving this


[red]Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'SERVER\IUSR_TRIPMEDIA-1'.
connect.asp, line 6 [/red]

i even tried running the sa account but error

but it is connecting through the Query Analyser

regards
Unicorn11
unicorn11@mailcity.com

Luck is not chance, it's toil; fortune's expensive
smile is earned.
Unicorn11
unicorn11@mailcity.com

[red]Luck is not chance, it's toil; fortune's expensive
smile is earned.[red]
 
What kind of autentification had you used before? John Fill
1c.bmp


ivfmd@mail.md
 
I am connecting via odbc/oledb drivers from my asp page
i also tried to create a dsn to connect to the site

regards Unicorn11
unicorn11@mailcity.com

[red]Luck is not chance, it's toil; fortune's expensive
smile is earned.[red]
 
You might to not put some parameters in DSN string. In this case, if type of autentification changes you can get problems. John Fill
1c.bmp


ivfmd@mail.md
 
Hi John
the problem has something to do iis anonomyus access
had to change it to nt access

regards Unicorn11
unicorn11@mailcity.com

[red]Luck is not chance, it's toil; fortune's expensive
smile is earned.[red]
 
In this case, set/check again permisions. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top