Re: CFFILE destination error

2005-05-06 Thread Daniel Kang
I got it. Thank you so much the tip. Daniel On 5/6/05, Jared Rypka-Hauer - CMG, LLC [EMAIL PROTECTED] wrote: If you're still running CFMX under the System account (assuming CFMX on Win), then it won't have access to foreign folders at all. \D:\ or \D$\? You need to test this against

RE: CFFILE destination error

2005-05-06 Thread Dawson, Michael
I have used UNC paths. Have you tried a trailing \ in your path? I remember that is/was required but not sure if in CFFILE paths. M!ke 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

CFFILE destination error

2005-05-05 Thread Daniel Kang
\\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

re: CFFILE destination error

2005-05-05 Thread dave
did you give the destination folder write privileges? ~Dave the disruptor~ From: Daniel Kang [EMAIL PROTECTED] Sent: Thursday, May 05, 2005 10:07 PM To: CF-Talk cf-talk@houseoffusion.com Subject: CFFILE destination error \\swintranet1\d$\Inetpub

Re: CFFILE destination error

2005-05-05 Thread Jared Rypka-Hauer - CMG, LLC
Daniel, I don't think CFFILE supports UNC paths... permissions notwithstanding. I think it expects a drive/directory on Windows. I'll test a lil more, but I'm thinking it's not going to work. Laterz, J On 5/5/05, Daniel Kang [EMAIL PROTECTED] wrote:

Re: CFFILE destination error

2005-05-05 Thread Jared Rypka-Hauer - CMG, LLC
I can UNC directly from the Run... command to the text file in question, but CFFILE can't find it. The only thing I can think of to test this is using a privileged account (like a Domain Admin) that might give you higher privs to access remote files... but that's Really Not a Good Idea. Sorry

Re: CFFILE destination error

2005-05-05 Thread Jared Rypka-Hauer - CMG, LLC
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

Re: CFFILE destination error

2005-05-05 Thread Cliff Meyers
What about adding it as a mapped network drive to the server and accessing it via e:\ or something similar? On 5/5/05, Jared Rypka-Hauer - CMG, LLC [EMAIL PROTECTED] wrote: I can UNC directly from the Run... command to the text file in question, but CFFILE can't find it. The only thing I can

Re: CFFILE destination error

2005-05-05 Thread Daniel Kang
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 :

Re: CFFILE destination error

2005-05-05 Thread Jared Rypka-Hauer - CMG, LLC
If you're still running CFMX under the System account (assuming CFMX on Win), then it won't have access to foreign folders at all. \D:\ or \D$\? You need to test this against \\localhost\{drive}$\folder or change the account under which CFMX runs (available via properties for that service in