Jim McAtee wrote: > I've got several CF templates located in an NTFS protected web site. I'm > having some trouble getting the CF scheduler to run them and am wondering if > it could be permission related. If the templates are located on same > computer as the CF scheduler trying to run them, is it necessary to supply > login credentials? On this server CF is running as SYSTEM, which has access > to the directories.
AFAIK the way the scheduler works is that it does an HTTP request for that specific file. Since you have NTFS protection enabled that would indeed fail (I believe CF can only handle basic security). What you could do is use the OS scheduler to send the templates directly to the CF engine. Something like: at 00:07 \every:m,t,w,th,f,s,su "c:\cfusion\bin\cfml.exe c:\inetpub\wwwroot\scripts\myscript.cfm" Jochem ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona 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

