additional info....

I must have forgotten some basic security, here's an update to my problem...

If I do a CFFILE copy I get an access denied message, when copying a file
from one machine to another.. just doing the file copy from the start-->run
works fine.

CF is using the local system account, I'd assume this should work fine - or
am I forgetting some stupid fundemental thing here?

Thanks

Tom

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


> 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