RE: Virtual directories and UNC paths not working on CFMX?

2003-07-18 Thread webguy
I'll just conform that you can use UNC paths in CFMX if everything is correct. Someone pointed an issue with cfcontent and UNC in CFMX recently, any confirm that ??? WG -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 17 July 2003 20:13 To: CF-Talk Subject: RE

RE: Virtual directories and UNC paths not working on CFMX?

2003-07-18 Thread Bill Grover
WWW:http://www.euservices.com __ -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 3:13 PM To: CF-Talk Subject: RE: Virtual directories and UNC paths not working on CFMX? MX

CFMX and UNC paths

2003-07-17 Thread Bosky, Dave
Has anyone experienced any issues using UNC paths on CFMX? I upgraded a server from CF5 to CFMX and now it doesn't recognize my UNC paths when using CFCONTENT. Thanks, Dave HTC Disclaimer: The information contained in this message may be privileged and confidential and protected from

Virtual directories and UNC paths not working on CFMX?

2003-07-17 Thread Bosky, Dave
Is there any way for CFMX to access network shares using UNC paths? CF5 worked fine but since upgrading to CFMX the UNC paths no longer function. Thanks, Dave HTC Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure

RE: Virtual directories and UNC paths not working on CFMX?

2003-07-17 Thread Mike Townend
How is MX running ? As a System Service or a Service under a User Account that has access to the UNC Dir ? -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 19:39 To: CF-Talk Subject: Virtual directories and UNC paths not working on CFMX

RE: Virtual directories and UNC paths not working on CFMX?

2003-07-17 Thread Bosky, Dave
MX is running under a user acct w/access to the UNC dir. Nothing has changed except a simple upgrade to CFMX. -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 2:43 PM To: CF-Talk Subject: RE: Virtual directories and UNC paths not working

RE: Virtual directories and UNC paths not working on CFMX?

2003-07-17 Thread Dave Watts
Is there any way for CFMX to access network shares using UNC paths? CF5 worked fine but since upgrading to CFMX the UNC paths no longer function. By default, neither UNC paths or drive letters mapped to shares would work with any version of CF. By default, the CF service runs within

RE: Virtual directories and UNC paths not working on CFMX?

2003-07-17 Thread Dave Watts
MX is running under a user acct w/access to the UNC dir. Nothing has changed except a simple upgrade to CFMX. You might want to test this by logging in as this user from the server console. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

CFCONTENT not serving files via UNC paths

2003-01-02 Thread stas
I've got a piece of code that serves up PDFs, and it seems to have a problem when the file is an a different machine: cfcontent type=application/pdf file=\\database\output\10096-low.pdf deletefile=No I don't even get a useful error message, it gets chewed up and I only see the end of it.

RE: CFCONTENT not serving files via UNC paths

2003-01-02 Thread Mike Townend
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 2, 2003 14:52 To: CF-Talk Subject: CFCONTENT not serving files via UNC paths I've got a piece of code that serves up PDFs, and it seems to have a problem when the file is an a different machine: cfcontent type=application/pdf

Re: CFCONTENT not serving files via UNC paths

2003-01-02 Thread stas
Thanks, but I've done that already. I have no problem writing or reading files, and in fact I'm using FileExists() before executing cfcontent. This is on CF4.5.1, btw. - Original Message - From: Mike Townend [EMAIL PROTECTED] Usually this is to do with rights CF by default is

RE: CFCONTENT not serving files via UNC paths

2003-01-02 Thread Dave Watts
I've got a piece of code that serves up PDFs, and it seems to have a problem when the file is an a different machine: cfcontent type=application/pdf file=\\database\output\10096-low.pdf deletefile=No I don't even get a useful error message, it gets chewed up and I only see the end

UNC PATHS

2002-10-02 Thread Brook
When running CFMX on a standalone Win2k server, as the localSystem Account, what permissions do you need to set on a remote share to allow access? When running as the system account, what user/pass is used to connect to a remote share? Is it Anonymous Login?? I can't get this to work and its

Re: UNC PATHS

2002-10-02 Thread Jochem van Dieten
Brook wrote: When running CFMX on a standalone Win2k server, as the localSystem Account, what permissions do you need to set on a remote share to allow access? When running as the system account, what user/pass is used to connect to a remote share? Is it Anonymous Login?? I can't get this

Re: UNC PATHS

2002-10-02 Thread Brook
Oh my god, your kidding? I've spent all *%^ day trying to get this to work. My problem is this. If run under the local account I can execute COM objects just fine. But I get the access denied error using any other account, even admin accounts. But I can not connect to a share while running

Re: UNC PATHS

2002-10-02 Thread Frank Mamone
How about DCOMCNFG. You can set who can execute the COM object there. It may be worth a try to set the permissions to Everyone and see if it works. - Original Message - From: Brook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 9:15 PM Subject: Re: UNC

CFFILE with UNC Paths.

2001-02-27 Thread Neil H.
Anyone know a way to write a file via a UNC path? Thanks, Neil ~~ 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/

RE: CFFILE with UNC Paths.

2001-02-27 Thread Andy Ewings
. [mailto:[EMAIL PROTECTED]] Sent: 27 February 2001 16:12 To: CF-Talk Subject: CFFILE with UNC Paths. Anyone know a way to write a file via a UNC path? Thanks, Neil ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: CFFILE with UNC Paths.

2001-02-27 Thread Philip Arnold - ASP
Anyone know a way to write a file via a UNC path? I do this all the time; cffile action="append" file="\\server\share\directory\file.txt" output="#s#" Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

RE: CFFILE with UNC Paths.

2001-02-27 Thread JustinMacCarthy
Hi Check out the links from http://www.cffaq.org/cfserveruseraccount.cfm Justin [EMAIL PROTECTED] -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 4:12 PM To: CF-Talk Subject: CFFILE with UNC Paths. Anyone know a way to write a file via

RE: CFFILE with UNC Paths.

2001-02-27 Thread Kibbey, Bruce A (Integic)
-Talk Subject: CFFILE with UNC Paths. Anyone know a way to write a file via a UNC path? Thanks, Neil ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail

RE: CFFILE with UNC Paths.

2001-02-27 Thread Eric Barr
rson Eric Barr Zeff Design (p) 212.714.6390 (f) 212.580.7181 -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 11:12 AM To: CF-Talk Subject: CFFILE with UNC Paths. Anyone know a way to write a file via a UNC path? Tha

Re: UNC Paths...

2000-10-03 Thread JustinMacCarthy
2000 8:49 PM Subject: UNC Paths... Is there anyway anyone know how to browse files and folders via UNC paths? Thanks, Neil -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Un

re: UNC Paths

2000-10-03 Thread Curtis . Frazier
Sure, just browse using network neighborhood. Is there anyway anyone know how to browse files and folders via UNC paths? Thanks, Neil -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

Re: UNC Paths

2000-10-03 Thread Neil H.
Maybe I wasn't Clear Via COLD FUSION? Neil - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, October 03, 2000 12:13 PM Subject: re: UNC Paths Sure, just browse using network neighborhood. Is there anyway anyone know how to br

Re: UNC Paths...

2000-10-03 Thread Jim McAtee
on the necessary NTFS and registry permissions you grant the user account to make it work. Jim - Original Message - From: "Neil H." [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 1:49 PM Subject: UNC Paths... Is there anyway anyon

Re: UNC Paths...

2000-10-03 Thread Neil H.
12:38 PM Subject: Re: UNC Paths... Most importantly, you have to run CF server under a domain user account, not as local SYSTEM. The SYSTEM account cannot access network shares. The quick and dirty way to do this (not recommended) is to use a domain administrator account. Otherwise, th

UNC Paths...

2000-10-02 Thread Neil H.
Is there anyway anyone know how to browse files and folders via UNC paths? Thanks, Neil -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm