<?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: Table Column length is increased at Source and the Table is Part of CDC task in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2163702#M9008</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;Could you please test the same Stop the Qlik Replicate task. Login to Attunity or replicate user then run the DDL on -_CT table and target table and resume the task .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See does it help share the feedback&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sushil Kumar&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 08:16:59 GMT</pubDate>
    <dc:creator>SushilKumar</dc:creator>
    <dc:date>2024-01-22T08:16:59Z</dc:date>
    <item>
      <title>Table Column length is increased at Source and the Table is Part of CDC task</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2163303#M8970</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Recently&amp;nbsp;one of the table Column length is increased at Source from 60 to 200 and the Table is Part of CDC task, we are replicating the data from Oracle source to Hadoop Target. So as the task is CDC, will the column length change happened at the Source will be automatically replicated to Hadoop CT table ?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 13:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2163303#M8970</guid>
      <dc:creator>amat_attunity</dc:creator>
      <dc:date>2024-01-19T13:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column length is increased at Source and the Table is Part of CDC task</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2163316#M8971</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149087"&gt;@amat_attunity&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the limitation mentioned in the user guide for using Hadoop as a Target endpoint:&lt;BR /&gt;&lt;BR /&gt;Dropping columns and changing column data types or the data type length is not supported and will suspend the table in all cases&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="user_input"&gt;except&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;for data types that are mapped to STRING. Changes to the data type length of a data type mapped to STRING (e.g. VARCHAR(50) to VARCHAR(100)) will simply be ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the user guide link for your reference:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2023/Content/Replicate/Main/Hadoop/limitations_hadoop.htm#ar_hadoop_3420431187_1515938" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2023/Content/Replicate/Main/Hadoop/limitations_hadoop.htm#ar_hadoop_3420431187_1515938&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 13:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2163316#M8971</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2024-01-19T13:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column length is increased at Source and the Table is Part of CDC task</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2163331#M8973</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149087"&gt;@amat_attunity&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Besides&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144170"&gt;@SwathiPulagam&lt;/a&gt;&amp;nbsp;comment, the DDL will be ignored with below warning information in task log file (confirmed by Qlik Replicate 2023.5.0.516 + Oracle 12c source + Cloudera 7.1.3 Hadoop target):&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;2024-01-19T22:13:34:619864 [TARGET_APPLY ]W: Alter table 'TESTCOL', modify column 'NOTES' is not supported (hadoop_apply.c:1167)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The source side DDL (enlarging CHAR column length from 60 to 200) is like:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;alter table testcol modify notes char(200);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The __ct table column length was not changed during the task run time.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 14:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2163331#M8973</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-01-19T14:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column length is increased at Source and the Table is Part of CDC task</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2163702#M9008</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;Could you please test the same Stop the Qlik Replicate task. Login to Attunity or replicate user then run the DDL on -_CT table and target table and resume the task .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See does it help share the feedback&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sushil Kumar&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 08:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2163702#M9008</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-01-22T08:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column length is increased at Source and the Table is Part of CDC task</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2164056#M9013</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;We are not authorized to apply DDL manually in Hadoop( Target). Hence we can't test it. and also , even though the apply DDL works, We already noticed that few records laded with truncated data. Hence we have to go for Full Load.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 20:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2164056#M9013</guid>
      <dc:creator>amat_attunity</dc:creator>
      <dc:date>2024-01-22T20:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column length is increased at Source and the Table is Part of CDC task</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2164058#M9014</link>
      <description>&lt;P&gt;Hi Sushil,&lt;/P&gt;
&lt;P&gt;We are not authorized to apply DDL manually in Hadoop( Target). Hence we can't test it. and also , even though the apply DDL works, We already noticed that few records laded with truncated data. Hence we have to go for Full Load.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 20:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Table-Column-length-is-increased-at-Source-and-the-Table-is-Part/m-p/2164058#M9014</guid>
      <dc:creator>amat_attunity</dc:creator>
      <dc:date>2024-01-22T20:22:06Z</dc:date>
    </item>
  </channel>
</rss>

