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)
 Odd problem that's resolved, but bears explanation
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

AnonJr
Moderator

United States
5768 Posts

Posted - 24 September 2006 :  15:57:02  Show Profile  Visit AnonJr's Homepage
One of the guys over at the Warsong Records Forum was posting a rather lengthy response in one particular topic. He called me up because he was getting this error. Unfortunately, as I'm trying to troubleshoot - and after I told him not to post anything (I quote verbatim "I'm not going to do anything until you tell me to." -> one minute of silence later "It's letting me post it in quarters. What am I doing wrong?") - he continued to try and post it in smaller and smaller chunks.... He was able to make smaller posts, but not the whole one in its entirety.

Microsoft JET Database Engine error '80004005' 

Not enough space on disk. 

/post_info.asp, line 907
(A link to the post_info.asp in question.)

As the error would indicate, this is still on an Access back-end. Its a heavily modified SB2 forum roughly equivalent to 3.4.05 + security updates.

Now, last I checked there shouldn't be a problem posting large chunks of text to a Memo field. His whole post amounts to about 6,673 characters (including spaces, so says Word). I've seen longer in a Snitz forum before.

What really makes this interesting is that the code indicated has nothing to do with inserting the post.

For context lines 903-910:
		strSql = "SELECT Max(TOPIC_ID) as NewTopicID "
		strSql = strSql & " FROM " & strActivePrefix & "TOPICS "
		strSql = strSql & " WHERE FORUM_ID = " & Forum_ID
		strSql = strSql & "   and T_AUTHOR = " & rs("MEMBER_ID")
		set rs9 = my_Conn.Execute (strSql)
		NewTopicID = rs9("NewTopicId")
		rs9.close
		set rs9 = nothing


After checking the space I've used on the server vs. what I'm allotted and finding no problems there, I did a Compact and Repair and the problem seems to have gone away.

Any thoughts as to the cause? And if it might return in the future?

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 24 September 2006 :  16:30:03  Show Profile  Visit HuwR's Homepage
well, the error means exactly what it says, the drive containing the mdb file was running out of space, that may not have had anything to do with what you are alloted, but may have been a problem on the hosts server which they subsequently fixed
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 24 September 2006 :  20:35:40  Show Profile  Visit AnonJr's Homepage
Ok. Just wanted to make sure it: a)wasn't a problem with something I've done, and b)something I should expect to run into in the future.

Thanks.
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.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07