Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - HELP!!!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

HELP!!!

 Post Reply Post Reply Page  12>
Author
slayer051 View Drop Down
Newbie
Newbie


Joined: 14 July 2006
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote slayer051 Quote  Post ReplyReply Direct Link To This Post Topic: HELP!!!
    Posted: 31 July 2006 at 8:21pm
I have this error on my forum please help!!


Server Error in Forum Application
An error has occured while connecting to the database.
Please contact the forum administrator.

Support Error Code:- err_Access_db_connection
File Name:- common.asp

Error details:-
Microsoft JET Database Engine
Could not use ''; file already in use.
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 31 July 2006 at 9:54pm
Looks like your connection string may be set up with extra or missing quote characters

Lead me not into temptation... I know the short cut, follow me.
Back to Top
dfrancis View Drop Down
Senior Member
Senior Member


Joined: 16 March 2005
Location: United States
Status: Offline
Points: 442
Post Options Post Options   Thanks (0) Thanks(0)   Quote dfrancis Quote  Post ReplyReply Direct Link To This Post Posted: 31 July 2006 at 11:03pm
Originally posted by dpyers dpyers wrote:

Looks like your connection string may be set up with extra or missing quote characters
 
now that's just freaky
Back to Top
slayer051 View Drop Down
Newbie
Newbie


Joined: 14 July 2006
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote slayer051 Quote  Post ReplyReply Direct Link To This Post Posted: 01 August 2006 at 3:27am
Its work great but when many users some time I get this error
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 01 August 2006 at 4:49am

Lead me not into temptation... I know the short cut, follow me.
Back to Top
slayer051 View Drop Down
Newbie
Newbie


Joined: 14 July 2006
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote slayer051 Quote  Post ReplyReply Direct Link To This Post Posted: 01 August 2006 at 10:12pm

Any easy idea to fix this problem???? I can't access the registry.

Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 02 August 2006 at 1:36am
At this point then, I'd check to make sure that any add-on/mod code was properly closing db connections, and that I was using the right mdac/ado version for the forums. I think you need mdac 2.8 - check the install directions to find out exactly.

If your mdac is ok, and your connections are not being left open, then you've probably exceeded the number of users you can habdle with an access db on that host.

The mdac thing is probably a long shot though - I think you'd see failures with less users if it was an invalid mdac. the following asp code can check your mdac/ado versionL

dim objAdoVer
Set objAdoVer = Server.CreateObject("adodb.connection")
response.write "ADOVersion = " & objAdoVer.Version
Set objAdoVer = Nothing


Lead me not into temptation... I know the short cut, follow me.
Back to Top
slayer051 View Drop Down
Newbie
Newbie


Joined: 14 July 2006
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote slayer051 Quote  Post ReplyReply Direct Link To This Post Posted: 02 August 2006 at 4:43am
Common.asp setup just let me know if this is ok

'Set the timeout of the forum
Server.ScriptTimeout = 90
Session.Timeout = 20

'Set the date time format to your own locale if you are getting a CDATE error
'(this shouldn't ever be required in version 8 or above, but left in for backward compatibility)
'Session.LCID = 1033
Back to Top
 Post Reply Post Reply Page  12>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.