<?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: Change Name of the Node in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/change-name-of-the-node/m-p/311727#M264857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The node is renamed, but not reflected in the node browser. Which alfresco version you are using ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The indexing process could be still active.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to search the renamed content with the new name ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using alfresco share or alfresco explorer ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 09:53:54 GMT</pubDate>
    <dc:creator>sanket</dc:creator>
    <dc:date>2014-03-21T09:53:54Z</dc:date>
    <item>
      <title>Change Name of the Node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-name-of-the-node/m-p/311726#M264856</link>
      <description>Hi All,I need to change the content node name in my custom java service, as i did the below Map&amp;lt;QName,Serializable&amp;gt; propMap = nodeService.getProperties(myNodeRef);propMap.put(ContentModel.PROP_NAME,"node_new_name"); nodeService.setProperties(myNodeRef,propMap);After executed this when i go thr</description>
      <pubDate>Fri, 21 Mar 2014 05:59:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-name-of-the-node/m-p/311726#M264856</guid>
      <dc:creator>pmrreddy</dc:creator>
      <dc:date>2014-03-21T05:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change Name of the Node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-name-of-the-node/m-p/311727#M264857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The node is renamed, but not reflected in the node browser. Which alfresco version you are using ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The indexing process could be still active.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to search the renamed content with the new name ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using alfresco share or alfresco explorer ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:53:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-name-of-the-node/m-p/311727#M264857</guid>
      <dc:creator>sanket</dc:creator>
      <dc:date>2014-03-21T09:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change Name of the Node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-name-of-the-node/m-p/311728#M264858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sanket,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Alfresco 4.0.e with Explorer and the indexing process is active, and regarding search i am able to find the node with name but the problem i am getting search the childs of this node through path query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pmrreddy&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 10:44:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-name-of-the-node/m-p/311728#M264858</guid>
      <dc:creator>pmrreddy</dc:creator>
      <dc:date>2014-03-21T10:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change Name of the Node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-name-of-the-node/m-p/311729#M264859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please refer the release notes for your version&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Community_4.0.d_Release_Notes" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Community_4.0.d_Release_Notes&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Community_4.0.e_Release_Notes" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Community_4.0.e_Release_Notes&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check the "Known Issues" section in this link; and see if your problem is not lying within that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I guess you might be using solr for indexing. Please confirm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Secondly, are you getting any errors in the log ? If yes, please share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Also share the path query you are firing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Are you firing the query in node browser directly or through some java code ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 11:08:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-name-of-the-node/m-p/311729#M264859</guid>
      <dc:creator>sanket</dc:creator>
      <dc:date>2014-03-21T11:08:52Z</dc:date>
    </item>
  </channel>
</rss>

