I have some CF code that was executing pretty reliably under CF4. Just this week we moved to CFMX/JRun on a new server and that formerly reliable script seems to have some issues but they are not syntax-related.
We embed a Windows Media file with a script and write it to disk using CFFILE. Then we CFFTP it to another server. For files under 5MB it still seems to work fine but for larger files, I get an FTP error that it can't find the file. So I was wondering if execution of the FTP tag is getting ahead of the operating system's ability to finish writing the file? If so, should I just write a loop that tests for the presence of the file before attempting the FTP or is there a better way to do that? Also, does anybody know whether CFMX's log files like application.log will be fixed so that they show the same kind of debugging data previously available? Without good stuff like the referring URL's values, they are not very helpful at the present. Thanks, Dale Dale Coyner Communicast, Inc. "Don't just webcast it, Communicast it!" (703) 435-8073 www.communicast.com [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

