<?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: Cannot export ACP from Alfresco Cloud in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293626#M246756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could write an export using OpenCMIS, cmislib, or any other CMIS library. You'll still be subject to rate limits and large documents may present a problem but it might be worth a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some examples of using Java via CMIS against Alfresco in the cloud here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://code.google.com/p/alfresco-api-java-examples/" rel="nofollow noopener noreferrer"&gt;https://code.google.com/p/alfresco-api-java-examples/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a set of Python examples here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://code.google.com/p/alfresco-api-python-examples/" rel="nofollow noopener noreferrer"&gt;https://code.google.com/p/alfresco-api-python-examples/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2014 22:51:59 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2014-06-04T22:51:59Z</dc:date>
    <item>
      <title>Cannot export ACP from Alfresco Cloud</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293623#M246753</link>
      <description>Hello,I want to move to an on-premise version of Alfresco, but I can't since I cannot export my files from Alfresco Cloud.I have tried the client scripts at https://github.com/wabson/share-import-export, but after some work from wabson, I have some gateway time-out. Can someone at Alfresco take a lo</description>
      <pubDate>Thu, 01 May 2014 07:33:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293623#M246753</guid>
      <dc:creator>chapeaurouge</dc:creator>
      <dc:date>2014-05-01T07:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export ACP from Alfresco Cloud</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293624#M246754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this failing on the export from the cloud or on the import into Share? Do you have any error messages you can share?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it always fail on the same file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not familiar with Will's code but if it is failing on the cloud side, I wonder if you are getting rate limited.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 20:27:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293624#M246754</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-05-07T20:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export ACP from Alfresco Cloud</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293625#M246755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the late response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is failing to export from the cloud, all the time. As specified at &lt;/SPAN&gt;&lt;A href="https://github.com/wabson/share-import-export/issues/1" rel="nofollow noopener noreferrer"&gt;https://github.com/wabson/share-import-export/issues/1&lt;/A&gt;&lt;SPAN&gt;, there is a gateway timeout on the client side, apparently because of too many too big documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fred&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 13:53:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293625#M246755</guid>
      <dc:creator>chapeaurouge</dc:creator>
      <dc:date>2014-06-03T13:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export ACP from Alfresco Cloud</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293626#M246756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could write an export using OpenCMIS, cmislib, or any other CMIS library. You'll still be subject to rate limits and large documents may present a problem but it might be worth a try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some examples of using Java via CMIS against Alfresco in the cloud here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://code.google.com/p/alfresco-api-java-examples/" rel="nofollow noopener noreferrer"&gt;https://code.google.com/p/alfresco-api-java-examples/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a set of Python examples here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://code.google.com/p/alfresco-api-python-examples/" rel="nofollow noopener noreferrer"&gt;https://code.google.com/p/alfresco-api-python-examples/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 22:51:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293626#M246756</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-06-04T22:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export ACP from Alfresco Cloud</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293627#M246757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the suggestions. However, I would have expected the product to give me the "non-developer" option to export my documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Given that Will's is probably using these set of APIs (client python), I don't think I'll be able to do any better unfortunately… I'll hit the same issue most likely on my big documents. There I am left without an answer, since I cannot do anything server-side. Am I right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 10:37:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293627#M246757</guid>
      <dc:creator>chapeaurouge</dc:creator>
      <dc:date>2014-06-07T10:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot export ACP from Alfresco Cloud</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293628#M246758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I agree with you that there needs to be a "data liberation" feature in Alfresco in the cloud. This is pretty standard practice for cloud players, especially ones that pride themselves on being open.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I know, Will's code uses web scripts, not CMIS, to export content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was thinking maybe you could use WebDAV to sync the data locally. But WebDAV is for paid Alfresco in the cloud accounts only. Another idea would be to try &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://cmissync.com/" rel="nofollow noopener noreferrer"&gt;http://cmissync.com/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;CMIS Sync&amp;lt;/a&amp;gt; to synchronize the files locally. I've never tried CMIS Sync with the cloud so I don't know how well it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have the files locally you may still want the metadata. You can use CMIS for that with no problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 19:15:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-export-acp-from-alfresco-cloud/m-p/293628#M246758</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-06-13T19:15:00Z</dc:date>
    </item>
  </channel>
</rss>

