Have you looked at the Windows Swap file?  On an NT server, sometimes it can
grow to be too large, and eat up all the space on the drive it's located on.
Reboot should have fixed it though.

Try this - use a CFABORT on the page that throws the error.  Start at the
top, try the page.  After each successful try, move the abort down past the
next logical block of code (i.e. CFSET shouldn't throw this error, so you
might be able to skip a bunch of lines at once.)  Keep doing this until you
hit the error.  When the error occurs, you've just identified the line (or
area) that is throwing the error. At this point, you can look into that
command some more.  See if there is anything odd with it.  Dump any
variables that you may be using in that command, are the values being passed
likely to cause errors?

I'm sure you have already done this, but we need to start someplace.

Next, if you are on an NT server, look at the event log.  See if anything
helpful can be found there.
Try a scandisk, see if any problems are present on the drive.

That's about all I can think about off the top of my head.  Good luck in
your search.

Shawn

-----Original Message-----
From: Erika Foster [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 7:58 AM
To: CF-Talk
Subject: Re: Out of Space? - More Info


Okay, troubleshooting this from 1000 miles away over the phone bites.

1. Its an Access 2000 DB
2. The DB is only 1.5 MB
3. It will insert records into all tables but one.
4. This particular table has 4762 records
5. They are able to update records in that table.
6. The .mdb and the .ldb files are on the same drive, in the same directory.
7. The drive its on has many GIG of free space.
8. We've stopped CF services and restarted, and we've rebooted.

Under the gun here because they need to teach a class on this app tomorrow
morning!

Any ideas?

THANK YOU!
Erika Foster
engineering-environmental Management
Applications Developer
(505) 866-1654
[EMAIL PROTECTED]
----- Original Message -----
From: "Erika Foster" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, July 13, 2001 6:46 AM
Subject: Re: Out of Space?


: Its an Access Database and its about 6mb in size.
:
: Ben, I'll check out the .ldb possibility.
:
: Thanks!
:
: Erika
:
: ----- Original Message -----
: From: "Kevin Gilchrist" <[EMAIL PROTECTED]>
: To: "CF-Talk" <[EMAIL PROTECTED]>
: Sent: Friday, July 13, 2001 11:04 AM
: Subject: RE: Out of Space?
:
:
: : What kind of database is it?
: :
: : -----Original Message-----
: : From: Erika Foster [mailto:[EMAIL PROTECTED]]
: : Sent: Friday, July 13, 2001 8:16 AM
: : To: CF-Talk
: : Subject: Out of Space?
: :
: :
: : I have a client who is getting an Disk Space error when trying to add or
: : update the database.  They have a couple GIG of empty space on this
disk.
: : I'm off site right now and can't do any troubleshooting on the machine.
: :
: : Any suggestions?  What's going on?
: :
: : Thanks!
: :
: : Erika Foster
: : engineering-environmental Management
: : Applications Developer
: : (505) 866-1654
: : [EMAIL PROTECTED]
: :
:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to