<?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: Activiti 5.0 Engine ported to SQL Server 2008 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15495#M6766</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;Will there be support for SQL Server 2005? We seem to be hitting issues on unique keys that have a filter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;create unique index ACT_UNIQ_RU_BUS_KEY on ACT_RU_EXECUTION (PROC_DEF_ID_, BUSINESS_KEY_) where BUSINESS_KEY_ is not null;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, of note: I attempted to install the schema from the following file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://svn.codehaus.org/activiti/activiti/tags/activiti-5.3/modules/activiti-engine/src/main/resources/org/activiti/db/create/activiti.mssql.create.engine.sql" rel="nofollow noopener noreferrer"&gt;https://svn.codehaus.org/activiti/activiti/tags/activiti-5.3/modules/activiti-engine/src/main/resources/org/activiti/db/create/activiti.mssql.create.engine.sql&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the 5.3 version of the engine. If you inspect this file you can see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;insert into ACT_GE_PROPERTY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;values ('schema.version', '5.1', 1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;insert into ACT_GE_PROPERTY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;values ('schema.history', 'create(5.1)', 1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be set to 5.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Granted I am hacking around a bit to try to get this schema installed as I could not install it from the auto create due to the index issues on 2005.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are stoked to add Activiti into our environment. Just currently limited by having to use a MS SQL SERVER 2005 database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2011 03:03:29 GMT</pubDate>
    <dc:creator>jschnitzer</dc:creator>
    <dc:date>2011-03-11T03:03:29Z</dc:date>
    <item>
      <title>Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15485#M6756</link>
      <description>Hi AllI was trying to port Activiti 5.0 (ENGINE ONLY) to Microsoft SQL server (as mentioned in the WIKI); got some encouraging results:Tests run: 460, Failures: 2, Errors: 0, Skipped: 0These two cases relates to1. classname="org.activiti.engine.test.api.repository.ProcessDefinitionQueryTest" name="t</description>
      <pubDate>Thu, 13 Jan 2011 22:08:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15485#M6756</guid>
      <dc:creator>k_kunti</dc:creator>
      <dc:date>2011-01-13T22:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15486#M6757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks so far. I created &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-542" rel="nofollow noopener noreferrer"&gt;ACT-542&lt;/A&gt;&lt;SPAN&gt;. hopefully others will help to&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 01:52:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15486#M6757</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-01-14T01:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15487#M6758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Found some information about the behaviour of SQL Server. It seems like SQL Server does not support the ANSI Standard (allowing multiple nulls in unique constraints) until now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See this link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://connect.microsoft.com/SQLServer/feedback/details/299229/change-unique-constraint-to-allow-multiple-null-values" rel="nofollow noopener noreferrer"&gt;http://connect.microsoft.com/SQLServer/feedback/details/299229/change-unique-constraint-to-allow-multiple-null-values&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tobias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 17:09:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15487#M6758</guid>
      <dc:creator>thilka</dc:creator>
      <dc:date>2011-01-14T17:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15488#M6759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By the way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried your patches with the current 5.1 release and SQL Server 2008. Besides the issue with the unique constraint ACT_UNIQ_RU_BUS_KEY, the tests of our application run properly with SQL Server 2008.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope we will have the SQL Server support in 5.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tobias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 17:12:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15488#M6759</guid>
      <dc:creator>thilka</dc:creator>
      <dc:date>2011-01-14T17:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15489#M6760</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;Everyone thank you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; . it will be great if we can include it in the 5.2 release &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;…. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks gain&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;krish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2011 15:51:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15489#M6760</guid>
      <dc:creator>k_kunti</dc:creator>
      <dc:date>2011-01-15T15:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15490#M6761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Krich,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be great if you could sign a contributor agreement so that we can accept your contribution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Instructions can be found here: &lt;/SPAN&gt;&lt;A href="http://docs.codehaus.org/pages/viewpage.action?pageId=163872771" rel="nofollow noopener noreferrer"&gt;http://docs.codehaus.org/pages/viewpage.action?pageId=163872771&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then we can help you commit these changes on a branch so that we can review and adopt your work in the main codebase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 14:22:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15490#M6761</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-01-20T14:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15491#M6762</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;I checked the issue related to::::&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Creation of MYbatis SQL server query for Link for SQL for unique constraint Business Key.txtclassname="org.activiti.engine.test.api.repository.ProcessDefinitionQueryTest" name="testQueryByNameLike"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like SQL server default vocabulary is case insensitive and hence LIKE expression matching will result case insensitive results. I validated the same by running query in my SQL server installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So this issue is inherent to default SQL server installation…. any suggestions regarding how to proceed on this one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Krish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 09:52:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15491#M6762</guid>
      <dc:creator>k_kunti</dc:creator>
      <dc:date>2011-01-21T09:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15492#M6763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tom/Joram&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have applied for developer membership application in Codehaus Activiti page; as well as got permission from my employer towards making this contribution. I will be mailing you the agreement soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly approve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Krish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 08:10:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15492#M6763</guid>
      <dc:creator>k_kunti</dc:creator>
      <dc:date>2011-01-25T08:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15493#M6764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In SQL Server 2008 you can use filtered indexes for the ACT_UNIQ_RU_BUS_KEY and ACT_UNIQ_HI_BUS_KEY. So instead of removing those constraints entirely from the MSSQL create script, create them like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;CREATE UNIQUE INDEX ACT_UNIQ_RU_BUS_KEY&lt;BR /&gt;ON dbo.ACT_RU_EXECUTION(PROC_DEF_ID_,BUSINESS_KEY_)&lt;BR /&gt;WHERE BUSINESS_KEY_ IS NOT NULL; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;CREATE UNIQUE INDEX ACT_UNIQ_HI_BUS_KEY&lt;BR /&gt;ON dbo.ACT_HI_PROCINST(PROC_DEF_ID_,BUSINESS_KEY_)&lt;BR /&gt;WHERE BUSINESS_KEY_ IS NOT NULL;&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 20:32:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15493#M6764</guid>
      <dc:creator>redwood7</dc:creator>
      <dc:date>2011-01-31T20:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15494#M6765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Redwood&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you, I will change the script and re run the test cases, to see the impact.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Krish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 03:55:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15494#M6765</guid>
      <dc:creator>k_kunti</dc:creator>
      <dc:date>2011-02-01T03:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15495#M6766</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;Will there be support for SQL Server 2005? We seem to be hitting issues on unique keys that have a filter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;create unique index ACT_UNIQ_RU_BUS_KEY on ACT_RU_EXECUTION (PROC_DEF_ID_, BUSINESS_KEY_) where BUSINESS_KEY_ is not null;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, of note: I attempted to install the schema from the following file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://svn.codehaus.org/activiti/activiti/tags/activiti-5.3/modules/activiti-engine/src/main/resources/org/activiti/db/create/activiti.mssql.create.engine.sql" rel="nofollow noopener noreferrer"&gt;https://svn.codehaus.org/activiti/activiti/tags/activiti-5.3/modules/activiti-engine/src/main/resources/org/activiti/db/create/activiti.mssql.create.engine.sql&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the 5.3 version of the engine. If you inspect this file you can see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;insert into ACT_GE_PROPERTY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;values ('schema.version', '5.1', 1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;insert into ACT_GE_PROPERTY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;values ('schema.history', 'create(5.1)', 1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be set to 5.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Granted I am hacking around a bit to try to get this schema installed as I could not install it from the auto create due to the index issues on 2005.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are stoked to add Activiti into our environment. Just currently limited by having to use a MS SQL SERVER 2005 database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 03:03:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15495#M6766</guid>
      <dc:creator>jschnitzer</dc:creator>
      <dc:date>2011-03-11T03:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.0 Engine ported to SQL Server 2008</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15496#M6767</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;There are no plans for supporting mssql 2005 yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About the version-issue in the create-scripts, thank you for reporting, i'll fix this on trunk. We still don't have full QA set up for mssql now (also thats why it's still marked as "experimental"), this slipped in under the radar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 07:22:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-0-engine-ported-to-sql-server-2008/m-p/15496#M6767</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-03-14T07:22:19Z</dc:date>
    </item>
  </channel>
</rss>

