<?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 table which contain user information in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/table-which-contain-user-information/m-p/307684#M260814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using 4.2.C CE which I have upgraded from 3.2.d.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now when a user logins to the DM, in catalina.out I get messages like &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;2013-05-12 09:39:13,605&amp;nbsp; ERROR [extensions.webscripts.AbstractRuntime] [http-apr-8080-exec-3] Exception from executeScript - redirecting to status template error: 04120008 Wrapped Exception (with status template): 04120235 User does not exist and could not be created: System&lt;BR /&gt; org.springframework.extensions.webscripts.WebScriptException: 04120008 Wrapped Exception (with status template): 04120235 User does not exist and could not be created: System&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to investigate why such error comes. I wanted to check the table which has information of the users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked the table "ACT_ID_USER"; which returned empty values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Guidance requested on where (which table) has the user information&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph John&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 May 2013 06:58:31 GMT</pubDate>
    <dc:creator>bisana</dc:creator>
    <dc:date>2013-05-12T06:58:31Z</dc:date>
    <item>
      <title>table which contain user information</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-which-contain-user-information/m-p/307684#M260814</link>
      <description>Hi All I am using 4.2.C CE which I have upgraded from 3.2.d.Now when a user logins to the DM, in catalina.out I get messages like 2013-05-12 09:39:13,605&amp;nbsp; ERROR [extensions.webscripts.AbstractRuntime] [http-apr-8080-exec-3] Exception from executeScript - redirecting to status template error: 0412000</description>
      <pubDate>Sun, 12 May 2013 06:58:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-which-contain-user-information/m-p/307684#M260814</guid>
      <dc:creator>bisana</dc:creator>
      <dc:date>2013-05-12T06:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: table which contain user information</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-which-contain-user-information/m-p/307685#M260815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no "user" table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 10:33:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-which-contain-user-information/m-p/307685#M260815</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-05-13T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: table which contain user information</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-which-contain-user-information/m-p/307686#M260816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mrogers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply, in this case where would the system store user name, first name , Second name, email id, etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide me &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 11:31:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-which-contain-user-information/m-p/307686#M260816</guid>
      <dc:creator>bisana</dc:creator>
      <dc:date>2013-05-13T11:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: table which contain user information</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-which-contain-user-information/m-p/307687#M260817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should think of alfresco more as of a noSQL approach. There is already a RESTful API which you can use to get information out. Or ie. you can get &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;people&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; root-scope object in Alfresco javascript API and learn about it (it is on the wiki) so you can get users information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But on the other hand, this error doesn't look like it is related to Alfresco users. It sounds like alfresco is trying to run some system components under weird credentials or something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you upgraded, did you also change operating systems or servers? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 May 2013 14:41:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-which-contain-user-information/m-p/307687#M260817</guid>
      <dc:creator>zladuric</dc:creator>
      <dc:date>2013-05-19T14:41:33Z</dc:date>
    </item>
  </channel>
</rss>

