CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
OK. I am having a problem here. I am able to DELETE a file with CFFILE without a problem, but when I try to almost immediately WRITE the same file back it tells me there is an issue with the file "Error: The file could not be accessed." Has anyone encountered this before? When I check on the

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Raymond Camden
January 09, 2001 11:53 AM > To: CF-Talk > Subject: CFFILE Delete then WRITE issue > > > > OK. I am having a problem here. I am able to DELETE a file with CFFILE > without a problem, but when I try to almost immediately WRITE the > same file > back it tells me there is an iss

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Philip Arnold - ASP
in error please notify the system manager. ** > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 09 January 2001 16:53 > To: CF-Talk > Subject: CFFILE Delete then WRITE issue.

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
first, then delete the renamed file. Same for the write. Write to a temp file, then once the write is complete, rename that to it's proper name. Chris -- Original Message From: ""<[EMAIL PROTECTED]> Subject: CFFILE Delete then WRITE i

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
TECTED]> cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
njamin S. Rogers Web Developer, c4.net voice: (508) 240-0051 fax: (508) 240-0057 -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 12:12 PM To: CF-Talk Subject: RE: CFFILE Delete then WRITE issue NT has this wonderful habit of not d

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
<[EMAIL PROTECTED]> cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01 11:24 AM Please respond to cf-talk Keep in mind that thoug

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
TECTED]> cc: Subject: RE: CFFILE Delete then WRITE issue

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Philip Arnold - ASP
> When you delete a file, you actually delete the file (contrary to what > Philip has suggested). The handle, however, is left open. A > separate process > called the cache scavenger routinely goes through and checks to see which > files have been deleted. At this point the handle to the file is >

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
"Benjamin S. Rogers" To: CF-Talk <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> cc: Subject: RE: CFFILE Delete then WRITE issue

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Vance_Duke
<[EMAIL PROTECTED]> cc: Subject: RE: CFFILE Delete then WRITE issue

RE: CFFILE Delete then WRITE issue....

2001-01-09 Thread Benjamin S. Rogers
Rogers" To: CF-Talk <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> cc: Subject: RE: CFFILE Delete then WRITE issue 01/09/01 12:54 PM

Re: CFFILE Delete then WRITE issue....

2001-01-10 Thread Wallace Randall
t: Tuesday, January 09, 2001 11:53 AM Subject: CFFILE Delete then WRITE issue > > OK. I am having a problem here. I am able to DELETE a file with CFFILE > without a problem, but when I try to almost immediately WRITE the same file > back it tells me there is an issue with the fi