<?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 andWebDav integration with RM in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cifs-andwebdav-integration-with-rm/m-p/308710#M261840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We would like to have the option of using webdav or CIFS to upload non-alfresco content to Alfresco RM.&amp;nbsp; In the past, we were able to copy via windows explorer to a mapped folder in a file plan, and the content would show up as an unfiled record.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I copy via cifs and webdav to our Alfresco 5.0.0 and RM 2.3 site, I get an error saying that the 'Destination Folder Access is denied'.&amp;nbsp; If I cancel the copy and refresh the folder, I see 2 copies of the file in the folder, and 6 copies of a 0 byte version of the content in the folder.&amp;nbsp; I can delete all the files from share, or the webdav and cifs mapped folders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The strange thing is that if I copy and paste content from a CIFS mounted non-RM site to the RM site, it works as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have Alfresco Enterprise 5.0.0 and RM 2.3 running on a RHEL 6.5 server with the local Postgres DB.&amp;nbsp; I am mapping to the Alfresco sites as an user with admin privs that is authenticating against active directory LDAP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 18:05:01 GMT</pubDate>
    <dc:creator>dbiggins</dc:creator>
    <dc:date>2015-04-17T18:05:01Z</dc:date>
    <item>
      <title>CIFS andWebDav integration with RM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-andwebdav-integration-with-rm/m-p/308710#M261840</link>
      <description>We would like to have the option of using webdav or CIFS to upload non-alfresco content to Alfresco RM.&amp;nbsp; In the past, we were able to copy via windows explorer to a mapped folder in a file plan, and the content would show up as an unfiled record.When I copy via cifs and webdav to our Alfresco 5.0.0</description>
      <pubDate>Fri, 17 Apr 2015 18:05:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-andwebdav-integration-with-rm/m-p/308710#M261840</guid>
      <dc:creator>dbiggins</dc:creator>
      <dc:date>2015-04-17T18:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS andWebDav integration with RM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-andwebdav-integration-with-rm/m-p/308711#M261841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have uploaded the alfresco.log snippets for when I successfully upload a file through a windows explorer mapping to a folder in a normal site, and wheni try to upload the same file to a RM fileplan folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a summary of the webdav calls when I set the alfresco.webdav.protocol to DEBUG:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Success:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PUT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOCK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HEAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PUT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROPPATCH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROPPATCH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UNLOCK&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are the calls for the same file with the same mapping against the RM folder:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PROPFIND&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROPFIND&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROPFIND&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PUT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOCK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HEAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PUT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROPPATCH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HEAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PUT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROPFIND (within the previous PUT)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROPPATCH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UNLOCK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DELETE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DELETE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PROPFIND&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have upgraded to 5.0.1, and am experiencing the same thing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 14:26:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-andwebdav-integration-with-rm/m-p/308711#M261841</guid>
      <dc:creator>dbiggins</dc:creator>
      <dc:date>2015-04-21T14:26:00Z</dc:date>
    </item>
  </channel>
</rss>

