The user that CF is running as must have access to the unc path.  By 
default CF uses the localsystem account that wont have access to those shares.

A common problem when your webserver doesn't have your actual web content 
on it.  Actually causes the CF installer to bomb with a disk space error.


At 12:45 PM 3/12/2001 -0500, you wrote:
>ok, i am having a monday!
>i am trying to use cffile to write a file to a mapped drive, i have even
>tried it using the unc path and have hit the wall...is this a limitation of
>cffile or am i missing something?
>-----------------code - mapped drive------------------
><cffile action="WRITE" file="f:\temp\myfile.txt" output="myfilestuff"
>addnewline="Yes">
>
>-----------------code - unc path----------------------
><cffile action="WRITE" file="\\myserver\d:\temp\myfile.txt"
>output="myfilestuff" addnewline="Yes">
>
>tia
>--
>Stephenie Hamilton
>
>--
>Stephenie Hamilton
>Senior ColdFusion Administrator
>Express Technologies, Inc.
>want CF_Freedom?
>try CFXHosting.com
>Winner of the 2000 ColdFusion Developer's Journal Best ColdFusion Web Host!!
>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to