cfhttp.statuscode

2004-03-02 Thread 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# 
' Error near line 330, column
10.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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
determine the value of the parameter. This problem is very likely due to the
fact that either:You have misspelled the parameter name, orYou have not
specified a QUERY attribute for a CFOUTPUT, CFMAIL, or CFTABLE tag.
Date/Time: 03/02/04 13:27:50Browser: Remote Address: Query String:
TASK=BlueEar_MessageRecieved

I have a Scheduled Task that runs every 10 minutes. If certain condition is
met it schedules another task to run (BlueEar_MessageRecieved).

Then when that file runs and a condition is met it deletes its self.

Rick

-Original Message-
From: cfhelp [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 02, 2004 2:47 PM
To: CF-Talk
Subject: cfhttp.statuscode

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# 
' Error near line 330, column
10.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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#  ' Error near line 330, column 10.

In CF5, right?

There's a bug in the scheduler that causes an error that you can't do
anything about

Last time I saw it was when I was getting CF5 errors emailed to me - you
just have to ignore them as it's nothing that's every going to be
fixed
 [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.
 
 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#  ' Error near line 330, column 10.

In CF5, right?

There's a bug in the scheduler that causes an error that you can't do
anything about

Last time I saw it was when I was getting CF5 errors emailed to me - you
just have to ignore them as it's nothing that's every going to be
fixed
_

[HYPERLINK http://www.houseoffusion.com/lists.cfm?link=t:4Todays Threads]
[HYPERLINK http://www.houseoffusion.com/lists.cfm?link=i:4:155123This
Message] [HYPERLINK
http://www.houseoffusion.com/lists.cfm?link=s:4Subscription] [HYPERLINK
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=984.904.4Fast
Unsubscribe] [HYPERLINK http://www.houseoffusion.com/signin/User Settings]

_

HYPERLINK http://www.houseoffusion.com/banners/view.cfm?bannerid=39 \n

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.583 / Virus Database: 369 - Release Date: 2/10/2004

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.583 / Virus Database: 369 - Release Date: 2/10/2004
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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]




CFHTTP.STATUSCODE

2004-02-03 Thread Dan O'Keefe
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 downl;oaded files. I am finding the following error in my log since the task is failing, but I am confused by the error, especially since I am not using CFHTTP. Looks to me like CF caused an error attempting to write an error to the log. Line 330 in my code is a SQL query. Does that make sense?

Error message for task: 'Cash Receipts ' is 'An error occurred while evaluating the _expression_:LOGMESSAGE = Status code for task: '  #Attributes.TASK#  ' is '  #cfhttp.statuscode#  ' Error near line 330, column 10.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 downl;oaded 
 files. I am finding the following error in my log since the task is 
 failing, but I am confused by the error, especially since I am not using 
 CFHTTP. Looks to me like CF caused an error attempting to write an error 
 to the log. Line 330 in my code is a SQL query. Does that make sense?
 
 Error message for task: 'Cash Receipts ' is 'An error occurred while 
 evaluating the _expression_:LOGMESSAGE = Status code for task: '  
 #Attributes.TASK#  ' is '  #cfhttp.statuscode#  ' Error near 
 line 330, column 10.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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:cameroncf
email: [EMAIL PROTECTED]

-Original Message-
From: Dan O'Keefe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 1:21 AM
To: CF-Talk
Subject: CFHTTP.STATUSCODE

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 downl;oaded files. I am finding the
following error in my log since the task is failing, but I am confused by
the error, especially since I am not using CFHTTP. Looks to me like CF
caused an error attempting to write an error to the log. Line 330 in my code
is a SQL query. Does that make sense?

Error message for task: 'Cash Receipts ' is 'An error occurred while
evaluating the _expression_:LOGMESSAGE = Status code for task: ' 
#Attributes.TASK#  ' is '  #cfhttp.statuscode#  ' Error near line
330, column 10.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




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 Settings]




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 scheduler, and it ran fine. Pretty weird.

Dan
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Error resolving parameter CFHTTP.STATUSCODE

2003-06-14 Thread cfhelp
I am getting this error in the Application.log

, , 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.STATUSCODE
ColdFusion was unable to determine the value of the parameter. This problem
is very likely due to the fact that either:  You have misspelled the
parameter name, or  You have not specified a QUERY attribute for a CFOUTPUT,
CFMAIL, or CFTABLE tag. 

Date/Time: 06/14/03 17:59:58
Browser: 
Remote Address: 
Query String: TASK=BlueEar_MessageRecieved



I think it has to do with the Scheduler the Task BlueEar_MessageRecieved
runs without error and is created when new messages are received and then
deleted.

Any help?

Rick Eidson

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4