The fix was to avoid using CFHTTP.FileContent. Allow CFHTTP to store the 
results to a file by providing filepath and file name attributes. Then read 
the file.

After much testing the problem was isolated to the fact that having 
multiple levels of CFHTTP calls in the same process series on the same 
server will not work. They step on each other. CFHTTP.FileContent sort of 
acts like a server variable?

I hope there are more gracefully work arounds for this problem?


>At 11:51 AM 2/11/2005, you wrote:
> > > I inherited a program that is event driven, i.e., from the
> > > Scheduler
> > >
> > > The templates were working with both the templates and
> > > scheduler located at Server A
> > >
> > > Were still working after moving the code to Server B, but
> > > calling templates with the scheduler at Server A.
> > >
> > > Problem occurred when I configured Server B to handle the
> > > scheduling.
> > >
> > > In addition, if I execute the same template by calling the
> > > URL from a browser it works fine.
> >
> >Are you calling the URL from a browser on the same server that has the
> >scheduled task?
> >
> > > I am wondering if the scheduler might not be driving the
> > > event in the same manner as a CFHTTP and that is conflicting
> > > with my CFHTTP?
> >
> >No, the CF task scheduler does the same thing as a CFHTTP request would do.
> >
> >Dave Watts, CTO, Fig Leaf Software
> >http://www.figleaf.com/
> >
> >Fig Leaf Software provides the highest caliber vendor-authorized
> >instruction at our training centers in Washington DC, Atlanta,
> >Chicago, Baltimore, Northern Virginia, or on-site at your location.
> >Visit http://training.figleaf.com/ for more information!
> >
> >
> >
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194435
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to