<?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: SAP Hana General error 129 - TrexColumnUpdate failed on table - Attribute engine function not implemented in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/SAP-Hana-General-error-129-TrexColumnUpdate-failed-on-table/m-p/2411651#M9107</link>
    <description>&lt;P&gt;Dear &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/223850"&gt;@OlivierChatelain&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This error may occur when you try to run transactions on Hana database with the default transaction type, which is REPEATABLE_READ. This transaction type ensures that the data read by the transaction remains consistent throughout the transaction, but it may cause conflicts with other concurrent transactions that modify the same data.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution 1:&lt;/STRONG&gt;&lt;BR /&gt;To get rid of this error, you can try to use transaction type READ_COMMITTED, which takes a snapshot of the data at the beginning and uses the same data throughout the transaction. It will also lock the rows it’s working on so that other transactions cannot modify it. &lt;BR /&gt;You can set the transaction type in the Replicate task settings, under the Advanced tab, in the Transaction Isolation Level field.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution 2:&lt;/STRONG&gt;&lt;BR /&gt;Alternatively, you can also try to delete the entries from the table ‘_SYS_REPO:ACTIVE_OBJECTCROSSREF’ that match the condition 'from_object_name = ‘BICS_CUSTOMER’ and from_package_id = ‘bics.basic’ using a command like this:&lt;/P&gt;
&lt;P&gt;delete from “_SYS_REPO”.“ACTIVE_OBJECTCROSSREF” where from_object_name = ‘BICS_CUSTOMER’ and from_package_id = ‘bics.basic’;&lt;/P&gt;
&lt;P&gt;This may resolve the issue if the problem is caused by some corrupted entries in the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I hope these solution is helpful for you. &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If our response has been helpful, please consider clicking "Accept as Solution". This will assist other users in easily finding the answer.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Deepak&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 28 Jan 2024 09:18:26 GMT</pubDate>
    <dc:creator>deepaksahirwar</dc:creator>
    <dc:date>2024-01-28T09:18:26Z</dc:date>
    <item>
      <title>SAP Hana General error 129 - TrexColumnUpdate failed on table - Attribute engine function not implemented</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SAP-Hana-General-error-129-TrexColumnUpdate-failed-on-table/m-p/2411448#M9095</link>
      <description>&lt;P&gt;When running CDC mode we face a Sap Hana error that block our CDC&amp;nbsp; Replicate process:&lt;/P&gt;
&lt;P&gt;Message: [SAP AG][LIBODBCHDB SO][HDBODBC] General error;129 transaction rolled back by an internal error: TrexColumnUpdate failed on table 'QLIKDBUSER:_SYS_SPLIT_attrep_cdc_changes_cts~1' with error: Attribute engine function not implemented&lt;/P&gt;
&lt;P&gt;Did someone solced that issue already?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Olivier&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SAP-Hana-General-error-129-TrexColumnUpdate-failed-on-table/m-p/2411448#M9095</guid>
      <dc:creator>OlivierChatelain</dc:creator>
      <dc:date>2024-01-26T14:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Hana General error 129 - TrexColumnUpdate failed on table - Attribute engine function not implemented</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SAP-Hana-General-error-129-TrexColumnUpdate-failed-on-table/m-p/2411651#M9107</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/223850"&gt;@OlivierChatelain&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This error may occur when you try to run transactions on Hana database with the default transaction type, which is REPEATABLE_READ. This transaction type ensures that the data read by the transaction remains consistent throughout the transaction, but it may cause conflicts with other concurrent transactions that modify the same data.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution 1:&lt;/STRONG&gt;&lt;BR /&gt;To get rid of this error, you can try to use transaction type READ_COMMITTED, which takes a snapshot of the data at the beginning and uses the same data throughout the transaction. It will also lock the rows it’s working on so that other transactions cannot modify it. &lt;BR /&gt;You can set the transaction type in the Replicate task settings, under the Advanced tab, in the Transaction Isolation Level field.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution 2:&lt;/STRONG&gt;&lt;BR /&gt;Alternatively, you can also try to delete the entries from the table ‘_SYS_REPO:ACTIVE_OBJECTCROSSREF’ that match the condition 'from_object_name = ‘BICS_CUSTOMER’ and from_package_id = ‘bics.basic’ using a command like this:&lt;/P&gt;
&lt;P&gt;delete from “_SYS_REPO”.“ACTIVE_OBJECTCROSSREF” where from_object_name = ‘BICS_CUSTOMER’ and from_package_id = ‘bics.basic’;&lt;/P&gt;
&lt;P&gt;This may resolve the issue if the problem is caused by some corrupted entries in the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I hope these solution is helpful for you. &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If our response has been helpful, please consider clicking "Accept as Solution". This will assist other users in easily finding the answer.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Deepak&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2024 09:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SAP-Hana-General-error-129-TrexColumnUpdate-failed-on-table/m-p/2411651#M9107</guid>
      <dc:creator>deepaksahirwar</dc:creator>
      <dc:date>2024-01-28T09:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Hana General error 129 - TrexColumnUpdate failed on table - Attribute engine function not implemented</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SAP-Hana-General-error-129-TrexColumnUpdate-failed-on-table/m-p/2478928#M12544</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145818"&gt;@deepaksahirwar&lt;/a&gt;&amp;nbsp;Thank You for the note. Can you advise the exact steps or section in task settings mentioned below? Also, please share any SAP documentation on detailing the error above.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can set the transaction type in the Replicate task settings, under the Advanced tab, in the Transaction Isolation Level field.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 13:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SAP-Hana-General-error-129-TrexColumnUpdate-failed-on-table/m-p/2478928#M12544</guid>
      <dc:creator>JitenderR</dc:creator>
      <dc:date>2024-08-30T13:11:21Z</dc:date>
    </item>
  </channel>
</rss>

