<?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 Problem trying to configure CFIS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-trying-to-configure-cfis/m-p/302371#M255501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got a fresh installation of Alfresco 4.2 on Ubuntu 12.04. I had "successfully" configured CIFS and modified iptables to include (NAT) ports(1445 TCP – 445 TCP and 1137-1139 TCP/UDP to 137-139 TCP/UDP) for SMB and NetBios. Also the machine is an EC2 instance at amazon so i've created the Security group to include inbound traffic 445,137-139 TCP and 137-139 UDP.&amp;nbsp; When connecting from an windows machine using network drive, I successfully connect (seems port 445 is working) but the just two folders appeared (one is site-name and the other swsdp). When i move to the site folder there is no content (\server\alfresco\site-name), so is missing the documentLibrary and all subfolders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I've double checked that the User used to connect had permissions to see the content (even connect as Administrator and still the problem). Also i have set debug for CIFS under Alfresco's log4j with non-error or anything under the application log.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What else i can do for troubleshoot this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2013 14:12:19 GMT</pubDate>
    <dc:creator>carlosgmercado</dc:creator>
    <dc:date>2013-04-22T14:12:19Z</dc:date>
    <item>
      <title>Problem trying to configure CFIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-trying-to-configure-cfis/m-p/302371#M255501</link>
      <description>I got a fresh installation of Alfresco 4.2 on Ubuntu 12.04. I had "successfully" configured CIFS and modified iptables to include (NAT) ports(1445 TCP – 445 TCP and 1137-1139 TCP/UDP to 137-139 TCP/UDP) for SMB and NetBios. Also the machine is an EC2 instance at amazon so i've created the Security g</description>
      <pubDate>Mon, 22 Apr 2013 14:12:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-trying-to-configure-cfis/m-p/302371#M255501</guid>
      <dc:creator>carlosgmercado</dc:creator>
      <dc:date>2013-04-22T14:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem trying to configure CFIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-trying-to-configure-cfis/m-p/302372#M255502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I followed steps advised on &amp;lt;a url=&lt;/SPAN&gt;&lt;A href="http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/" rel="nofollow noopener noreferrer"&gt;http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/&lt;/A&gt;&lt;SPAN&gt;&amp;gt; &lt;/SPAN&gt;&lt;A href="http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/" rel="nofollow noopener noreferrer"&gt;http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/&lt;/A&gt;&lt;SPAN&gt; &amp;lt;/a&amp;gt; and try to isolate the problem within the linux box. When i used sbmclient to connect i got the following error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bitnami@ip-10-46-57-42:/opt/bitnami/apache-tomcat/shared/classes$ smbclient -U user \\\\localhost\\drive -p 1139&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Enter user's password:xxxxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;read_fd_with_timeout failed, read error = NT_STATUS_IO_TIMEOUT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Receiving SMB: Server 127.0.0.1 stopped responding&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;session request to LOCALHOST failed (Call timed out: server did not respond after 20000 milliseconds)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Domain=[WORKGROUP] OS=[Java] Server=[Alfresco CIFS Server 6.0.0]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tree connect failed: NT_STATUS_BAD_NETWORK_NAME&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So is my undestanding that the aunthentication service failed. I got the following debug entries at&amp;nbsp; /opt/bitnami/apache-tomcat/webapps/alfresco/WEB-INF/classes/log4j.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# CIFS server debugging&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.smb.protocol=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.smb.protocol.auth=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But there not output associated to this Auth error on the log file. Is this the correct log4j file to enable this debug?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What else i can do for troubleshoot this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 18:20:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-trying-to-configure-cfis/m-p/302372#M255502</guid>
      <dc:creator>carlosgmercado</dc:creator>
      <dc:date>2013-04-22T18:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem trying to configure CFIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-trying-to-configure-cfis/m-p/302373#M255503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;anyone??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 21:35:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-trying-to-configure-cfis/m-p/302373#M255503</guid>
      <dc:creator>carlosgmercado</dc:creator>
      <dc:date>2013-04-22T21:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem trying to configure CFIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-trying-to-configure-cfis/m-p/302374#M255504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Should it be &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; smbclient -U user \\\\localhost\\Alfresco -p 139 &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;than&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; smbclient -U user \\\\localhost\\drive -p 1139&amp;nbsp; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 06:18:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-trying-to-configure-cfis/m-p/302374#M255504</guid>
      <dc:creator>bisana</dc:creator>
      <dc:date>2013-04-25T06:18:28Z</dc:date>
    </item>
  </channel>
</rss>

