<?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 org.alfresco.service.cmr.view.ImporterException occurs when importing ... in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/org-alfresco-service-cmr-view-importerexception-occurs-when/m-p/286704#M239834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you that did not pass my message! I am new to alfresco and not a bad guy &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My goal: to move the website and its contents (datalists, documentLibrary) on another identical server alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a web-script that allows you to do this export: / alfresco / service / api / sites / {shortname} / export&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also saw that there is a possibility to import alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I decided that I would succeed, but I ran into trouble … Maybe someone faced with this problem and help direct me to the right directions. Google has taken a very large amount of time my employer &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; solutions but I could not find it. Export problems I have not felt … After some time I got the file in acp. Looked at the structure and going to import to another server Alfresco …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you import content to another identical server alfresco returns an error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 25819; column 152 due to error: Cannot find node referenced by path cm:documentLibrary/cm:uploads/cm:_x0032_014/cm:_x0030_6/cm:_x0031_7/cm:_x0031_1-30-48–user/cm:_x0036_6.pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wondered why the path to the file in line 25819 so many obstacles type _x0032 (it should be as a decimal figure 2)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Archived acp folder where I saw a lot of useful documents renamed, why is he doing? Once again I want to thank you for reading this message. Where to look for solutions to this problem on the Internet?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 07:39:10 GMT</pubDate>
    <dc:creator>mex</dc:creator>
    <dc:date>2014-07-16T07:39:10Z</dc:date>
    <item>
      <title>org.alfresco.service.cmr.view.ImporterException occurs when importing ...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/org-alfresco-service-cmr-view-importerexception-occurs-when/m-p/286704#M239834</link>
      <description>Hello!Thank you that did not pass my message! I am new to alfresco and not a bad guy &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;My goal: to move the website and its contents (datalists, documentLibrary) on another identical server alfresco.There is a web-script that allows you to do this export: / alfresco / service / api / sites / {shortn</description>
      <pubDate>Wed, 16 Jul 2014 07:39:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/org-alfresco-service-cmr-view-importerexception-occurs-when/m-p/286704#M239834</guid>
      <dc:creator>mex</dc:creator>
      <dc:date>2014-07-16T07:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: org.alfresco.service.cmr.view.ImporterException occurs when importing ...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/org-alfresco-service-cmr-view-importerexception-occurs-when/m-p/286705#M239835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An ACP fileis a single file&amp;nbsp; that bundles together the meta-data and content files for the information to be transported.it contains an xml file that describle repository nodes metadata and their association(reference).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;During importting the acp file when metting reference element(a node Na is referencing another node Nb),import engine will first search the referenced node Nb using xpath language.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XPath language need Invalid characters to be encoded in the form "_xhhhh_" where the four digits represent the hex encoding of the character. For example, the space character, "a b", would get encoded to "a_x0020_b".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So your path &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;cm:documentLibrary/cm:uploads/cm:_x0032_014/cm:_x0030_6/cm:_x0031_7/cm:_x0031_1-30-48–user/cm:_x0036_6.pdf&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; is the encoded one. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems this node dose not exist ,you can check if it exists using node browser. If it dose not exist ,you can try to create it using web client and reimport your acp.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 02:53:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/org-alfresco-service-cmr-view-importerexception-occurs-when/m-p/286705#M239835</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-07-25T02:53:51Z</dc:date>
    </item>
  </channel>
</rss>

