Tom's right on the money--by default CF runs under the local system account which has no network access. You have to change that to a user that A) has network access and B) has permissions to access the specific UNC path you're trying to hit. Just to give you an idea, everything in our application runs off a network attached storage device (including the application code itself) so it's definitely doable.
Matt On 4/27/06, Tom Woestman <[EMAIL PROTECTED]> wrote: > Kevin, > > I am not sure on using CF with UNC paths but you need to be sure the > user in the Windows service has access to the appropriate shares. The > default CF user does not have any access to network resources and is > unable to access network resources. Once we changed the user that the > CF service runs under we were able to access network resource without a > problem. > > Tom > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Fricke > Sent: Thursday, April 27, 2006 11:54 AM > To: CFLIST > Subject: [DFW CFUG] Unc mappings > > We are using a file server for our websites. This is so that we can > share > files between a few cf servers. I found out that you cannot use > cfdirectory > on UNC paths. > > What do we do? There has to be some way to get this to work? > > CFMX 7 > 2003 64 Server > > Please help! > > Thanks, > > Kevin Fricke > > > > _______________________________________________ > Reply to DFWCFUG: > [email protected] > Subscribe/Unsubscribe: > http://lists1.safesecureweb.com/mailman/listinfo/list > List Archives: > http://www.mail-archive.com/list%40list.dfwcfug.org/ > http://www.mail-archive.com/list%40dfwcfug.org/ > DFWCFUG Sponsors: > www.HostMySite.com > www.teksystems.com/ > > > _______________________________________________ > Reply to DFWCFUG: > [email protected] > Subscribe/Unsubscribe: > http://lists1.safesecureweb.com/mailman/listinfo/list > List Archives: > http://www.mail-archive.com/list%40list.dfwcfug.org/ > http://www.mail-archive.com/list%40dfwcfug.org/ > DFWCFUG Sponsors: > www.HostMySite.com > www.teksystems.com/ > -- Matt Woodward [EMAIL PROTECTED] http://www.mattwoodward.com _______________________________________________ Reply to DFWCFUG: [email protected] Subscribe/Unsubscribe: http://lists1.safesecureweb.com/mailman/listinfo/list List Archives: http://www.mail-archive.com/list%40list.dfwcfug.org/ http://www.mail-archive.com/list%40dfwcfug.org/ DFWCFUG Sponsors: www.HostMySite.com www.teksystems.com/
