Author |
Topic  |
|
richringer
Starting Member
USA
16 Posts |
Posted - 18 April 2005 : 05:00:48
|
I did a search for the answer to this one and came up with nothing...
my forum install is about 1 month old and has not changed since the install.. I'm now getting this error:
Provider error '80004005'
Unspecified error
/snitz/inc_header.asp, line 114
Line 114 is as follows:
my_Conn.Open strConnString
Snitz is running on a win2k server using the access db and is hosted by myself. I am running the lastest version and have tried a complete install of all asp pages including the config.asp. any help would be appreciated Thank you, RichRinger |
Edited by - richringer on 18 April 2005 05:04:10 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 18 April 2005 : 06:21:23
|
As an example with out knowing whihc path that you are using, I would suggest that you change the path to an Access 2000 path:'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 2000 on Brinkster
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=<your physical path to the db>\snitz_forums_2000.mdb" '## MS Access 2000 As an example. The code means that it con not open the DB on the connection string it is using.
(Google Search)
I hope that helps..
|
Cheers, David Greening |
 |
|
richringer
Starting Member
USA
16 Posts |
Posted - 18 April 2005 : 15:24:15
|
quote: Originally posted by Classicmotorcycling
As an example with out knowing whihc path that you are using, I would suggest that you change the path to an Access 2000 path:'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 2000 on Brinkster
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=<your physical path to the db>\snitz_forums_2000.mdb" '## MS Access 2000 As an example. The code means that it con not open the DB on the connection string it is using.
(Google Search)
I hope that helps..
I changed the connection string I was using from access 97 to access 2000 and it is now working. Snitz is the best forums out there bar none! My company and I thank you. Keep up the good work :)
Rich |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 18 April 2005 : 16:55:55
|
Glad I could help...
|
Cheers, David Greening |
 |
|
richringer
Starting Member
USA
16 Posts |
Posted - 24 April 2005 : 15:29:17
|
quote: Originally posted by Classicmotorcycling
Glad I could help...
Now I have another problem... new users to my forums cannot register. If they hit the "agree" button it just redisplay's that agreement again.. I also cannot logout of the forums if I hit the "logout" button. I hope that this is an easy fix? I do have my forums open to new users.. so I don't think that's the issue. I am using access2000 for the database and do run the latest snitz forums. http://www.rfrcomputers.com/snitz/
Thanks, Rich |
Edited by - richringer on 24 April 2005 15:30:34 |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
richringer
Starting Member
USA
16 Posts |
Posted - 24 April 2005 : 16:10:20
|
quote: Originally posted by D3mon
Got any security programs running like Norton Anti-Virus/System Security?
I am running AVG 7 for an anti-virus scanner and Kerio Firewall. I'll diable them 1 at a time and see if that fixes it. Thanks
Rich
Update: I turned off and disabled my firewall and virus scanner and didn't make a difference...
Rich |
Edited by - richringer on 24 April 2005 16:13:46 |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
richringer
Starting Member
USA
16 Posts |
Posted - 24 April 2005 : 17:05:52
|
quote: Originally posted by D3mon
most likely some software is blocking the cookies or referrer data in your browser.
Any idea on where I would start looking? My wife uses winxp home and she doesn't have this problem... I turned off my virus scanner and firewall and opened up to sccept all cookies and it didn't help.
Rich |
 |
|
D3mon
Senior Member
   
United Kingdom
1685 Posts |
|
richringer
Starting Member
USA
16 Posts |
Posted - 24 April 2005 : 17:25:32
|
quote: Originally posted by D3mon
probably the referrer info then. What else is running right now on your PC?
on this machine that does not host my forums I have my bbs running, dns server, trillian pro, firwall is disabled and avg is disabled. Could this have anything to do with the fact that I changed from access97 to access2000 for a database? and I changed connection strings? Do I need to do a reset? if you want to see my forums so you can see what happenes it's at http://www.rfrcomputers.com/snitz/
Rich |
Edited by - richringer on 24 April 2005 19:00:43 |
 |
|
richringer
Starting Member
USA
16 Posts |
Posted - 27 April 2005 : 17:02:12
|
The machine that I host the forums on does not have a virus scanner or firewall installed. Nothing has changed on that machine in over a year... except for the occasional reboot. I like Snitz forums very much and would like to get this resolved... I hit "agree" in the policy.asp and it just redisplays the policy.asp file again. Please I really need to get this fixed. Anything..? Rich |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
richringer
Starting Member
USA
16 Posts |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
|
Topic  |
|