<?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: Full load keeps on restarting in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Full-load-keeps-on-restarting/m-p/2145892#M8462</link>
    <description>&lt;P&gt;Hmm, 100MB is the default under Advanced Parameters.&lt;/P&gt;
&lt;P&gt;Did multiple 100MB CSV files get created? After how many rows did you get the message? And would that&amp;nbsp; correspond with just 100MB or much more?&lt;/P&gt;
&lt;P&gt;Was that log-file message a warning (&amp;nbsp; ... ]W:&amp;nbsp; ) or and error&amp;nbsp; ... ]E:&amp;nbsp; &amp;nbsp;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Once it hits te max file size it is supposed to be roll a next file and fill that to the max and so on. According to the doc: "&lt;EM&gt;Maximum file size: Specify the maximum file size of each target file. When the data reaches the maximum&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;size, the file will be closed and written to the specified target folder&lt;/EM&gt;."&lt;/P&gt;
&lt;P&gt;In the past - years ago - there has been an issue where exactly hitting the max cause an issue due to a bug. Maybe something like that is happening? I'd isolate the trouble table in its own task and in the interest of time first just try with a max of 5 MB or so to verify multiple small CSV files are indeed created as they should be.&lt;/P&gt;
&lt;P&gt;Next I'd try 99 or 101 MB for the max in case it was just a bad luck boundary condition. Mind you that would be a bug and a support case would have to be made.&lt;/P&gt;
&lt;P&gt;Now 100MB doesn't sound like a whole lot and quickly filled.&amp;nbsp; Bump to 1000 MB ?&amp;nbsp; (max is 2000)&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2023 22:01:18 GMT</pubDate>
    <dc:creator>Heinvandenheuvel</dc:creator>
    <dc:date>2023-12-08T22:01:18Z</dc:date>
    <item>
      <title>Full load keeps on restarting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-load-keeps-on-restarting/m-p/2145629#M8457</link>
      <description>&lt;P&gt;source: Oracle DB&lt;/P&gt;
&lt;P&gt;target: Databricks Lakehouse(delta)&lt;/P&gt;
&lt;P&gt;I have enabled full load and change processing for 38 tables. Full load for 37 tables has been done&lt;/P&gt;
&lt;P&gt;For exactly table full load keeps on restarting. It has&amp;nbsp;&lt;SPAN&gt;102,644,804 rows. After approximately 4-5 hours of running it is restarted&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Found this message in logs :Full load Max file size: 100 MB, 102400 KB&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 08:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-load-keeps-on-restarting/m-p/2145629#M8457</guid>
      <dc:creator>chandraprakash_j_volvo</dc:creator>
      <dc:date>2023-12-08T08:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Full load keeps on restarting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-load-keeps-on-restarting/m-p/2145631#M8458</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;Thanks for reaching Qlik community!!&lt;/P&gt;
&lt;P&gt;Do you see any error from the logs apart from the "&lt;SPAN&gt;Full load Max file size: 100 MB, 102400 KB".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We suggest you open&amp;nbsp;a support case to analyze the logs and provide better&amp;nbsp;&lt;/SPAN&gt;support to troubleshoot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Shivananda&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 08:10:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-load-keeps-on-restarting/m-p/2145631#M8458</guid>
      <dc:creator>kng</dc:creator>
      <dc:date>2023-12-08T08:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Full load keeps on restarting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-load-keeps-on-restarting/m-p/2145892#M8462</link>
      <description>&lt;P&gt;Hmm, 100MB is the default under Advanced Parameters.&lt;/P&gt;
&lt;P&gt;Did multiple 100MB CSV files get created? After how many rows did you get the message? And would that&amp;nbsp; correspond with just 100MB or much more?&lt;/P&gt;
&lt;P&gt;Was that log-file message a warning (&amp;nbsp; ... ]W:&amp;nbsp; ) or and error&amp;nbsp; ... ]E:&amp;nbsp; &amp;nbsp;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Once it hits te max file size it is supposed to be roll a next file and fill that to the max and so on. According to the doc: "&lt;EM&gt;Maximum file size: Specify the maximum file size of each target file. When the data reaches the maximum&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;size, the file will be closed and written to the specified target folder&lt;/EM&gt;."&lt;/P&gt;
&lt;P&gt;In the past - years ago - there has been an issue where exactly hitting the max cause an issue due to a bug. Maybe something like that is happening? I'd isolate the trouble table in its own task and in the interest of time first just try with a max of 5 MB or so to verify multiple small CSV files are indeed created as they should be.&lt;/P&gt;
&lt;P&gt;Next I'd try 99 or 101 MB for the max in case it was just a bad luck boundary condition. Mind you that would be a bug and a support case would have to be made.&lt;/P&gt;
&lt;P&gt;Now 100MB doesn't sound like a whole lot and quickly filled.&amp;nbsp; Bump to 1000 MB ?&amp;nbsp; (max is 2000)&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 22:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-load-keeps-on-restarting/m-p/2145892#M8462</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-12-08T22:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Full load keeps on restarting</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-load-keeps-on-restarting/m-p/2153129#M8536</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/253662"&gt;@chandraprakash_j_volvo&lt;/a&gt;&amp;nbsp; &amp;nbsp;- can you indicate what the root cause was, and how it was addressed? Thanks. Hein.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-load-keeps-on-restarting/m-p/2153129#M8536</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-12-14T15:45:28Z</dc:date>
    </item>
  </channel>
</rss>

