<?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 Activiti 6 Oracle DB - superusers admin not working in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/activiti-6-oracle-db-superusers-admin-not-working/m-p/6700#M3268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have installed activiti 6 community edition. It was working fine with in memory h2 db. I changed to Oracle DB and restarted the server. I am able to login with default users like&amp;nbsp;kermit,gonzo,fozzie. But unable to login with admin/test superusers. Please let me know what could be the issue here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2019 02:48:21 GMT</pubDate>
    <dc:creator>vinothnivas</dc:creator>
    <dc:date>2019-07-15T02:48:21Z</dc:date>
    <item>
      <title>Activiti 6 Oracle DB - superusers admin not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-6-oracle-db-superusers-admin-not-working/m-p/6700#M3268</link>
      <description>Hi,I have installed activiti 6 community edition. It was working fine with in memory h2 db. I changed to Oracle DB and restarted the server. I am able to login with default users like&amp;nbsp;kermit,gonzo,fozzie. But unable to login with admin/test superusers. Please let me know what could be the issue here</description>
      <pubDate>Mon, 15 Jul 2019 02:48:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-6-oracle-db-superusers-admin-not-working/m-p/6700#M3268</guid>
      <dc:creator>vinothnivas</dc:creator>
      <dc:date>2019-07-15T02:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 6 Oracle DB - superusers admin not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-6-oracle-db-superusers-admin-not-working/m-p/6701#M3269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work.&amp;nbsp;Default administrator user and password for both apps are: admin|admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cross check if you have following configs right:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Oracle10g DB Config, ojdbc driver for oracle is required as it doesn't ship ootb with activiti-app&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;datasource.driver=oracle.jdbc.driver.OracleDriver&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;datasource.url=jdbc&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;racle:thin:@localhost:1521:activiti6ui&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;#Created user and password after installation&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;datasource.username=activiti&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;datasource.password=activiti&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;hibernate.dialect=org.hibernate.dialect.Oracle10gDialect&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;hibernate.show_sql=true&lt;BR /&gt;#hibernate.generate_statistics=false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using activiti-admin, then check the configs for this app as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Oracle10g DB Config, ojdbc driver for oracle is required as it doesn't ship ootb with activiti-admin&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;datasource.driver=oracle.jdbc.driver.OracleDriver&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;datasource.url=jdbc&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;racle:thin:@localhost:1521:activitiadmin&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;#Created user and password after installation&lt;BR /&gt;&lt;STRONG&gt;datasource.username=activiti&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;datasource.password=activiti&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;hibernate.dialect=org.hibernate.dialect.Oracle10gDialect&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restart the application server and tail the log to see if everything looks correct.&amp;nbsp; Once server starts up successfully, you can&amp;nbsp;connect to DB and check the &lt;EM&gt;&lt;STRONG&gt;'acti_id_user' table in 'activiti6ui' database&lt;/STRONG&gt;&lt;/EM&gt; to see the values are populated properly. You can see user and password in the table. You can change/update if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE width="709"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="134"&gt;id_&lt;/TD&gt;&lt;TD width="64"&gt;rev_&lt;/TD&gt;&lt;TD width="64"&gt;first_&lt;/TD&gt;&lt;TD width="87"&gt;last_&lt;/TD&gt;&lt;TD width="232"&gt;email_&lt;/TD&gt;&lt;TD width="64"&gt;pwd_&lt;/TD&gt;&lt;TD width="64"&gt;picture_id_&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;admin&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;TD&gt;Administrator&lt;/TD&gt;&lt;TD&gt;&lt;A href="mailto:admin@activiti.alfresco.com" rel="nofollow noopener noreferrer"&gt;admin@activiti.alfresco.com&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;admin&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same way you can check the &lt;EM&gt;&lt;STRONG&gt;'user_info' table for 'activitiadmin' database&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 240pt;" width="320"&gt;&lt;TBODY&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="height: 14.4pt; width: 48pt;" width="64"&gt;login&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;password&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;first_name&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;last_name&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;email&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 14.4pt;"&gt;&lt;TD height="19" style="height: 14.4pt;"&gt;admin&lt;/TD&gt;&lt;TD&gt;b8f57d6d6ec0a60dfe2e20182d4615b12e321cad9e2979e0b9f81e0d6eda78ad9b6dcfe53e4e22d1&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;TD&gt;Administrator&lt;/TD&gt;&lt;TD&gt;NULL&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2019 12:36:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-6-oracle-db-superusers-admin-not-working/m-p/6701#M3269</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2019-07-15T12:36:22Z</dc:date>
    </item>
  </channel>
</rss>

