CFFile issue

2002-07-17 Thread Greg Luce
I'm displaying a list of photos for "approval" (the filenames are in a db and the actual photo is displayed by url where they reside on a remote server), and if files are "disapproved" they're put in a list then I'm accessing a script on the remote server (where the photos reside) via cfhttp and a

CFFILE Issue

2000-12-04 Thread Terri Stocke
Hey all, I spoke with an Allaire regional tech rep last week who told me in no uncertain terms that we should NOT be using the CFFILE tag at all until the issue they have discovered with it has been resolved. Apparently there is a memory leak associated with the CFFILE tag that causes it to ho

Cffile issue...

2004-10-20 Thread Jeff Waris
"An error occurred when performing a file operation Append on file." Using CFMX 6.1, all I am doing is taking a query and writing it out to a file, line by line for each record. It writes about 70K and it errors out with that message at the top. Once errored, Coldfusion still has the file. The onl

CFFile Issue

2004-11-04 Thread Jeff Waris
Something is not right... Has anyone else run across this... I have a query that I write the results to a file using CFFILE. Very simple, albeit its a large result set though. I loop that query to write each record out to a line in a text file. I use the code CFFILE ACTION="Append" After about 70

Re: CFFile issue

2002-07-17 Thread S . Isaac Dealey
> I'm displaying a list of photos for "approval" (the filenames are in a > db and the actual photo is displayed by url where they reside on a > remote server), and if files are "disapproved" they're put in a list > then I'm accessing a script on the remote server (where the photos > reside) via cf

RE: CFFILE Issue

2000-12-04 Thread Phoeun Pha
U could use CFFTP, but design it in a way that the interface makes it look like you're using CFFILE -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 12:04 PM To: CF-Talk Subject: CFFILE Issue Hey all, I spoke with an Allaire reg

RE: CFFILE Issue

2000-12-04 Thread Dylan Bromby
Is this for a particular CF release? I use CFFILE all the time on 4.0.1 Ent ... 2 years now ... and haven't had those problems. -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 10:04 AM To: CF-Talk Subject: CFFILE Issue Hey all, I

Re: CFFILE Issue

2000-12-04 Thread Ryan
Where is the bug? 4.5.1 ? 4.5.1 SP1 ? 4.5.1 SP2 ? With SP2 I imagine but I wanted to make sure. I thought SP2 was still in beta but maybe its not... Thanks, Ryan At 18:04 12/4/00 -, you wrote: >Hey all, > >I spoke with an Allaire regional tech rep last week who told me in no >uncertain te

RE: CFFILE Issue

2000-12-04 Thread Simon Horwith
C 20036 > 202.797.6570 (direct line) > www.figleaf.com > -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 1:04 PM To: CF-Talk Subject: CFFILE Issue Hey all, I spoke with an Allaire regional tech rep last week who told me in no uncertain

Re: CFFILE Issue

2000-12-04 Thread David Cummins
Hmmm... never heard of that one. Which version of CF? 4.5? Could you try downgrading? Our CF server doesn't seem to have that problem, and we're using 4.5. Possibly you could look at a CFX_FILE tag - I know of one which has the added bonus of better security, however it does not set all the attri

RE: CFFILE Issue

2000-12-04 Thread Andrew
Hewitt Web Application Developer webworld studios, inc. www.wwstudios.com "I don't have a solution, but I admire your problem" -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 1:04 PM To: CF-Talk Subject: CFFILE Issue Hey all,

Re: CFFILE Issue

2000-12-04 Thread Billy Cravens
That seems a bit strange. I've seen no major announcement from Allaire, and this seems like a MAJOR issue. You could use a file upload COM object (the way you'd do it in ASP; go to any ASP site to find some). Built-in functionality is ColdFusion's strongest selling point; I really don't want

RE: CFFILE Issue

2000-12-04 Thread Craig Thomas
PROTECTED]] Sent: Monday, December 04, 2000 1:04 PM To: CF-Talk Subject: CFFILE Issue Hey all, I spoke with an Allaire regional tech rep last week who told me in no uncertain terms that we should NOT be using the CFFILE tag at all until the issue they have discovered with it has been resolved

Re: CFFILE Issue

2000-12-04 Thread Billy Cravens
un Pha wrote: > > U could use CFFTP, but design it in a way that the interface makes it look > like you're using CFFILE > > -Original Message- > From: Terri Stocke [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 04, 2000 12:04 PM > To: CF-Talk > Subj

RE: CFFILE Issue

2000-12-04 Thread Dylan Bromby
hoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 11:38 AM To: CF-Talk Subject: RE: CFFILE Issue U could use CFFTP, but design it in a way that the interface makes it look like you're using CFFILE -Original Message- From: Terri Stocke [mailto:[EMAIL PROTEC

RE: CFFILE Issue

2000-12-04 Thread Evan Lavidor
; Sent: Monday, December 04, 2000 2:38 PM > To: CF-Talk > Subject: RE: CFFILE Issue > > > U could use CFFTP, but design it in a way that the interface makes it look > like you're using CFFILE > > > > > -Original Message- > From: Terri Stocke [mailto:[EM

Re: CFFILE Issue

2000-12-04 Thread Terri Stocke
analogy, Billy. I am hoping that there is more to this story. Terri Original Message Follows From: Billy Cravens <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: Re: CFFILE Issue Date: Mon, 04 Dec 2000 14:17:06 -0600 That seems a bit s

RE: CFFILE Issue

2000-12-04 Thread Shane Witbeck
:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 5:39 PM To: CF-Talk Subject: RE: CFFILE Issue Except, CFFTP won't let you upload files from the client to the CF server, unless they exist on another FTP server somewhere. CFFTP only lets the CF Server talk to FTP Servers, not to the client.

RE: Cffile issue...

2004-10-25 Thread Jeff Waris
No one with any ideas?? I'm still pretty much stumped over this one. > -Original Message- > From: Jeff Waris [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 20, 2004 2:17 PM > To: CF-Talk > Subject: Cffile issue... > > > "An error occurred when

RE: Cffile issue...

2004-10-25 Thread Mark A Kruger
ctober 25, 2004 8:58 AM To: CF-Talk Subject: RE: Cffile issue... No one with any ideas?? I'm still pretty much stumped over this one. > -Original Message- > From: Jeff Waris [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 20, 2004 2:17 PM > To: CF-Talk > Subje

RE: Cffile issue...

2004-10-25 Thread Ewok
Just a thought, but check your disk quotas if there are any. -Original Message- From: Jeff Waris [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 9:58 AM To: CF-Talk Subject: RE: Cffile issue... No one with any ideas?? I'm still pretty much stumped over thi

RE: CFFile Issue

2004-11-04 Thread Mosh Teitelbaum
Jeff Waris wrote: > I loop that query to write each record out to a line in a text file. I use > the code CFFILE ACTION="Append" > > After about 70k it errors out. I get this off the cfcatch variables. Jeff: I've never run across that problem but it may well be as you suggest... some sort of lock

Re: CFFile Issue

2004-11-05 Thread Thomas Chiverton
On Thursday 04 Nov 2004 16:27 pm, Mosh Teitelbaum wrote: > I've never run across that problem but it may well be as you suggest... > some sort of locking error. Solution, cflock it exclusivly and see what happens. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 email: [E

RE: CFFile Issue

2004-11-05 Thread Jeff Waris
Original Message- > From: Thomas Chiverton [mailto:[EMAIL PROTECTED] > Sent: Friday, November 05, 2004 6:10 AM > To: CF-Talk > Subject: Re: CFFile Issue > > > On Thursday 04 Nov 2004 16:27 pm, Mosh Teitelbaum wrote: > > I've never run across that problem but it may