Hi, all...

I'm trying to run this cfexecute tag...

<cfexecute
     name       =     "C:\WINDOWS\system32\cmd.exe"
     arguments  =     "/c
e:\inetpub\webroot\real_estate_data\smlc\daily_downloads\zip_files\getfiles.bat"
     timeout    =     "20000">
</cfexecute>

....which is supposed to fire off this batch file:

"c:\program files\rhinosoft.com\ftp voyager\ftpvoyager.exe"
profile=MLXChange
get=IF20080917_010257_RES_1.zip
local=e:\inetpub\webroot\real_estate_data\smlc\daily_downloads\voyager

(Line breaks have been added for readability...)

The above batch file runs perfectly from the command line.  However, when
initialized with cfexecute, the cfthread (if I use one) just runs with no
files transferred, or, if I don't use cfthread, the template just runs
with no files transferred.

There are no errors in the log, except when I use cfthread and have to abort
the thread.  When cfthread is used, I get a "Get_Data:null" error. ("Get_Data"
being the name of the thread I have to eventually abort)

Suggestions, anyone?

Thanks,

Rick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312700
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to