Skip to main content
December 6, 2007
Question

Access to Novell Share thru CFMX application

  • December 6, 2007
  • 1 reply
  • 446 views
I am currently running CFMX 7.0.2 on a W2K server ; the server also has Novell Client 4.91 SP4 so it can access a shared Novell drive for documents which are uploaded into a filing system. When I ran this system on CF 5.0 on an NT 4.0 box with Novell Client 4.90 SP2 everything worked fine and continues to work fine. I have since loaded CF 5.0 on the windows 2000 server with the Novell 4.91 SP4 client and I can't access the Novell share either. So it has something to do with the new client and Coldfusion. I have spoken with our Novell people and they tell me that if CF uses SMB to access files for UNC Paths my current configuration won't work because we need to use Netware Core Protocol (NCP) to access the Novell shared drive. Is this something I can configure in CFMX? I am using the same login accounts on both machines and both CF services the account has read/write access to the shared Novell drive. I can change the UNC path to a shared windows drive or unix drive and I have no problem. As soon as I try to access the Novell drive the web app brings back nothing. I can manually load files to the Novell share from the server.

An help would be greatly appreciated

Thanks in advance,

Eric O.
Text Text
This topic has been closed for replies.

1 reply

December 6, 2007
Check the ColdFusion 5 Server service on the working server. It is likely running as a service and using a specific user login. New installations default to localsystem to run the CF services. Localsystem will not have access to shared drives and other shared resources. Configure a similar user on the new box and have CF run under that user.

http://www.adobe.com/go/tn_17279
December 7, 2007
Ken,

I appreciate your response. I have the services running under my account and I have logged the server onto the network using my account. Since I last posted I have tried various setup combinations and found a "working solution" (older Novell client 4.91 SP2 on w2K SP4 Server) on a development server. However, this solution may not last forever. The question posed to me by our Novell people is: Does CF use native API's on a windows server to do file operations or is CF coded to handle NCP (netware Core Protocols) calls and utilize Clustered DFS volumes on NetWare. I am hoping someone at Adobe can answer that question because I can't.

Thanks again,

Eric O.
December 18, 2007
ColdFusion uses java to do all its file I/O. So, ultimately we use whatever java is using. We do not directly call any native API's.