<?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>article Qlik Replicate 2024.5 and DB2i Source Endpoint leads to conversion errors with NUMERIC Datatype in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-2024-5-and-DB2i-Source-Endpoint-leads-to/ta-p/2478918</link>
    <description>&lt;P&gt;After an upgrade to &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Replicate 2024.5&lt;/STRONG&gt;&lt;/FONT&gt;, capturing changes (CDC) for a Table defined&lt;FONT color="#339966"&gt;&amp;nbsp;&lt;/FONT&gt;on a &lt;FONT color="#339966"&gt;&lt;STRONG&gt;DB2i Source&lt;/STRONG&gt;&lt;/FONT&gt; leads to conversion errors with the &lt;STRONG&gt;&lt;FONT color="#339966"&gt;NUMERIC Datatypes with precision and scale greater than zero&lt;/FONT&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Due to a change in Qlik Replicate's new version, this error causes the table defined in the task to have data issues with the value in the target showing &lt;FONT face="courier new,courier"&gt;0&lt;/FONT&gt; and not the correct value present in the Source.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example: &lt;FONT face="courier new,courier"&gt;100.000&lt;/FONT&gt;&amp;nbsp;(source) becomes &lt;FONT face="courier new,courier"&gt;0&lt;/FONT&gt; (target)&lt;/P&gt;
&lt;P&gt;To verify the table defined in the task, have the DDL for the table confirmed, then check locate the below details in the DDL has columns with NUMERIC(15,5) output from iSeries, table in the DB2i Source Environment.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;The number definitions impacted have a SCALE &amp;gt; 0. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;So in SQL DDL for the Table has Numeric(5,2), a value like 123.45 will fail conversion and end up as&amp;nbsp; 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Upgrade to &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Replicate 2024.5 SP03 or higher&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;A regression of the 2024.5 version of Qlik Replicate, affecting how the Datatype is parsed from the Journal/Receiver to the Target.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://www.ibm.com/docs/ro/i/7.3?topic=src-selecting-records-using-specified-record-format-name-rcdfmt-parameter" target="_blank" rel="noopener"&gt;Selecting records using a specified record format name (RCDFMT parameter)&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Internal Investigation ID(s)&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;RECOB-8827&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Replicate" id="qlikReplicate"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;2024.5&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 09 Sep 2024 11:09:08 GMT</pubDate>
    <dc:creator>Bill_Steinagle</dc:creator>
    <dc:date>2024-09-09T11:09:08Z</dc:date>
    <item>
      <title>Qlik Replicate 2024.5 and DB2i Source Endpoint leads to conversion errors with NUMERIC Datatype</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-2024-5-and-DB2i-Source-Endpoint-leads-to/ta-p/2478918</link>
      <description>&lt;P&gt;After an upgrade to &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Replicate 2024.5&lt;/STRONG&gt;&lt;/FONT&gt;, capturing changes (CDC) for a Table defined&lt;FONT color="#339966"&gt;&amp;nbsp;&lt;/FONT&gt;on a &lt;FONT color="#339966"&gt;&lt;STRONG&gt;DB2i Source&lt;/STRONG&gt;&lt;/FONT&gt; leads to conversion errors with the &lt;STRONG&gt;&lt;FONT color="#339966"&gt;NUMERIC Datatypes with precision and scale greater than zero&lt;/FONT&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Due to a change in Qlik Replicate's new version, this error causes the table defined in the task to have data issues with the value in the target showing &lt;FONT face="courier new,courier"&gt;0&lt;/FONT&gt; and not the correct value present in the Source.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example: &lt;FONT face="courier new,courier"&gt;100.000&lt;/FONT&gt;&amp;nbsp;(source) becomes &lt;FONT face="courier new,courier"&gt;0&lt;/FONT&gt; (target)&lt;/P&gt;
&lt;P&gt;To verify the table defined in the task, have the DDL for the table confirmed, then check locate the below details in the DDL has columns with NUMERIC(15,5) output from iSeries, table in the DB2i Source Environment.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;The number definitions impacted have a SCALE &amp;gt; 0. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;So in SQL DDL for the Table has Numeric(5,2), a value like 123.45 will fail conversion and end up as&amp;nbsp; 0.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Upgrade to &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Qlik Replicate 2024.5 SP03 or higher&lt;/STRONG&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;A regression of the 2024.5 version of Qlik Replicate, affecting how the Datatype is parsed from the Journal/Receiver to the Target.&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://www.ibm.com/docs/ro/i/7.3?topic=src-selecting-records-using-specified-record-format-name-rcdfmt-parameter" target="_blank" rel="noopener"&gt;Selecting records using a specified record format name (RCDFMT parameter)&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Internal Investigation ID(s)&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;RECOB-8827&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Replicate" id="qlikReplicate"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;2024.5&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 09 Sep 2024 11:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-2024-5-and-DB2i-Source-Endpoint-leads-to/ta-p/2478918</guid>
      <dc:creator>Bill_Steinagle</dc:creator>
      <dc:date>2024-09-09T11:09:08Z</dc:date>
    </item>
  </channel>
</rss>

