<?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: Little issue after upgrade in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/little-issue-after-upgrade/m-p/285758#M238888</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;BR /&gt;&lt;SPAN&gt;have you talked with Alfresco Support about this? Have you followed the upgrade procedures?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At the moment, my best bet for you to delete the person is by writing a simple Java patch that calls PersonService.deletePerson(NodeRef) directly. All of the Alfresco UIs call PersonService.deletePerson(String) which causes your problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Jun 2013 16:08:11 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2013-06-02T16:08:11Z</dc:date>
    <item>
      <title>Little issue after upgrade</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/little-issue-after-upgrade/m-p/285757#M238887</link>
      <description>Hi guys,i've upgrade an Alfresco 3.3.0 to 4.1. Finally I can use the "show all" under user management because before i received an exception (may be some break nodes). So.. listing these users (we don't use LDAP or AD) i've found a "null" user.There is no username assigned and cannot be deleted &lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; b</description>
      <pubDate>Sat, 01 Jun 2013 09:36:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/little-issue-after-upgrade/m-p/285757#M238887</guid>
      <dc:creator>lynx_deb</dc:creator>
      <dc:date>2013-06-01T09:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Little issue after upgrade</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/little-issue-after-upgrade/m-p/285758#M238888</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;BR /&gt;&lt;SPAN&gt;have you talked with Alfresco Support about this? Have you followed the upgrade procedures?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At the moment, my best bet for you to delete the person is by writing a simple Java patch that calls PersonService.deletePerson(NodeRef) directly. All of the Alfresco UIs call PersonService.deletePerson(String) which causes your problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jun 2013 16:08:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/little-issue-after-upgrade/m-p/285758#M238888</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2013-06-02T16:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Little issue after upgrade</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/little-issue-after-upgrade/m-p/285759#M238889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i'm trying to call support but without success.. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How i can find the nodeRef about "null" user? Also.. is it possible to use a Webscript instead of Java code? I'm not a developer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jun 2013 18:54:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/little-issue-after-upgrade/m-p/285759#M238889</guid>
      <dc:creator>lynx_deb</dc:creator>
      <dc:date>2013-06-02T18:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Little issue after upgrade</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/little-issue-after-upgrade/m-p/285760#M238890</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;BR /&gt;&lt;SPAN&gt;unfortunately, you can't use a JavaScript webscript since the necesary API to delete a person by NodeRef is not available in the JavaScript API. Your administrator should be able to find the NodeRef of the user via the NodeBrowser tool by issueing a search query along the line of &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;+TYPE:"cm:person" +ISNULL:"cm:userName"&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;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 09:02:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/little-issue-after-upgrade/m-p/285760#M238890</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2013-06-03T09:02:20Z</dc:date>
    </item>
  </channel>
</rss>

