It could be contention for that file by your application. You could either
CFLOCK that CFFILE operation, or if you don't mind losing some writes you
could use CFTRY/CFCATCH to prevent end users from seeing the error.

-----Original Message-----
From: Gene Kraybill [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 8:09 AM
To: [EMAIL PROTECTED]
Subject: CFFile access problem


We have a simple logging system on one of our sites,  and occasionally see
this error:

> Error processing CFFILE
> Error attempting to write data to
> target file 'E:/Web/ThisSite/counter/ShowPage_8_Day10.log'.
> Error:  The file could not be accessed.

Given that this operation usually works, can we assume that an access
problem is 
likely caused by server overload?

Any way of dealing with this on a shared server, other than lessening the
server load?

Gene Kraybill
LPW & Associates


----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to