> What might cause the following occasional error, apparently 
> related to the use of CFHTTP to create a query from a text file?
> --------------------------------------------------------------
> Message: Illegal operation in Cold Fusion Extension (CFX)
> Detail: You have attempted to refer to an invalid row/column 
> combination of a query. 
> This query contains 1 rows. ...

This most likely indicates that you're not receiving the nicely formatted
text file you're expecting to receive. If your CFHTTP request retrieves
anything else, like a 404 error or a CF error, the query parsing used by
CFHTTP will fail with this message.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to