OK, I created a folder (\\swintranet1\D:\IntranetData) with full privs
for SYSTEM, Users, etc.

If I upload Word,

 String index out of range: -5
 
The error occurred in D:\Inetpub\WWWROOT\RefPosting\InsertData.cfm: line 18

16 :                    Destination = "\\swintranet1\D:\IntranetData"
17 :                    action = "upload"
18 :                    nameconflict ="overwrite"
19 :                    filefield = "fileName">

If I upload Excel,

 String index out of range: -1
 
The error occurred in D:\Inetpub\WWWROOT\RefPosting\InsertData.cfm: line 18

16 :                    Destination = "\\swintranet1\D:\IntranetData"
17 :                    action = "upload"
18 :                    nameconflict ="overwrite"
19 :                    filefield = "fileName">

If I upload Access,

 The destination "\\swintranet1\D:\IntranetData" specified in the
CFFILE tag is invalid.

The destination either does not exist or is not accessible by this tag.
 
The error occurred in D:\Inetpub\WWWROOT\RefPosting\InsertData.cfm: line 18

16 :                    Destination = "\\swintranet1\D:\IntranetData"
17 :                    action = "upload"
18 :                    nameconflict ="overwrite"
19 :                    filefield = "fileName">

Why is that?

tia

On 5/5/05, Jared Rypka-Hauer - CMG, LLC <[EMAIL PROTECTED]> wrote:
> OK, one last followup...
> 
> I just tested it using UNC to hit a file located on the same machine I've
> got CF Dev edition running on... and it worked. This is MX 7. So we at least
> know that MX 7 can do it if it has the right privs.
> 
> So I'm guessing what you're experiencing is privs... what you could do is
> create a user account for CFMX on the server and have it run under that
> account intstead of.. oh... duh... Local Service isn't going to have foreign
> privs anyway. Sorry... you'll definitely have to create a domain account for
> CFMX to run under, then give that account privileges to access the file you
> want.
> 
> Let me know if you need more help.
> 
> Laterz,
> J
> 
> On 5/5/05, Daniel Kang <[EMAIL PROTECTED]> wrote:
> >
> > \\swintranet1\d$\Inetpub\wwwroot\RefPosting is the right destination,
> > but I am getting this error.
> >
> > What am I missing?
> >
> > The destination "\\swintranet1\d$\Inetpub\wwwroot\RefPosting"
> > specified in the CFFILE tag is invalid.
> >
> > The destination either does not exist or is not accessible by this tag.
> >
> > The error occurred in D:\Inetpub\WWWROOT\RefPosting\InsertData.cfm: line
> > 17
> >
> > 15 : Destination =
> > "\\swintranet1\d$\Inetpub\wwwroot\RefPosting"
> > 16 : action = "upload"
> > 17 : nameconflict ="overwrite"
> > 18 : filefield = "fileName">
> >
> > tia
> >
> 
> --
> ---------------
> -------------------------------------
> Buy SQLSurveyor!
> http://www.web-relevant.com/sqlsurveyor
> Never make your developers open Enterprise Manager again.
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205818
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to