<?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: Qlikview reload script not ending in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535013#M1242391</link>
    <description>&lt;P&gt;Hello BrunPierre, yes I already tried this, without any success...&lt;/P&gt;&lt;P&gt;My script is exactly like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;TempLOAD :
LOAD xxx

;

SQL 

SELECT xxx	
FROM COMAFIKD.HENCDE WHERE ENDFAA &amp;gt; 21;

DISCONNECT;
EXIT SCRIPT;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Nov 2025 07:44:08 GMT</pubDate>
    <dc:creator>rjournet</dc:creator>
    <dc:date>2025-11-03T07:44:08Z</dc:date>
    <item>
      <title>Qlikview reload script not ending</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2534909#M1242372</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am facing a really weird issue since few days (everything was fine before).&lt;/P&gt;&lt;P&gt;I know there are many created topics on this, but did not find the right answer.&lt;/P&gt;&lt;P&gt;I am reloading a simple QVD with like 20 columns from a as400 database, 100k rows, db2 iSeries ODBC connector. Everything works fine.&lt;/P&gt;&lt;P&gt;When the reload script comes to the end, the QVD file is well stored into my destination folder, but the reload script does not ending and nothing happens. I am forced to kill the process.&lt;/P&gt;&lt;P&gt;Same when starting the reload from the QMC.&lt;/P&gt;&lt;P&gt;I put some Trace; everywhere to make sur the store part is well completed..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rjournet_0-1761897273882.png" style="width: 348px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184606iDB0541F49C0D47A9/image-dimensions/348x148?v=v2" width="348" height="148" role="button" title="rjournet_0-1761897273882.png" alt="rjournet_0-1761897273882.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Version QV 12.10.0.0&lt;/P&gt;&lt;P&gt;Any suggestion ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rémi&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2534909#M1242372</guid>
      <dc:creator>rjournet</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview reload script not ending</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2534968#M1242376</link>
      <description>&lt;P&gt;Hi, If you comment the drop and the store senteces, It ends? It is a manual reload, from qmc or using a bat or similar file?&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2025 07:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2534968#M1242376</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2025-11-01T07:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview reload script not ending</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2534999#M1242380</link>
      <description>&lt;P&gt;Hello Rubenmarin, it remains the same. The load script is completed (I got 100% of the rows I expect but the progress still freez (with or without exit script). I did not find anything weird within the data..&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same script on my personnal computer works fine, but few others similar scripts work too on the Qlikview server. I am retriving 25 fields only.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 04:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2534999#M1242380</guid>
      <dc:creator>rjournet</dc:creator>
      <dc:date>2025-11-03T04:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview reload script not ending</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535010#M1242386</link>
      <description>&lt;P&gt;ODBC connection may sometimes hang open after execution, to terminate the existing connection after reload. Do this;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD ... ;&lt;BR /&gt;DISCONNECT; // &amp;lt;--- Add this&lt;BR /&gt;STORE ... ;&lt;BR /&gt;DROP ... ;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 07:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535010#M1242386</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2025-11-03T07:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview reload script not ending</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535012#M1242388</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/173503"&gt;@rjournet&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I remember seeing problems like this in old versions of QlikView.&lt;BR /&gt;If you really are on QlikView 12.10, which was released 9 years ago, I would suggest upgrading to the latest version and see if the problem is still present.&lt;/P&gt;
&lt;P&gt;If it was just a typo, and you actually meant 12.100, I would recommend enabling &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-enable-QVB-logging/ta-p/1710468" target="_blank" rel="noopener"&gt;Debug verbosity (900) on the QVB&lt;/A&gt; and running the task again on the QMC to start with, and then open a support case if necessary.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 07:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535012#M1242388</guid>
      <dc:creator>Daniele_Purrone</dc:creator>
      <dc:date>2025-11-03T07:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview reload script not ending</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535013#M1242391</link>
      <description>&lt;P&gt;Hello BrunPierre, yes I already tried this, without any success...&lt;/P&gt;&lt;P&gt;My script is exactly like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;TempLOAD :
LOAD xxx

;

SQL 

SELECT xxx	
FROM COMAFIKD.HENCDE WHERE ENDFAA &amp;gt; 21;

DISCONNECT;
EXIT SCRIPT;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 07:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535013#M1242391</guid>
      <dc:creator>rjournet</dc:creator>
      <dc:date>2025-11-03T07:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview reload script not ending</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535014#M1242394</link>
      <description>&lt;P&gt;Hi Daniele, yes my client is running Qilkview 12.10, no typo mystake &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Upgrading to 12.100 is my last chance but I was hoping to fix this without doing this as my issue happened suddently and as all my others scripts work fine.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 07:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535014#M1242394</guid>
      <dc:creator>rjournet</dc:creator>
      <dc:date>2025-11-03T07:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview reload script not ending</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535016#M1242397</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/173503"&gt;@rjournet&lt;/a&gt;... at least, I'd recommend updating to the final SR of 12.10 and not staying on the IR.&lt;BR /&gt;There have been lots of fixes since then.&amp;nbsp;&lt;BR /&gt;Also consider that 12.10 is unsupported, and has serious security issues that were addressed in later versions.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 07:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535016#M1242397</guid>
      <dc:creator>Daniele_Purrone</dc:creator>
      <dc:date>2025-11-03T07:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview reload script not ending</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535259#M1242400</link>
      <description>&lt;P&gt;What happens if you creates a complete new app - no UI and no other scripts as the connect + sql select (manually written)?&lt;/P&gt;&lt;P&gt;It will exclude any kind of corruption of the app as well as any side-effects from other script-parts. If it's working so far you could add the other stuff step by step.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 15:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-reload-script-not-ending/m-p/2535259#M1242400</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-11-04T15:03:22Z</dc:date>
    </item>
  </channel>
</rss>

