<?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 Engine Sybase database support in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-sybase-database-support/m-p/217800#M170930</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;We are evaluating Activiti Engine (version 5.20) to be used in our project for BPM processes. We see that there is no support for Sybase database, which is essential for us.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any plans to support Sybase database as well or any suggestions that we can customize the source code to support it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sandeep&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2016 09:49:08 GMT</pubDate>
    <dc:creator>ssandeep</dc:creator>
    <dc:date>2016-07-19T09:49:08Z</dc:date>
    <item>
      <title>Activiti Engine Sybase database support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-sybase-database-support/m-p/217800#M170930</link>
      <description>Hi,We are evaluating Activiti Engine (version 5.20) to be used in our project for BPM processes. We see that there is no support for Sybase database, which is essential for us.Is there any plans to support Sybase database as well or any suggestions that we can customize the source code to support it</description>
      <pubDate>Tue, 19 Jul 2016 09:49:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-sybase-database-support/m-p/217800#M170930</guid>
      <dc:creator>ssandeep</dc:creator>
      <dc:date>2016-07-19T09:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Engine Sybase database support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-sybase-database-support/m-p/217801#M170931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, we don't have support for Sybase (we dont hear that demand a lot to be honest).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Generally, you would need to add sql specific to sybase to the DbSqlSessionFactory, most of the mybatis should work for it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 12:41:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-sybase-database-support/m-p/217801#M170931</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-07-27T12:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Engine Sybase database support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-sybase-database-support/m-p/217802#M170932</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;With some help from the forums on the same question for Sybase support, we are trying our hands on the implementation. As suggested, we have modified DbSqlSessionFactory to add Sybase specific mappings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But now we have stuck at the below point,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; databaseSpecificLimitBeforeStatements.put("sybase", "SELECT SUB.* FROM (");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; databaseSpecificLimitAfterStatements.put("sybase", ")RES ) SUB WHERE SUB.rnk &amp;gt;= #{firstRow} AND SUB.rnk &amp;lt; #{lastRow}");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; databaseSpecificLimitBetweenStatements.put("sybase", ", row_number() over (ORDER BY ${orderByColumns}) rnk FROM ( select distinct RES.* ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; databaseOuterJoinLimitBetweenStatements.put("sybase", ", row_number() over (ORDER BY ${mssqlOrDB2OrderBy}) rnk FROM ( select distinct ");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; databaseSpecificOrderByStatements.put("sybase", "");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; databaseSpecificLimitBeforeNativeQueryStatements.put("sybase", "SELECT SUB.* FROM ( select RES.* , row_number() over (ORDER BY ${orderByColumns}) rnk FROM (");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above won't work for Sybase, since it doesn't support row_number unlike Sybase IQ/SQL Anywhere etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How do we go about fixing this or can we simply ignore these mappings for Sybase. If yes, whats the performance impact, as it seems to limit the number of rows?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions or help appreciated!&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, 08 Nov 2016 06:28:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-sybase-database-support/m-p/217802#M170932</guid>
      <dc:creator>ssandeep</dc:creator>
      <dc:date>2016-11-08T06:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Engine Sybase database support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-sybase-database-support/m-p/217803#M170933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We got passed the limit hurdle by putting empty string values, but now we are facing issues with bulkInsertProcessDefinition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As Sybase doesn't support bulkinsert in a way its defined in ProcessDefinition mapping, is there a way to ignore this mapping?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or do we need to define our own mapping?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:15:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-sybase-database-support/m-p/217803#M170933</guid>
      <dc:creator>ssandeep</dc:creator>
      <dc:date>2016-11-08T16:15:32Z</dc:date>
    </item>
  </channel>
</rss>

