Laura
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default
driver specified
/tms2/asplogin/asplogin.asp, line 85
Global.asa is the following, minus a few changes
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
Sub Session_OnStart
'==Visual InterDev Generated - DataConnection startspan==
'--Project Data Connection
Session("ConnectionString") = "DRIVER=SQL
Server;SERVER=MyServer;APP=Microsoft(R) Windows NT(TM) Operating
System;DATABASE=MyDB"
Session("ConnectionTimeout") = 60
Session("CommandTimeout") = 60
Session("RuntimeUserName") = "UserName"
Session("RuntimePassword") = "Password"
session.Timeout = 1
'==Visual InterDev Generated - DataConnection endspan==
End Sub
Sub Application_OnStart
Application("ServerName") = "MyServer"
End Sub
</SCRIPT>
asplogin line 85
authConn.Open Session("ConnectionString"), Session("RuntimeUserName"),
Session("RuntimePassword")
If you don't have the catalog class, that means that you haven't installed
the VI server components. Look on Disc 2, in the VID_SS folder. Also be
sure that you have installed remote debugging. It's also on disc 2, but
I'm not sure of the folder name. ("Remote debugging" will show up in
add/remove programs if it is installed.)
In regards to the other error message, chance are that your global.asa file
is not being run. Check the Internet Service Manager to make sure that the
applications setting is turned on for your folder.
Brian Baker
--
Remove digits to reply