Ray Bujarski wrote:
> I am using the cfexecute to execute a local file on the server
> 
>          <CFEXECUTE NAME="/pkg/licenses/vendors/globes/bin-5.0/lmstat"
>              ARGUMENTS=" -a -c /pkg/licenses/vendors/avanti/license_file"
>              TIMEOUT="100">
>                  Executing...
>          </cfexecute>
> 
> Problem is it just decided to quit with any output!  I tried it from a 
> prompt and everything works fine, it executes and shows me everything I 
> don't see when trying with cfexecute.  I looked and cfexecute is not 
> disabled on the server.  Does anyone know why this wouldn't work?

There is a bug in cfexecute that prevents it from returning more as some 
2000 characters. If your app tries to do so, make sure you use the 
outputfile attribue.

Jochem

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to