cancel
Showing results for 
Search instead for 
Did you mean: 

CIFS problem resolution ('Duplicate Name Exists' on W2K)

blueprint
Champ in-the-making
Champ in-the-making
Hello

First of all, please excuse my english. I usually speak french. I also don't have the skills to explain why the fix my IT department found for the CIFS problem works. Anyway, here it is:

I am using Alfresco 1.4.0, running on WinXP Pro SP1. It is serving a network of 12 PCs running Win XP Pro or Win 2000 Pro.

From what my IT guy told me, the fix is fairly simple.
He just disabled the server adapter "QoS Packet Scheduler", "File and Printer Sharing" and unchecked "Activate LMHOSTS search" in the TCP/IP options dialog box.

If it works for some of you, i'd really like someone to explain WHY this works, as I am not skilled enough to have a clue!
7 REPLIES 7

sonic_cifs
Champ in-the-making
Champ in-the-making
hi,

I just tested following your idea, however, I failed to make it work. 
and I can not find the "Qos Packet Scheduler" in our my server box.
Could you share your configuaration in the  file-servers.xml ?

Anyway thanks for your post so much.

blueprint
Champ in-the-making
Champ in-the-making
here it is!

——————————————————————————–

<alfresco-config area="file-servers">

   <config evaluator="string-compare" condition="CIFS Server">
      <host name="FS1" domain="acf-film"/>
      <comment>Alfresco CIFS Server</comment>

      <broadcast>255.255.255.0</broadcast>

      <tcpipSMB platforms="linux,solaris,macosx"/>
      <netBIOSSMB platforms="linux,solaris,macosx"/>
      <hostAnnounce interval="5"/>

      <Win32NetBIOS/>
      <Win32Announce interval="5"/>
      <sessionDebug flags="Negotiate,Socket"/>
   </config>

   <config evaluator="string-compare" condition="FTP Server">
   </config>
  
   <config evaluator="string-compare" condition="Filesystems">
     <filesystems>
         <filesystem name="FS1">
            <store>workspace://SpacesStore</store>
            <rootPath>/app:company_home</rootPath>
         <urlFile>
               <filename>__AlfrescoClient.url</filename>
               <webpath>http://${localname}:8080/alfresco/</webpath>
            </urlFile>
          <offlineFiles/>
         </filesystem>
      </filesystems>
   </config>

   <config evaluator="string-compare" condition="Filesystem Security">
      <authenticator type="alfresco">
      </authenticator>
   </config>


</alfresco-config>

sonic_cifs
Champ in-the-making
Champ in-the-making
Hi, thank you for your post.
I am struggling to make cifs work with window2003 server now.
I will post back if I succeed.

Thanks again.

dgenard
Champ on-the-rise
Champ on-the-rise
Hi, we had the same problem on our Windows 2003 server.
And this solution worked for us as well !
Many thanks for your post.

In fact, unchecking the "File and Printer Sharing for Microsoft network" option was sufficient to solve the problem.
Other options ("QoS Packet Scheduler", "Activate LMHOSTS search") had no effect on the issue.

Regards,
Denis

dhoechst
Champ in-the-making
Champ in-the-making
I had to do two more things to get it working as outlined in the wiki (http://wiki.alfresco.com/wiki/File_Server_Configuration#SMB.2FCIFS_Server_Configuration😞

* <tcpipSMB [platforms="…"]/>

Enables native SMB on port 445 that is used by Win2000 and above clients.

To enable native SMB support under Windows requires that the Windows native SMB support is disabled by editing, or creating, the following registry key :-

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
"SMBDeviceEnabled"=dword:00000000

tommorris
Champ in-the-making
Champ in-the-making
I'm a little worried. Has anyone ever got the native file-share working along-side the alfresco file-share?

It certainly seems easier to get CIFS working if SMB is first disabled…

Can alfresco comment on this?

tonytony
Champ in-the-making
Champ in-the-making
The problem is that a client can have only one type of connection, either the Alfresco CIFS or the Windows file share. 

This error occurs if a client tries to connect to both file servers.

One workaround is to map a drive to the  alfresco FTP server using something like netdrive.