<?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: Problems with big acp export / import in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236342#M189472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In order to have a non-corrupt ACP file over 4Gb, you just need to replace the commons-compress-1.1.jar in webapps/alfresco/lib with a newer version ( commons-compress-1.5.jar ). The newer version does support large files while maintainging the same interface.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 08:31:23 GMT</pubDate>
    <dc:creator>stefan2</dc:creator>
    <dc:date>2014-01-17T08:31:23Z</dc:date>
    <item>
      <title>Problems with big acp export / import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236336#M189466</link>
      <description>HiI was trying to export a relatively big space (70GB) on a server and I need to decompress (the ACP is only a zip file after all…) it to modify the XML to remove the thumbnails references (exporting from 3.2r to 3.3 crashes if I don't do it). The final ACP is about 35GB. I was able to do it for sma</description>
      <pubDate>Wed, 04 Aug 2010 17:58:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236336#M189466</guid>
      <dc:creator>boutch55555</dc:creator>
      <dc:date>2010-08-04T17:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with big acp export / import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236337#M189467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't use ACP to export and import between versions.&amp;nbsp;&amp;nbsp;&amp;nbsp; The way to upgrade an alfresco repo is well documented so there is no need to repeat it here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Zip files used to be restricted to a maximum size of 4GB.&amp;nbsp; While there are some implementations of the Zip algorithm that can handle larger files I'm not sure that all of Alfresco's zip file handlers are capable of large files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to continue with the zip file approach then yes you can script the production of the the acp files however I suggest that instead you modify the Exporter component to not export thumbnails in the first place.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 21:15:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236337#M189467</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-08-04T21:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with big acp export / import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236338#M189468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also planning to use the same approach of import /export ACP. I tried with the upgrade approach which is defined in wiki&amp;nbsp; but&amp;nbsp; that is not working for me since I face lot of exceptions especially with&amp;nbsp; the patch 'VersionMigrator'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am on current version 2.1.1 and&amp;nbsp; want to&amp;nbsp; migrate to alfresco 3.3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please specify reason behind strongly declining for the import /export&amp;nbsp; ACP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Amita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 05:14:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236338#M189468</guid>
      <dc:creator>amitabhandari1</dc:creator>
      <dc:date>2010-09-07T05:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with big acp export / import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236339#M189469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;AFAIK, Java does not support "large" ZIP Files (&amp;gt;4GB or so) until version 7 - so you might try running the import using a current build of JDK 7.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if this is stable enough to run Alfresco, but i used this successfully for a clienr-side import tool &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gyro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 07:37:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236339#M189469</guid>
      <dc:creator>gyro_gearless</dc:creator>
      <dc:date>2010-09-07T07:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with big acp export / import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236340#M189470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am also planning to use the same approach of import /export ACP. I tried with the upgrade approach which is defined in wiki&amp;nbsp; but&amp;nbsp; that is not working for me since I face lot of exceptions especially with&amp;nbsp; the patch 'VersionMigrator'.&lt;BR /&gt;I am on current version 2.1.1 and&amp;nbsp; want to&amp;nbsp; migrate to alfresco 3.3.1.&lt;BR /&gt;Can you please specify reason behind strongly declining for the import /export&amp;nbsp; ACP.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Amita&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;The you need to do a complete repository export to get versions as well, complete repository export is only available prior to version 3. Now you have several acp that you need to import. Not only is the data-model updated (2.2.1-&amp;gt;3.3.1) so that you manually would have to edit each entry to fit a new model, but the version store is migrated. So document versions would need to go into the new version2store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The versions you mention indicates you are using Alfresco Enterprise, contact support and ask them to help you out with the failing patch. It should be a lot less work than the acp approach, and more likely to succeed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 13:39:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236340#M189470</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2010-09-07T13:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with big acp export / import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236341#M189471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem was not with the ACP, but something with the database. It worked (the export part only) with a full index recovery. However, the ACP (zip) were always corrupted, no matter what size I tried over 4gb, there was always corruption. I was finally able to migrate the "regular way" after finding out that the update script only crashed because of the missing "Sites" folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you wish to migrate with ACP, here is my script to remove the "thumbnails" property, since it messes up with the import. Note : you need php5-cli installed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It was only tested from 3.2r –&amp;gt; 3.3g, but should be adaptable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.sys-tech.net/fileadmin/user_upload/laboratoire/prune-script-3233.zip" rel="nofollow noopener noreferrer"&gt;http://www.sys-tech.net/fileadmin/user_upload/laboratoire/prune-script-3233.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mini howto :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;chmod u+x prune3233.sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;unzip package.acp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./prune3233.sh package.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;zip -r -0 package_fresh.acp package/ package.xml&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 17:05:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236341#M189471</guid>
      <dc:creator>boutch55555</dc:creator>
      <dc:date>2010-09-07T17:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with big acp export / import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236342#M189472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In order to have a non-corrupt ACP file over 4Gb, you just need to replace the commons-compress-1.1.jar in webapps/alfresco/lib with a newer version ( commons-compress-1.5.jar ). The newer version does support large files while maintainging the same interface.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 08:31:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236342#M189472</guid>
      <dc:creator>stefan2</dc:creator>
      <dc:date>2014-01-17T08:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with big acp export / import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236343#M189473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have replaced the commons-compress-1.5.jar with commons-compress-1.8.jar . But still get same problem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 12:20:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236343#M189473</guid>
      <dc:creator>dmsalf2014</dc:creator>
      <dc:date>2014-07-17T12:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with big acp export / import</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236344#M189474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;why it comes during the migration &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2014-12-21 15:24:00,455&amp;nbsp; ERROR [node.integrity.IntegrityChecker] [http-apr-8080-exec-3] Found 2 integrity violations:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid property value:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Node: workspace://SpacesStore/8004664a-dd99-4290-b2fa-6e13f524b64c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Type: {&lt;/SPAN&gt;&lt;A href="http://www.cchindia.co.in/model/cch/stax/caseLaws/1.0}caseLawsDoc" rel="nofollow noopener noreferrer"&gt;http://www.cchindia.co.in/model/cch/stax/caseLaws/1.0}caseLawsDoc&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Property: {&lt;/SPAN&gt;&lt;A href="http://www.cchindia.co.in/model/cch/stax/caseLaws/1.0}serviceCategory" rel="nofollow noopener noreferrer"&gt;http://www.cchindia.co.in/model/cch/stax/caseLaws/1.0}serviceCategory&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Constraint: 11212418 The value is not an allowed value: Programme Production Services&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid property value:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Node: workspace://SpacesStore/2f5986c1-eabb-4d9e-a51b-02efb8d29fad&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Type: {&lt;/SPAN&gt;&lt;A href="http://www.cchindia.co.in/model/cch/stax/caseLaws/1.0}caseLawsDoc" rel="nofollow noopener noreferrer"&gt;http://www.cchindia.co.in/model/cch/stax/caseLaws/1.0}caseLawsDoc&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Property: {&lt;/SPAN&gt;&lt;A href="http://www.cchindia.co.in/model/cch/stax/caseLaws/1.0}serviceCategory" rel="nofollow noopener noreferrer"&gt;http://www.cchindia.co.in/model/cch/stax/caseLaws/1.0}serviceCategory&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Constraint: 11212419 The value is not an allowed value: Internet Telecommunication Services&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; LocalName ::: casesDoc Prefix String ifrmCases:casesDoc Name Space Uri&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;/SPAN&gt;&lt;A href="http://www.cchindia.co.in/model/cch/ifrm/casesmodel/1.0" rel="nofollow noopener noreferrer"&gt;www.cchindia.co.in/model/cch/ifrm/casesmodel/1.0&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Dec 2014 10:43:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-big-acp-export-import/m-p/236344#M189474</guid>
      <dc:creator>mohdazam</dc:creator>
      <dc:date>2014-12-21T10:43:14Z</dc:date>
    </item>
  </channel>
</rss>

