let me try again: Urgent need for help with CFHTTP again

2002-09-26 Thread Mitko Gerensky-Greene
Hello, I am still hoping somebody can at least try to help with this. We are still facing a problem reading txt files via CFHTTP on a remote server. This is from the ColdFusion log file: CFlog Error,13,09/25/02,22:38:24,,206.9.80.3, Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1), CFHTTPP

Re: let me try again: Urgent need for help with CFHTTP again

2002-09-26 Thread JLH All Turbo
Why don't you send like 450-451 of your code so we can see what's causing the error. J - Original Message - From: Mitko Gerensky-Greene [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 10:20 AM Subject: let me try again: Urgent need for help with CFHTTP

RE: let me try again: Urgent need for help with CFHTTP again

2002-09-26 Thread Adam Hope
Hi Mitko, Whenever I have had problems retreiving data from webservers using CFHTTP I have told it to save the files directly to disk instead of using cfhttp.filecontent. cfhttp url=http://webserver.com/thefile.txt; method=GET path=/tmp/ file=theremotefile.txt resolveurl=false Adam Hope

Re: let me try again: Urgent need for help with CFHTTP again

2002-09-26 Thread Jerry Johnson
A couple of suggestions, and maybe one answer. The answer: You are trying to use the cfhttp tag to create a query from the file your are httping. The file is not a text data file that can be placed in a query. The file does not have the top row as a definition of the columns to follow. And you

Re: let me try again: Urgent need for help with CFHTTP again

2002-09-26 Thread WebMaster
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 10:20 AM Subject: let me try again: Urgent need for help with CFHTTP again Hello, I am still hoping somebody can at least try to help with this. We are still facing a problem reading txt files via CFHTTP on a remote

Re: let me try again: Urgent need for help with CFHTTP again

2002-09-26 Thread Mitko Gerensky-Greene
. J - Original Message - From: Mitko Gerensky-Greene [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 10:20 AM Subject: let me try again: Urgent need for help with CFHTTP again Hello, I am still hoping somebody can at least try to help with this. We

Re: let me try again: Urgent need for help with CFHTTP again

2002-09-26 Thread Mitko Gerensky-Greene
-Talk [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 10:20 AM Subject: let me try again: Urgent need for help with CFHTTP again Hello, I am still hoping somebody can at least try to help with this. We are still facing a problem reading txt files via CFHTTP on a remote server

Urgent need for help with CFHTTP again

2002-09-25 Thread Mitko Gerensky-Greene
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

Re: Urgent need for help with CFHTTP again

2002-09-25 Thread Mitko Gerensky-Greene
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 again...

2001-04-19 Thread Holger Lockertsen
Running 4.5.1 SP2 on a server we are getting the "connection failure"-error on this code: cfhttp url="http://www.theserver.com/template.cfm" method="GET" port="80" resolveurl="false" timeout="20" throwonerror="yes" On another server running the same

RE: cfhttp again...

2001-04-19 Thread Steve Martin
Can the server that CFHTTP is being called on actually see the URL that it is supposed to be accessing? -Original Message- From: Holger Lockertsen [mailto:[EMAIL PROTECTED]] Sent: 19 April 2001 10:28 To: CF-Talk Subject: cfhttp again... Running 4.5.1 SP2 on a server we