If you're UNIX (which I assume due to '/' vs. '\'), and running CF as
user 'nobody' does user 'nobody' have 'x' permissions to all the directories
and 'w' permissions on the file in question?

Greg

At 10:02 AM 10/18/02 -0400, you wrote:
>I am having trouble writing out to a network drive....
>
>I tried using
>
>./../../../507-admin/Iepplus/Iepplus/CONSOL/STXsuppl.BIL
>
>And cffile didn't like the ".."
>
>So I am now using this:
>
>//507-admin/Iepplus/Iepplus/CONSOL/STXsuppl.BIL
>
>And
>
>
><CFFILE ACTION="Copy"
>     SOURCE="//507-admin/Iepplus/Iepplus/CONSOL/STXsuppl.BIL"
>     DESTINATION="//507-admin/Iepplus/Iepplus/CONSOL/stxsuppl.Bak"
>     >
>
>Error:
>
>Error Diagnostic Information
>Error processing CFFILE
>Unable to copy file '//507-admin/Iepplus/Iepplus/CONSOL/\STXsuppl.BIL'
>to path '//507-admin/Iepplus/Iepplus/CONSOL/\stxsuppl.Bak'. Error:
>Access is denied. (error 5).
>The error occurred while processing an element with a general identifier
>of (CFFILE), occupying document position (31:1) to (34:5).
>
>HOW Can I write/append/and edit files on network drives????
>
>Please help
>
>Kris Pilles
>Website Manager
>Western Suffolk BOCES
>507 Deer Park Rd., Building C
>Phone: 631-549-4900 x 267
>E-mail: [EMAIL PROTECTED]
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to