Make sure the "ColdFusion Application Server" service has the priviledges to
access the network drive. By default the services is logged on with "local
system" account.

Xing

----- Original Message -----
From: "Tom Langer" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, October 29, 2000 1:20 PM
Subject: cfexecuteo


> I'm having some sort of problem using CFEXECUTE
>
> The server is Windows 2000, CF 4.5.1
>
> This works
>    <cfexecute timeout=30 name="d:\pkzip25.exe"
>    arguments="-add -rec -dir=relative d:\temp.zip
> d:\mylittlepdfdocument.pdf">
>    </cfexecute>
>
> This doesn't work..
>    <cfexecute timeout=30 name="d:\pkzip25.exe"
>    arguments="-add -rec -dir=relative d:\temp.zip
> e:\mylittlepdfdocument.pdf">
>    </cfexecute>
> * OR *
>    <cfexecute timeout=30 name="d:\pkzip25.exe"
>    arguments="-add -rec -dir=relative d:\temp.zip
> \\myserver\myshare\mylittlepdfdocument.pdf>
>    </cfexecute>
>
> The E: drive is a mapped network drive going from one machine to
another...
>
> If I call the following line from the web servers command prompt, it
> executes ok...
> d:\pkzip25.exe -add -rec -dir=relative d:\temp.zip
> e:\mylittlepdfdocument.pdf
>
> But it seems that CF doesn't like going across servers or something using
> cfexecute - please help :-)
>
> thx
>
> Tom
>
> --------------------------------------------------------------------------
----------------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to