> I am running a CF template under a NT Scheduler with the 
> command line of C:\cfusion\bin\cfml.exe e:\foodir\foo\xqe.cfm
> 
> When it runs, it logs into the CF webserver log directory 
> many errors of this nature:
> 
> "Error","TID=469","01/24/01","01:17:02","Exception occurred 
> while reading environment parameters from standard input. "
> ...
> 
> Does anyone know what environment parameter is it referring 
> to, HTTP or NT, and what could be causing this?

I don't think CFML.EXE accepts arguments. To run the desired file, try this:

SET CF_TEMPLATE_PATH=e:\foodir\foo\xqe.cfm
C:\CFUSION\BIN\CFML.EXE

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to