Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 Error, trying to install forum
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

bubi
Starting Member

17 Posts

Posted - 18 April 2001 :  10:11:15  Show Profile
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x708 Thread 0x488 DBC 0x990c214 Jet'.

/ifbb/inc_top.asp, line 42

???

Can anybody help me?

Jan

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 18 April 2001 :  11:20:09  Show Profile  Visit HuwR's Homepage
try using the older (*.mdb) connection string instead of the access 2000, does it make any difference

Go to Top of Page

bubi
Starting Member

17 Posts

Posted - 19 April 2001 :  03:31:55  Show Profile
This is what I changed and have in config.asp file:

'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

'## Make sure to uncomment one of the strConnString lines!
strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=http://www20.brinkster.com/ifbb/tools/snitz_forums_2000.mdb" '## MS Access 97
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.mdb;" '## MS Access 2000
'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=SQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MS SQL Server 7
'strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PARRWORD;database=DATABASE_NAME" '## MySQL

strTablePrefix = "FORUM_"
strMemberTablePrefix = "FORUM_"
Go to Top of Page

bubi
Starting Member

17 Posts

Posted - 19 April 2001 :  03:47:04  Show Profile
This I have when trying open setup.asp file:

The database could not be opened !!
Check your config.asp file and set the
strConnString so it points to the database.
Also check if strDBType is set to the right databasetype.



Code : -2147467259


Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 19 April 2001 :  03:47:24  Show Profile  Visit HuwR's Homepage
your problem is you can't reference the db using a URL address.

Try using this line

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/tools/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path

however I think on brinkster they normally give you a db directory in which to place your db


Go to Top of Page

bubi
Starting Member

17 Posts

Posted - 19 April 2001 :  05:03:49  Show Profile
New problem:

Microsoft JET Database Engine error '80004005'

'\\genfs2\www20\db\snitz_forums_2000.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

/ifbb/inc_top.asp, line 42

I have checked all files and can NOT find the shown wrong path in ANY of the files.

Jan

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 19 April 2001 :  05:06:20  Show Profile  Visit HuwR's Homepage
I don't think you can use a unc path either, it must be a physical path or a server.mapped path

Go to Top of Page

bubi
Starting Member

17 Posts

Posted - 19 April 2001 :  05:10:07  Show Profile
quote:

I don't think you can use a unc path either, it must be a physical path or a server.mapped path



??? I changed all paths to a db path on a server, but still have the shown message and can not find in which file it is done wrong.
Go to Top of Page

bubi
Starting Member

17 Posts

Posted - 19 April 2001 :  05:32:53  Show Profile
OHHHH, it works now!!!

I will try it.

Thankx !!!!

Jan

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07