<?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: Primary path missing namespace in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223722#M176852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;why do not you use import tool that I have given, it is really the best used it and works great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Sep 2010 19:36:49 GMT</pubDate>
    <dc:creator>savic_prvoslav</dc:creator>
    <dc:date>2010-09-21T19:36:49Z</dc:date>
    <item>
      <title>Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223715#M176845</link>
      <description>Hey All,I am using a bulk ingestion tool to import spaces and content into Alfresco.&amp;nbsp; Each space is a custom type and the content are a custom type.&amp;nbsp; Everything gets created correctly, apart from when I use the node browser I see my custom objects are missing their namespace qualifier:&amp;nbsp; eg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /{htt</description>
      <pubDate>Mon, 20 Sep 2010 17:54:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223715#M176845</guid>
      <dc:creator>colindstephenso</dc:creator>
      <dc:date>2010-09-20T17:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223716#M176846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you are using import from hard dics if I understand good.&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; (&lt;A href="http://code.google.com/p/alfresco-bulk-filesystem-import/" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/alfresco-bulk-filesystem-import/&lt;/A&gt;)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;so try to import as normal spaces and content, and then change types of spaces and content to your custom typer rather to do it on import. like I am saying if I underststand you good.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 21:40:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223716#M176846</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-09-20T21:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223717#M176847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its actually a homebrew ingestion engine through a 3rd party.&amp;nbsp; I got my hands on the src code and it turns out they did not put a QName in the parent reference so the namespace was {} rather than {&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0&lt;/A&gt;&lt;SPAN&gt;}.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know if this is a property that I can "fix" via a custom webscript (or some other code)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Colin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 14:54:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223717#M176847</guid>
      <dc:creator>colindstephenso</dc:creator>
      <dc:date>2010-09-21T14:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223718#M176848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;easiest would be script and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;boolean specializeType(string type) &lt;BR /&gt;Specialise the type of a node. Return true on success, false otherwise. The type name supplied must be a sub-type of the current type as defined in the Data Dictionary.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;for instance document.specializeType("cm:content");&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 16:16:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223718#M176848</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-09-21T16:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223719#M176849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried your suggestion of specializing the type.&amp;nbsp; I don't think it will work as the folder type is a custom folder which would mean trying to specialze to a supertype. Extracting the childAssociationRef from the object via webscripts shows me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[The incorrect one]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0}contains|{}2012|true|-1" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contains|{}2012|true|-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[The correct one]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0}contains|{http://www.alfresco.org/model/content/1.0}2011|true|-1" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contains|{http://www.alfresco.org/model/content/1.0}2011|true|-1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm hoping its possible to fix the childQName….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Colin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 16:47:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223719#M176849</guid>
      <dc:creator>colindstephenso</dc:creator>
      <dc:date>2010-09-21T16:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223720#M176850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"cm:folder"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 18:41:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223720#M176850</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-09-21T18:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223721#M176851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No dice with cm:folder.&amp;nbsp; The full childAssociationRef is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;parentNodeRef =&amp;nbsp; workspace://SpacesStore/873ad95b-7530-4c58-8580-c3984b71b505&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;childNodeRef =&amp;nbsp;&amp;nbsp; workspace://SpacesStore/4f55c71a-ef72-4d46-9561-f07ba06ae171&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;assocTypeQName = {&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0}contains" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}contains&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;assocQName =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {}2011&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;isPrimary =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nthSiblin =&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I need to fix the assocQName, i need to see if I can get a handle to this and see if there is an API which allows me to update the assocQName &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do appreciate your input on this issue so far &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;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Colin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 19:19:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223721#M176851</guid>
      <dc:creator>colindstephenso</dc:creator>
      <dc:date>2010-09-21T19:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223722#M176852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;why do not you use import tool that I have given, it is really the best used it and works great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 19:36:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223722#M176852</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-09-21T19:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223723#M176853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i will certainly investigate the import tool you directed me to for future imports.&amp;nbsp; In the meantime I need to determine if I can fix the objects in the repository without have to re-ingest them,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Colin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 19:52:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223723#M176853</guid>
      <dc:creator>colindstephenso</dc:creator>
      <dc:date>2010-09-21T19:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223724#M176854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not have solution for you sorry .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;just this note:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; instalation of import tool: 10 min&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; import : depends of how many data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; change types: 30 min to write and test javascript code and 5 min to set rule.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; so&amp;nbsp; you would already have finished with this .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 21:35:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223724#M176854</guid>
      <dc:creator>savic_prvoslav</dc:creator>
      <dc:date>2010-09-21T21:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223725#M176855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would appear if I identify the nodes, I can modify the 'qname_ns_id' reference in alf_child_assoc from the 'empty' id to the correct id, then this should resolve the issue.&amp;nbsp; I just need to validate that data integrity it maintained.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate the information on the import tool and I will look at this for future projects.&amp;nbsp; Its just not feasible to re-ingest all the data as it would not be completed by now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 01:55:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223725#M176855</guid>
      <dc:creator>colindstephenso</dc:creator>
      <dc:date>2010-09-22T01:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Primary path missing namespace</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223726#M176856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;also note, reindex afterwards to make sure this pushes out &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 19:59:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/primary-path-missing-namespace/m-p/223726#M176856</guid>
      <dc:creator>colindstephenso</dc:creator>
      <dc:date>2010-09-29T19:59:36Z</dc:date>
    </item>
  </channel>
</rss>

