<?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 Re: CIFS issues with folder in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-with-folder/m-p/277861#M230991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, in my Alfresco Jira Post it seems that is confirmed to be a bug fixed in 4.2.d .&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-18011" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-18011&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 09:58:26 GMT</pubDate>
    <dc:creator>coyoteugly</dc:creator>
    <dc:date>2013-03-05T09:58:26Z</dc:date>
    <item>
      <title>CIFS issues with folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-with-folder/m-p/277858#M230988</link>
      <description>Hi to all. Using Alfresco 4.2.c installed on an Ubuntu 12.04 server I configured the CIFS protocol using the following settings on the /alfresco/tomcat/shared/classes/alfresco-global.properties file:### CIFS ###cifs.enabled=truecifs.serverName=${localname}Acifs.hostannounce=truecifs.tcpipSMB.port=14</description>
      <pubDate>Wed, 13 Feb 2013 09:10:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-with-folder/m-p/277858#M230988</guid>
      <dc:creator>coyoteugly</dc:creator>
      <dc:date>2013-02-13T09:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS issues with folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-with-folder/m-p/277859#M230989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nothing about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I continued to study the problem, and I found that if I log-in in Alfresco as a Domain admin, I have no issue using CIFS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a problem of File System or permission?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 11:28:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-with-folder/m-p/277859#M230989</guid>
      <dc:creator>coyoteugly</dc:creator>
      <dc:date>2013-02-15T11:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS issues with folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-with-folder/m-p/277860#M230990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;***UPDATE***&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After varius tests, summarizing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco version 4.2.c installed on a Ubuntu 12.04 LTS. I configured my alfresco-global.properties file using the configuration line in my first post. After I used the following lines to configure IPTABLE:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;root@dms:~# iptables -t nat -A PREROUTING -p tcp -m tcp –dport 445 -j REDIRECT –to-ports 1445&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;root@dms:~# iptables -t nat -A PREROUTING -p tcp -m tcp –dport 139 -j REDIRECT –to-ports 1139&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;root@dms:~# iptables -t nat -A PREROUTING -p udp -m udp –dport 137 -j REDIRECT –to-ports 1137&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;root@dms:~# iptables -t nat -A PREROUTING -p udp -m udp –dport 138 -j REDIRECT –to-ports 1138&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems to work for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway I found some trouble: Using a Windows Vista x32 client and a Windows 7 x64 client I CAN'T RENAME FILE AND DIRECTORY, and I CAN'T MOVE FILE INTO FOLDER using for example drag-and-drop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*If I try to rename, windows return an error such as "The directory \\server\Alfresco\path\path1\path2… does non exist. Is possible that the file has been moved or deleted." . Related to this, if I create a new document is not possible to assign a custom name, but I can only use the windows standard name "Document1" or "New folder".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*If I try to move a file using drag and drop, the classic window "Moving 1 item (TOT KB) from \path1 to \path2" appears, but even for a really small file, this window never expires and the file is never moved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also tried using an ubuntu client and a windows 8 client, and I didn' found any trouble.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, any stuff about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it a bug? A server misconfiguration? A client misconfiguration?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 11:38:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-with-folder/m-p/277860#M230990</guid>
      <dc:creator>coyoteugly</dc:creator>
      <dc:date>2013-02-28T11:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS issues with folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-with-folder/m-p/277861#M230991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, in my Alfresco Jira Post it seems that is confirmed to be a bug fixed in 4.2.d .&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-18011" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-18011&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 09:58:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-with-folder/m-p/277861#M230991</guid>
      <dc:creator>coyoteugly</dc:creator>
      <dc:date>2013-03-05T09:58:26Z</dc:date>
    </item>
  </channel>
</rss>

