Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help!

0 views
Skip to first unread message

Laura Napoli

unread,
Sep 11, 2000, 10:36:33 AM9/11/00
to

I am currently trying to move our site to a new machine, and I am having
difficulty getting my web pages to connected to the database. In an attempt
to get debugging working to solve this problem, I printed the instructions
from the microsoft web page. I am fun until I am supposed to configure DCOM
permissions. I am supposed to open the Catalog Class, except there is no
Catalog Class listed. Can anyone tell me what I am missing, or what I need
to install to get it in place?? Thanks. BTW if anyone has any idea how
to fix the following error, I would appreciate it. Thanks

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")

Brian Baker

unread,
Sep 24, 2000, 3:00:00 AM9/24/00
to
Laura:

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

0 new messages