RE: cfhttp.statuscode

2004-03-02 Thread Philip Arnold
> From: cfhelp > > Well that sucks. Yes, it does It's one of the "Oh well, I'll just ignore that" parts of CF5 It wasn't a major bug, so it never got fixed before MX was released [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: cfhttp.statuscode

2004-03-02 Thread cfhelp
Well that sucks… Yes its CF5.0 Rick -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 3:29 PM To: CF-Talk Subject: RE: cfhttp.statuscode > From: cfhelp > > I posted this a long time ago and never got a response. > > W

RE: cfhttp.statuscode

2004-03-02 Thread Philip Arnold
> From: cfhelp > > I posted this a long time ago and never got a response. > > Why am I getting this error in the schedule Log? > > , , An error occurred while evaluating the _expression_:   > LOGMESSAGE = "Status code for task: '" & "#Attributes.TASK#" > & "' is '" & #cfhttp.statuscode# & "'"

RE: cfhttp.statuscode

2004-03-02 Thread cfhelp
My message was truncated... , , An error occurred while evaluating the _expression_:  LOGMESSAGE = "Status code for task: '" & "#Attributes.TASK#" & "' is '" & #cfhttp.statuscode# & "'" Error near line 330, column 10. Error resolving parameter CFHTTP.STATUSCODEColdFusion was unable to det

Re: CFHTTP.STATUSCODE

2004-02-03 Thread Dan O'Keefe
Cameron Childress wrote: > This is a scheduled task?  The CF Scheduler uses CFHTTP.  I'll bet the > page > is erroring.  Have you tried calling the scheduled cfm template dircetory > from the web browser? > > -Cameron > I ran it manually this AM by clicking on the 'Run Now' icon in the CF ADmin

Re: CFHTTP.STATUSCODE

2004-02-03 Thread Dan O'Keefe
Stephen Moretti wrote: > Dan, > > Whats the CF statement in your code that starts at line 330? > > Stephen If it is referring to the second template that I am including, it is the middle of a SQL query. Dan [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Setting

RE: CFHTTP.STATUSCODE

2004-02-03 Thread Cameron Childress
This is a scheduled task?  The CF Scheduler uses CFHTTP.  I'll bet the page is erroring.  Have you tried calling the scheduled cfm template dircetory from the web browser? -Cameron - Cameron Childress Sumo Consulting Inc. --- land:  858.509.3098 cell:  678.637.5072 aim:   cameronc

Re: CFHTTP.STATUSCODE

2004-02-03 Thread Stephen Moretti
Dan, Whats the CF statement in your code that starts at line 330? Stephen Dan O'Keefe wrote: > I have a scheduled task the checks another site via FTP for the > existance of files. If it finds any, downloads them, deletes them on the > source, and then includes another template to process the