Hey all,

I'm trying to do a little CFEXECUTE magic on a Linux box, gzipping an xml 
file on the fly.

All is well except that the resulting file is occasionally empty.  It seems 
to work about 50% of the time, then the other 50% I get an empty .gz file.

My code looks like this:
<cfexecute name="#pathtogzip#" arguments="#pathtofile#" 
outputfile="#pathtofile#.gz">
</cfexecute>

The paths are all correct -- as I mentioned it does work about half the time 
so there are no path or permission issues.

I also tried adding in the arguments -f (force) and -q (quiet), but it 
doesn't seem to make a difference.

Any thoughts?

-- Josh



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

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

Reply via email to