I have one server running CF which accesses DB files (DbaseIV - don't ask
<g>).  Anyway, that works fine (I can do queries and such).  I have CF
logged in as Administrator and using UNC paths.  Today, I tried to configure
CFCONTENT to send db files to a browser.  I get a Windows error of 5 (access
denied).

Here's the pertinent code:

<cfset dbfile="\\ServerName\ShareName\databasefolder\"&url.file>
<CFCONTENT TYPE="appplication/octet-stream"
    DELETEFILE="No"
    FILE="#dbfile#"
    RESET="Yes">

I know the shares work (CFQUERY would not work otherwise).  Any ideas?

TIA,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion!



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to