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 / Classic ASP versions(v3.4.XX)
 Please Help
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 5

GillianL
Starting Member

36 Posts

Posted - 07 April 2006 :  17:51:56  Show Profile
I trying to re set up my forum because my server who set it up the first time still hasn't gotten around to fixing it after 2 months, I have followed the directions and now I get the following message:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data.

/balltalk/inc_header.asp, line 111

I am about ready to try to use a different forum system

Edited by - GillianL on 07 April 2006 17:58:41

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 07 April 2006 :  20:37:03  Show Profile  Send ruirib a Yahoo! Message
Change the value of strConnString in config.asp to use one of the options with JetOleDB.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

GillianL
Starting Member

36 Posts

Posted - 07 April 2006 :  22:20:31  Show Profile
I have tried all of them and with some I get this error

There has been an error !!

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 : 80004005

Error Description :
Unspecified error


I have used the whereami.asp file and I still can't get it to work
Go to Top of Page

GillianL
Starting Member

36 Posts

Posted - 07 April 2006 :  22:35:47  Show Profile
Would it have anything to do with using FrontPage for my webpage? My webpage is http://www.cranbrookmixedslopitch.com/ and my forum is in a folder called balltalk
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 07 April 2006 :  22:48:48  Show Profile  Visit leatherlips's Homepage
I went to you setup.asp page and it said:

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 : 80004005

Error Description :
Unspecified error


When you uploaded the forum with FrontPage, did FrontPage ask you to allow the database to be put in a folder called fpdb? If so, did you click yes? I also went to your inc_header.asp page and it said:

Your strDBType is not set, please edit your config.asp
to reflect your database type.

Depending on your database type, you need to remove the ' in front of one of the following:

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

Edited by - leatherlips on 07 April 2006 22:54:39
Go to Top of Page

GillianL
Starting Member

36 Posts

Posted - 07 April 2006 :  22:50:07  Show Profile
yes
Go to Top of Page

GillianL
Starting Member

36 Posts

Posted - 07 April 2006 :  22:52:44  Show Profile
I just changed it to a different string and now I am getting this:

Microsoft JET Database Engine error '80004005'

Unspecified error

/balltalk/inc_header.asp, line 111

is this something I can work with? If it is finding the database and I just have to change some code I could do that
Go to Top of Page

GillianL
Starting Member

36 Posts

Posted - 07 April 2006 :  22:55:42  Show Profile
My issue is that it is a slo-pitch website and its at this very specific time of year that everyone visits my site, our season starts at the end of this month so people want to post about picking up players, rules, ect. and I have waited 2 months for my server to fix it with not luck, they just keep saying they are working on it. I paid them to set it up in the first place so I wouldn't have to deal with it but not I am very frustrated with them and the amount of email I am receiving because the forum is down. I have used the Snitz forum since my site went up 2 years ago and I have realy liked it.
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 07 April 2006 :  22:55:56  Show Profile  Visit leatherlips's Homepage
What database type are you using?
Go to Top of Page

GillianL
Starting Member

36 Posts

Posted - 07 April 2006 :  22:56:44  Show Profile
access
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 07 April 2006 :  22:59:17  Show Profile  Visit leatherlips's Homepage
This is the physical path to your database:

C:\Inetpub\wwwroot\cranbrookmixedslopitch.com\balltalk\snitz_forums_2000.mdb

Find the line in config.asp that deals with Access 2000 and replace it with this (It's the third one down):

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\cranbrookmixedslopitch.com\balltalk\snitz_forums_2000.mdb" '## MS Access 2000
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 07 April 2006 :  23:01:11  Show Profile  Visit leatherlips's Homepage
You may need to change the path to reflect where your database is. For example, you may need to replace balltalk in the above line to fpdb if you allowed FrontPage to place your database in the fpdb folder.
Go to Top of Page

GillianL
Starting Member

36 Posts

Posted - 07 April 2006 :  23:01:35  Show Profile
Ok, I will try it
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 07 April 2006 :  23:02:56  Show Profile  Visit leatherlips's Homepage
Also, if you renamed your database to something else, you'll need to reflect that in that line. For example, change snitz_forums_2000.mdb to the name of your database.
Go to Top of Page

GillianL
Starting Member

36 Posts

Posted - 07 April 2006 :  23:07:09  Show Profile
I changed it and it must have been close to what I had because I am getting the same error now:
Microsoft JET Database Engine error '80004005'

Unspecified error


/balltalk/inc_header.asp, line 111

would know why this is?

Edited by - GillianL on 07 April 2006 23:07:43
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 07 April 2006 :  23:09:37  Show Profile  Visit leatherlips's Homepage
Does your strDBType look like this in config.asp?

'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"
Go to Top of Page
Page: of 5 Previous Topic Topic Next Topic  
Next Page
 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.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07