Print Page | Close Window

Not enough space on disk. ?

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=9857
Printed Date: 08 April 2026 at 3:32am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Not enough space on disk. ?
Posted By: zadax
Subject: Not enough space on disk. ?
Date Posted: 16 February 2004 at 9:06am
 

Microsoft JET Database Engine error '80004005'

Not enough space on disk.

/ver9/includes/pm_check_inc.asp, line 67

thers enuf space on disk . members can make new theards and replay its just hepend whan ppl send in pm .

(i reupload the file and it didnt work)

help ?




Replies:
Posted By: zadax
Date Posted: 16 February 2004 at 9:13am

edit : repleys ok but new theards also make :

Microsoft JET Database Engine error '80004005'

Not enough space on disk.

ver9/post_message.asp, line 617



Posted By: zadax
Date Posted: 16 February 2004 at 10:09am

update all the site is down now cuz that

"Not enough space on disk. " thing ...

those lines just Query the database

 

rsCommon.Open strSQL, adoCon



Posted By: Semikolon
Date Posted: 16 February 2004 at 10:21am

are you on a shared host or is it your own server?

you may have reached your diskspace limit..



Posted By: zadax
Date Posted: 16 February 2004 at 10:26am
my own server and no i got lot more space on my server .  i chacked it with my server provider and its ok with the server . most be somthing with the WWF System.


Posted By: Semikolon
Date Posted: 16 February 2004 at 12:01pm

its mostl ikely something with your server as youre the only one who has got this problem..

i suggest you have a chat with your ISP



Posted By: thekiwi
Date Posted: 16 February 2004 at 12:33pm
Microsoft JET Database Engine error '80004005'  
Not enough space on temporary disk.
 
Make sure that IUSR_machinename has read/write access to the temp directory, and the folder where the MDB file is located. You may also try compacting and reparing the database (to see how to do this from code, without having to download the database file and open it within Access, see http://www.aspfaq.com/show.asp?id=2190 - Article #2190 ). Make sure you are using JET/OLE-DB drivers to connect to the database, not native/ODBC (see http://www.aspfaq.com/show.asp?id=2126 - Article #2126 ). 
 
If your table is large, you may need to increase the value for MaxLocksPerFile. You can do this through the registry: 
 
HKEY_LOCAL_MACHINE\Software\Microsoft\JET\4.0 
    \Engines\Jet 4.0\MaxLocksPerFile
 
If you don't have direct access to the machine's registry, you can also try editing this programmatically: 
 
Conn.Properties("JET OLEDB:Max Locks Per File") = n
 
A safe value for n is probably double the number of rows in the largest table you are trying to modify when you receive this error. 


-------------
Cheers
TheKiwi
http://www.infobahn.co.nz - Internet Infobahn - website design and hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net