Hello,

The saga continues. Here is the next error I am getting while attempting to read a 
remote file like this one:

http://www.hud.gov/offices/pih/pha/approved/01/ak_01.txt

via CFHTTP

Here is the code for lines 449-450:

<code>
        <cfoutput> 
          <cfif #statecode# NEQ "0">
                        <cfhttp method="get" name="PHAPlansQuery"  
                 
URL="http://www.hud.gov/offices/pih/pha/approved/#fiscalyear#/#statecode#_#fiscalyear#.txt";
 delimiter=";" textqualifier="">
          </cfhttp>
          </cfif>
        </cfoutput> 
..
formating
..
 <cfoutput>#CFHTTP.FileContent#</cfoutput> 
</code>

The error message is:
<error>
Error Diagnostic Information
Illegal operation in Cold Fusion Extension (CFX)

You have attempted to refer to an invalid row/column combination of a query. 

This query contains 2 rows. You can call CCFXQuery::GetRowCount to determine the 
number of rows contained within a query.

You can call CCFXQuery::GetColumns to determine the number of columns contained within 
a query.

The error occurred while processing an element with a general identifier of (CFHTTP), 
occupying document position (449:4) to (450:126).


Date/Time: Wed Sep 25 19:35:00 2002
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; YComp 5.0.0.0)
Remote Address: 10.200.36.101
HTTP Referrer: http://webapps1.hud.gov/pih/pha/approved/approved_plans.cfm
</error>

Your help would be greatly appreciated!

Thanks in advance,
Mitko

---------- Original Message ----------------------------------
From: "Mitko Gerensky-Greene" <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
Date:  Wed, 25 Sep 2002 17:17:58 -0500

>
>
>Error Diagnostic Information
>CFHTTP
>Hello,
>
>I launched a small application which uses CFHTTP to read files from a remote server. 
>The same application works constantly fine from the development server. However, from 
>the production server today it would work for a while and then would stop for a while 
>giving me either simply a Connection Error or the following message:
>
><error>
>The error occurred while processing an element with a general identifier of (CFHTTP), 
>occupying document position (449:4) to (450:126).
>
>
>Date/Time: Wed Sep 25 18:06:51 2002
>Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; YComp 5.0.0.0)
>Remote Address: 10.200.36.101
>HTTP Referrer: http://webapps1.hud.gov/pih/pha/approved/approved_plans.cfm
></error>
>
>As you can see, the file is 
>http://webapps1.hud.gov/pih/pha/approved/approved_plans.cfm
>
>Any help will be appreciated!
>
>Thanks,
>Mitko
>
>
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to