RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-26 Thread Rick Faircloth
ck off and it hasn't helped. Is anyone out there successfully using the CFFTP tag? Rick > -Original Message- > From: Will Swain [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 26, 2008 7:26 AM > To: CF-Talk > Subject: RE: Why would I get a cfhttp timeout on this

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-26 Thread Will Swain
Have you tried setting up an ftp account on a different server and accessing that? See if you get the same problem. I'm stumped tbh. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 26 January 2008 01:11 To: CF-Talk Subject: RE: Why would I get a cfhttp ti

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Rick Faircloth
tops. Any other thoughts or tests I can run? Debugging info I can gather? > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Friday, January 25, 2008 6:01 PM > To: CF-Talk > Subject: RE: Why would I get a cfhttp timeout on this cfftp operation? > &

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Dave Watts
> No problems anywhere, but with CFFTP. > > I just need to get around the CFHTTP page timeout. And there > should be a way to use the CFFTP tag without having to resort > to jumping through a lot of hoops using third-party software > and contorted methods. > > Why won't the tag just work? An

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Will Swain
Have you tried connecting and downloading the file with an FTP client rather than CF? -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 18:47 To: CF-Talk Subject: RE: Why would I get a cfhttp timeout on this cfftp operation? Yes, to both

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Rick Faircloth
alk > Subject: RE: Why would I get a cfhttp timeout on this cfftp operation? > > > Have you tried connecting and downloading the file with an FTP client rather > than CF? > > -Original Message- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: 25 January

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Dave Watts
> I'm not sure if the settings were correct, but I tried > setting the scheduled task's timeout to "" seconds. > > Then I tried adding to the > template, but neither seemed to have an effect. How many seconds does it run before failing? > But also, if the problem is not with CFHTTP, why w

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Rick Faircloth
eduler log so it was? ??? > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Friday, January 25, 2008 12:44 PM > To: CF-Talk > Subject: RE: Why would I get a cfhttp timeout on this cfftp operation? > > > No matter how I run it, I get the same

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Dave Watts
> No matter how I run it, I get the same error... > > - Automated Scheduled Task > - Manual Test Run of Scheduled Task > - Run template directly in browser Then your problem isn't with CFHTTP, it's with the file. Have you set the TIMEOUT attribute for CFFTP? Have you also set the page timeout usi

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Rick Faircloth
; Sent: Friday, January 25, 2008 11:24 AM > To: CF-Talk > Subject: RE: Why would I get a cfhttp timeout on this cfftp operation? > > > But how would one even use CFFTP if it always depends on > > CFHTTP for functionality? > > CFFTP does not depend on CFHTTP. Scheduled tasks d

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Dave Watts
> But how would one even use CFFTP if it always depends on > CFHTTP for functionality? CFFTP does not depend on CFHTTP. Scheduled tasks do. If you run the page yourself, CFHTTP will not be used. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest ca

Re: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Todd
to be a setting or something that will allow CFFTP > to function properly. > > Rick > > > -Original Message- > > From: Dave Watts [mailto:[EMAIL PROTECTED] > > Sent: Friday, January 25, 2008 10:04 AM > > To: CF-Talk > > Subject: RE: Why would I get a cfh

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Rick Faircloth
Sent: Friday, January 25, 2008 10:04 AM > To: CF-Talk > Subject: RE: Why would I get a cfhttp timeout on this cfftp operation? > > > I get about 4 MB of a 25 MB file each time then my scheduled > > task, whether I let the scheduler run it or manually trigger > > the schedu

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Dave Watts
> I get about 4 MB of a 25 MB file each time then my scheduled > task, whether I let the scheduler run it or manually trigger > the scheduled task, or even if I run the template directly in > the browser, I get an error from the scheduler log that says > I had a cfhttp timeout

Re: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Todd
MB file each time then my scheduled task, > whether I let the scheduler run it or manually trigger the scheduled task, > or even if I run the template directly in the browser, I get an error > from the scheduler log that says I had a cfhttp timeout error. > > Why is cfhttp involved? Im

Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Rick Faircloth
m the scheduler log that says I had a cfhttp timeout error. Why is cfhttp involved? Implicitly? Do I need to add a cfhttp tag around this with a long timeout or something? Anyway, here's the code. insights anyone? Tha

Re: Catching cfhttp timeout

2006-08-09 Thread Denny Valliant
Yeah, I'm a little sick, but was gonna suggest the same thing. I don't use cflock around cfhttp requests, probably another instance of not following best practice. But for long running ones, I do have to set the page requesttimeout (RTO) higher. And for WIW, I think if you don't set RTO, it woul

Re: Catching cfhttp timeout

2006-08-09 Thread Tom Chiverton
On Wednesday 09 August 2006 14:17, Dawson, Michael wrote: > I have a critical cfhttp that is timing out if the page cannot be > contacted... I tried to place a cftry block around it, and all it does, > if it times out, is report a timeout on the next tag.. Do you need to raise the page timeout too

RE: Catching cfhttp timeout

2006-08-09 Thread Dawson, Michael
CTED] Sent: Tuesday, August 08, 2006 10:30 PM To: CF-Talk Subject: Catching cfhttp timeout I have a critical cfhttp that is timing out if the page cannot be contacted... I tried to place a cftry block around it, and all it does, if it times out, is report a timeout on the next tag.. I tried placi

Re: Catching cfhttp timeout

2006-08-09 Thread Robbie Moore
Give this a shot: http://www.somewhereontheweb.com"; timeout="10"> ~Rob ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to you

Catching cfhttp timeout

2006-08-08 Thread Tony Hicks
I have a critical cfhttp that is timing out if the page cannot be contacted... I tried to place a cftry block around it, and all it does, if it times out, is report a timeout on the next tag.. I tried placing a cflock in there and its not helping. ...cf

RE: cfhttp timeout

2005-10-28 Thread Munson, Jacob
Another good idea! :) I just made a page with a cfloop that runs for a long time, and I was able to test my try/catch around cfhttp. > -Original Message- > From: Dawson, Michael [mailto:[EMAIL PROTECTED] > Sent: Friday, October 28, 2005 11:16 AM > To: CF-Talk > Subj

RE: cfhttp timeout

2005-10-28 Thread Dawson, Michael
you choose. http://www.cflib.org/udf.cfm?ID=959 M!ke -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Friday, October 28, 2005 11:21 AM To: CF-Talk Subject: RE: cfhttp timeout That's a good idea. The problem I'm having is actually getting a timeout for test

RE: cfhttp timeout

2005-10-28 Thread Munson, Jacob
--Original Message- > From: Dawson, Michael [mailto:[EMAIL PROTECTED] > Sent: Friday, October 28, 2005 10:12 AM > To: CF-Talk > Subject: RE: cfhttp timeout > > Wrap it with a CFTRY and then CFCATCH the error. In CFHTTP set > THROWONERROR="YES". > > I'm not

RE: cfhttp timeout

2005-10-28 Thread Dawson, Michael
] Sent: Friday, October 28, 2005 11:05 AM To: CF-Talk Subject: cfhttp timeout So I know I need to set a timeout for a cfhttp, but I'm not sure what to do if a timeout does occur. Here's what I've got now: Do I need to have the cfif to make sure I don't have a timeout,

cfhttp timeout

2005-10-28 Thread Munson, Jacob
So I know I need to set a timeout for a cfhttp, but I'm not sure what to do if a timeout does occur. Here's what I've got now: Do I need to have the cfif to make sure I don't have a timeout, or do I just use the cfhttp results assuming they're there (and the CF server takes care of t

Re: CFHTTP timeout

2003-02-24 Thread Nick de Voil
Thanks Bud. Any advance on that, anyone? > CFHTTP has a problem with pages that are delivered in steps, such as > a page that come back with "Please wait while your request is > processed". It will get that first message and think the page is > done. Not sure what you can do about it if anythi

Re: CFHTTP timeout

2003-02-24 Thread Bud
On 2/24/03, Nick de Voil penned: >We're using CFHTTP (CFMX) to get PDF documents translated to HTML by Adobe's >online service at http://access.adobe.com/perl/convertPDF.pl . > >CFHTTP appears to be finishing reading the output before it's finished >coming back. I don't think it's timing out becaus

CFHTTP timeout

2003-02-24 Thread Nick de Voil
We're using CFHTTP (CFMX) to get PDF documents translated to HTML by Adobe's online service at http://access.adobe.com/perl/convertPDF.pl . CFHTTP appears to be finishing reading the output before it's finished coming back. I don't think it's timing out because we have the timeout set to 600, both

CFHTTP timeout in CF5

2001-11-12 Thread David Cummins
Hi all, Has anyone used the timeout attribute on CFHTTP? It doesn't seem to work for me. I've got a non-essential template to call via HTTP, and if it doesn't connect in 5 seconds I just want to give up - but CFHTTP doesn't actually stop executing within the timeout value. It keeps going until sh