<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic CIFS 3.2 - Can't map drive Windows 7 but ftp works in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cifs-3-2-can-t-map-drive-windows-7-but-ftp-works/m-p/228456#M181586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 3.2 installed on a Debian 5.3 server. It seems to function perfectly except for one issue. I am unable to use CIFS to map a network drive on a Windows workstation in the same workgroup. FTP works fine. I've turned the firewall off on the server. I am able to find the server name and path in Alfresco Explorer (\\ALF\Alfresco), but when I enter it into the windows workstation, it constantly returns "The Network Name can not be found". I can ping the server, and as I mentioned, the ftp part of the alfresco file-server works just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's my /opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/fileServers/default/file-server.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;filesystem.name=Alfresco&lt;BR /&gt;filesystem.acl.global.defaultAccessLevel=&lt;BR /&gt;&lt;BR /&gt;cifs.enabled=true&lt;BR /&gt;cifs.serverName=alf&lt;BR /&gt;cifs.domain=789&lt;BR /&gt;cifs.broadcast=255.255.255.0&lt;BR /&gt;# An empty value indicates bind to all available network adapters&lt;BR /&gt;cifs.bindto=10.1.10.195&lt;BR /&gt;cifs.ipv6.enabled=false&lt;BR /&gt;cifs.hostannounce=true&lt;BR /&gt;# Enable the use of asynchronous sockets/NIO code&lt;BR /&gt;cifs.disableNIO=false&lt;BR /&gt;# Disable the use of JNI code. Only currently affects Windows&lt;BR /&gt;cifs.disableNativeCode=false&lt;BR /&gt;# Session timeout, in seconds. Defaults to 15 minutes, to match the default Windows client setting.&lt;BR /&gt;# If no I/O is received within that time the session is closed by the server&lt;BR /&gt;cifs.sessionTimeout=900&lt;BR /&gt;&lt;BR /&gt;# Can be mapped to non-privileged ports, then use firewall rules to forward requests from the standard ports&lt;BR /&gt;cifs.tcpipSMB.port=445&lt;BR /&gt;cifs.netBIOSSMB.sessionPort=139&lt;BR /&gt;cifs.netBIOSSMB.namePort=137&lt;BR /&gt;cifs.netBIOSSMB.datagramPort=138&lt;BR /&gt;&lt;BR /&gt;# Optional WINS server primary and secondary IP addresses. Ignored if autoDetectEnabled=true&lt;BR /&gt;cifs.WINS.autoDetectEnabled=true&lt;BR /&gt;cifs.WINS.primary=1.2.3.4&lt;BR /&gt;cifs.WINS.secondary=5.6.7.8&lt;BR /&gt;&lt;BR /&gt;ftp.enabled=true&lt;BR /&gt;ftp.port=21&lt;BR /&gt;ftp.ipv6.enabled=false&lt;BR /&gt;&lt;BR /&gt;nfs.enabled=false&lt;BR /&gt;&lt;BR /&gt;cifs.urlfile.prefix=&lt;A href="http://my.domain.com:8080/alfresco/" rel="nofollow noopener noreferrer"&gt;http://my.domain.com:8080/alfresco/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;And here's my /opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/file-server.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;filesystem.name=Alfresco&lt;BR /&gt;&lt;BR /&gt;cifs.enabled=true&lt;BR /&gt;cifs.localname=alf&lt;BR /&gt;cifs.domain=789&lt;BR /&gt;cifs.broadcast=255.255.255.0&lt;BR /&gt;cifs.bindto=10.1.10.195&lt;BR /&gt;cifs.ipv6=disabled&lt;BR /&gt;cifs.hostannounce=true&lt;BR /&gt;&lt;BR /&gt;ftp.enabled=true&lt;BR /&gt;ftp.ipv6=disabled&lt;BR /&gt;&lt;BR /&gt;nfs.enabled=false&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I've confirmed the workstations are in the same workgroup. Alfresco Explorer shows \\ALF\Alfresco\ as the network path for "Company Home". But it doesn't work. I don't know what else to check. There are no errors or warnings in the alfresco.log. It just shows a normal startup. Anyone aware of problems with CIFS and Windows 7?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HELP!&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Sep 2009 21:46:16 GMT</pubDate>
    <dc:creator>dc41</dc:creator>
    <dc:date>2009-09-18T21:46:16Z</dc:date>
    <item>
      <title>CIFS 3.2 - Can't map drive Windows 7 but ftp works</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-3-2-can-t-map-drive-windows-7-but-ftp-works/m-p/228456#M181586</link>
      <description>I have 3.2 installed on a Debian 5.3 server. It seems to function perfectly except for one issue. I am unable to use CIFS to map a network drive on a Windows workstation in the same workgroup. FTP works fine. I've turned the firewall off on the server. I am able to find the server name and path in A</description>
      <pubDate>Fri, 18 Sep 2009 21:46:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-3-2-can-t-map-drive-windows-7-but-ftp-works/m-p/228456#M181586</guid>
      <dc:creator>dc41</dc:creator>
      <dc:date>2009-09-18T21:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS 3.2 - Can't map drive Windows 7 but ftp works</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-3-2-can-t-map-drive-windows-7-but-ftp-works/m-p/228457#M181587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a similar issue on Vista. I was able to fix it using a comment to this &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETWOTWO-501?focusedCommentId=32339&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_32339" rel="nofollow noopener noreferrer"&gt;bug report&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 07:37:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-3-2-can-t-map-drive-windows-7-but-ftp-works/m-p/228457#M181587</guid>
      <dc:creator>mekhos</dc:creator>
      <dc:date>2009-10-01T07:37:33Z</dc:date>
    </item>
  </channel>
</rss>

