<?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: Integrating SAP-Hana support to Activity. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229841#M182971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks jbarrez,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I have already modified corresponding changes to sql scripts, deployed a database on Hana and its&amp;nbsp; working fine. Even we are able to connect to the SAP Hana through Activiti. But as you said I still need to write query generation part. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; However I see lot of xml elements and java layers are involved in it. So any kind of&amp;nbsp; technical inputs regarding query&amp;nbsp; generation will be highly appreciated.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would love to contribute back to the community. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 12:16:58 GMT</pubDate>
    <dc:creator>prathameshj</dc:creator>
    <dc:date>2016-03-15T12:16:58Z</dc:date>
    <item>
      <title>Integrating SAP-Hana support to Activity.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229839#M182969</link>
      <description>Hi All, I have implemented Activiti BPM in my project which works fine for Oracle. But now I need to develop the same for "SAP Hana" database.As far as Activiti 5.18 version's documentation suggests Activiti does not support SAP-Hana.So my questions are, 1) Is there any mechanism by which we can use</description>
      <pubDate>Mon, 14 Mar 2016 10:24:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229839#M182969</guid>
      <dc:creator>prathameshj</dc:creator>
      <dc:date>2016-03-14T10:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating SAP-Hana support to Activity.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229840#M182970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, Activiti does not support SAP-HANA. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Things needed to do so are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create/delete scripts like the ones in &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/tree/master/modules/activiti-engine/src/main/resources/org/activiti/db/create" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/tree/master/modules/activiti-engine/src/main/resources/org/activiti/db/create&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- changes to DbSqlSessionFactory for db specific queries&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We would certainly welcome pull requests in this area &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 10:31:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229840#M182970</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-15T10:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating SAP-Hana support to Activity.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229841#M182971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks jbarrez,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I have already modified corresponding changes to sql scripts, deployed a database on Hana and its&amp;nbsp; working fine. Even we are able to connect to the SAP Hana through Activiti. But as you said I still need to write query generation part. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; However I see lot of xml elements and java layers are involved in it. So any kind of&amp;nbsp; technical inputs regarding query&amp;nbsp; generation will be highly appreciated.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would love to contribute back to the community. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 12:16:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229841#M182971</guid>
      <dc:creator>prathameshj</dc:creator>
      <dc:date>2016-03-15T12:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating SAP-Hana support to Activity.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229842#M182972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Normally, you don't need a lot of Java changes. Only the queries that might be different from the default SQL need to be added (for example Task.xml contains all the task related queries. Generally, they are applicable to all databases, but very occasionally (eg for postgres) we add a custom query in that same XML to support that particulary database)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 13:17:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229842#M182972</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-18T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating SAP-Hana support to Activity.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229843#M182973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please tell how we can connect through Hana. I have written SQL&amp;nbsp;scripts and added DB&amp;nbsp;mapping too. Anything else I need to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 05:54:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integrating-sap-hana-support-to-activity/m-p/229843#M182973</guid>
      <dc:creator>nitesh009</dc:creator>
      <dc:date>2017-11-16T05:54:59Z</dc:date>
    </item>
  </channel>
</rss>

