<?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: Problems Updating from 5.12 to 5.14 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163006#M116833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having the same issue using Oracle. The first time after upgrading everything's fine, after restarting tomcat now I have the error "couldn't upgrade db schema: create table ACT_HI_IDENTITYLINK..". I did not manually upgrade anything, seems like the version did not get updated so it's still trying to do the upgrade (from 5.12.1 to 5.14).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Feb 2014 19:04:42 GMT</pubDate>
    <dc:creator>onlinesun</dc:creator>
    <dc:date>2014-02-24T19:04:42Z</dc:date>
    <item>
      <title>Problems Updating from 5.12 to 5.14</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163001#M116828</link>
      <description>I am having a problem when upgrading from 5.12 to 5.14.&amp;nbsp; I have a mySQL database, using Weblogic 12.1.1.&amp;nbsp; When I deploy the activiti-explorer.war for 5.14 it appears to be attempting to run table creation scripts, rather than updating the existing tables.&amp;nbsp; The schema update policy is set to true, an</description>
      <pubDate>Wed, 22 Jan 2014 01:26:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163001#M116828</guid>
      <dc:creator>lpkchri1</dc:creator>
      <dc:date>2014-01-22T01:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Updating from 5.12 to 5.14</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163002#M116829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The act_hi_identitylink table is created in the upgrade from Activiti 5.12 to 5.13. Are you sure no upgrade has been performed before (maybe manually). In an Activiti 5.12 database there should be no act_hi_identitylink table present.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:15:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163002#M116829</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-01-22T15:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Updating from 5.12 to 5.14</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163003#M116830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem appears to be that the schema.version does not get updated when the activiti-explorer updates the tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried this several times, reverting the database back to 5.12 and what I am finding is that the first time I run the activiti-explorer after deploying, it runs successfully.&amp;nbsp; I have verified that the act_hi_identidylink table gets created.&amp;nbsp; But the act_ge_property table still shows the schema.version to be 5.12.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So as soon as I restart the server, I get the error above, as the activiti-explorer tries to re-create the database objects that already exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed that the database scripts that are generated do not update the schema.version either, so it does not seem to be something I can fix by updating the database that way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I just update the schema.version to 5.14 manually?&amp;nbsp; What mechanism is supposed to update the version of the database?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 20:26:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163003#M116830</guid>
      <dc:creator>lpkchri1</dc:creator>
      <dc:date>2014-01-22T20:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Updating from 5.12 to 5.14</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163004#M116831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The version should always get updated when you have database schema update set to true. Only when you execute the sql manually you won't get a version value. Are you sure you only used database schema update = true? Did you configure the Activiti Explorer to use a different database than the default in-memory H2 one? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you used manual sql updates, then yes you can manually update the schema.version value if needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 09:49:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163004#M116831</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-01-28T09:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Updating from 5.12 to 5.14</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163005#M116832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using MySQL.&amp;nbsp; I ended up using the manual sql update then updating the version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 19:22:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163005#M116832</guid>
      <dc:creator>lpkchri1</dc:creator>
      <dc:date>2014-01-28T19:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Updating from 5.12 to 5.14</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163006#M116833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having the same issue using Oracle. The first time after upgrading everything's fine, after restarting tomcat now I have the error "couldn't upgrade db schema: create table ACT_HI_IDENTITYLINK..". I did not manually upgrade anything, seems like the version did not get updated so it's still trying to do the upgrade (from 5.12.1 to 5.14).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 19:04:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163006#M116833</guid>
      <dc:creator>onlinesun</dc:creator>
      <dc:date>2014-02-24T19:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Updating from 5.12 to 5.14</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163007#M116834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I checked the tables, in ACT_GE_PROPERTY, the version is still 5.12, even when I set databaseSchemaUpdate to true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I delete the table ACT_HI_IDENTITYLINK and try to run again, it's fine. But the database version never gets updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if I manually update the table ACT_GE_PROPERTY, what should be the value of schema.history? right now it's &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create(5.11) upgrade(5.11-&amp;gt;5.12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After that I plan to set schema update to false, that might solve my problem, for now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 19:37:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163007#M116834</guid>
      <dc:creator>onlinesun</dc:creator>
      <dc:date>2014-02-24T19:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Updating from 5.12 to 5.14</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163008#M116835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you execute the sql manually, you shouldn't care about the auto upgrade.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't mix the two approaches.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 09:33:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163008#M116835</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-02-25T09:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Updating from 5.12 to 5.14</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163009#M116836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ran into the same issue when I upgraded myself.&amp;nbsp; Turns out it was user error, for the exact reason Joram stated.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My preferred approach when I worked out what was wrong was to make sure the following auto update was set to false in my processEngineConfiguration.&amp;nbsp; Then I ran the script update for my selected DB and it worked perfectly.&amp;nbsp; I also prefer to have more control over schema updates so turning this off met my requirements anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&amp;lt;property name="databaseSchemaUpdate" value="false" /&amp;gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 13:11:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-updating-from-5-12-to-5-14/m-p/163009#M116836</guid>
      <dc:creator>gavnunns</dc:creator>
      <dc:date>2014-02-25T13:11:11Z</dc:date>
    </item>
  </channel>
</rss>

