Re: cfhttp: HTTPServerError

2008-07-18 Thread Scott Brady
It turns out it was a problem with a fix we had put in the day before, where we had to break one loop into two, and variables from the first loop (affiliate-specific variables) were needed in the second one but not reset. So, when I was doing a loop over a structure to generate the http

cfhttp: HTTPServerError

2008-07-17 Thread Scott Brady
Does anyone know what can cause the HTTPServerError (COM.Allaire.ColdFusion.HTTPServerError) when using CFHTTP? I'm running into this, but the circumstances make it very hard to debug. Here's the scenario: We have a process that gets sales information for our various affiliates (150+) via a web

Re: cfhttp: HTTPServerError

2008-07-17 Thread Scott Brady
It looks like it's not cfhttp, but the fact that our code isn't sending in the right parameters into the request. Not sure why it works when we run it individually, though. So . . . never mind, I guess. -- - Scott Brady http://www.scottbrady.net/

Re: cfhttp: HTTPServerError

2008-07-17 Thread James Holmes
If you are running this in a CFC, have you var'd a cfhttp variable at the top of the method first? On Fri, Jul 18, 2008 at 4:57 AM, Scott Brady [EMAIL PROTECTED] wrote: It looks like it's not cfhttp, but the fact that our code isn't sending in the right parameters into the request. Not sure