<?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 QlikView Hangs After Cancelling Large Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303390#M1202586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone else have this problem? My copy of QlikView (v10, Win x64) consistently hangs (locks up) if I cancel a long-running LOAD SQL script. The script executes a stored procedure which typically takes several minutes to run.&lt;/P&gt;&lt;P&gt;I've tried leaving it in this state for several minutes, and it hasn't resumed. &lt;I&gt;Maybe&lt;/I&gt; it will resume when the stored procedure finishes executing, but if I had time to wait around I wouldn't need to cancel it.&lt;/P&gt;&lt;P&gt;This is a problem, as the source server is out of town, and large (millions of records) data sets can take over an hour to load. I really don't want to wait 90 minutes after I've spotted some small mistake before I can correct the error and start loading good data.&lt;/P&gt;&lt;P&gt;The bigger problem, of course, is that script execution occurs in the UI thread, a serious design mistake. A workaround would be to install a copy of QlikView on the data server and execute SQL locally then deploy the finished file, basically a jury-rigged SBS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Feb 2011 16:48:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-02T16:48:19Z</dc:date>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303390#M1202586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone else have this problem? My copy of QlikView (v10, Win x64) consistently hangs (locks up) if I cancel a long-running LOAD SQL script. The script executes a stored procedure which typically takes several minutes to run.&lt;/P&gt;&lt;P&gt;I've tried leaving it in this state for several minutes, and it hasn't resumed. &lt;I&gt;Maybe&lt;/I&gt; it will resume when the stored procedure finishes executing, but if I had time to wait around I wouldn't need to cancel it.&lt;/P&gt;&lt;P&gt;This is a problem, as the source server is out of town, and large (millions of records) data sets can take over an hour to load. I really don't want to wait 90 minutes after I've spotted some small mistake before I can correct the error and start loading good data.&lt;/P&gt;&lt;P&gt;The bigger problem, of course, is that script execution occurs in the UI thread, a serious design mistake. A workaround would be to install a copy of QlikView on the data server and execute SQL locally then deploy the finished file, basically a jury-rigged SBS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 16:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303390#M1202586</guid>
      <dc:creator />
      <dc:date>2011-02-02T16:48:19Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303391#M1202587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the debugger and limit the # of rows which is returned? This will only help if WAN is the only problem and stored procedure has started returning the rows. If it takes a lot of time for the stored procedure to start returning the rows, you may want to optimize the SQL within the SP. Maybe you have a real need to reuse the existing stored procedure, however, if possible, I would recommend that you bring the raw data (select * from single_table) and do all the joins &amp;amp; filters within QlikView.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 18:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303391#M1202587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-02T18:42:15Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303392#M1202588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not tried debugging. Since the script is very simple (connect, load, sql), I can't imagine what it would tell me. I validated that the row count was small by running the exact SQL command outside of QlikView.&lt;/P&gt;&lt;P&gt;Oddly, this file has stopped hanging. I haven't changed the report itself, or the stored procedure, and I made just one small change to the script: I added an explicit value for the sproc's second parameter:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;SQL EXEC ProcName @StartDate = '2011-01-01';&lt;/P&gt;&lt;P&gt;...became:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;SQL EXEC ProcName @StartDate = '2011-01-01', @EndDate = '2011-01-31';&lt;/P&gt;&lt;P&gt;Bizarrely, it's now working fine, even if I take the @EndDate parameter back out and run the exact same script which failed a dozen times earlier this week.&lt;/P&gt;&lt;P&gt;Regarding your last point: what virtues do you see in performing joins and other logic in QlikView rather than SQL? The underlying tables have millions of rows, so paring this down sooner rather than later saves time. Of course, my real reason for working in SQL is that I already know it forward and backward! &lt;IMG alt="Wink" src="http://community.qlik.com/emoticons/emotion-5.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 18:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303392#M1202588</guid>
      <dc:creator />
      <dc:date>2011-02-02T18:58:30Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303393#M1202589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have a single qvw file which would contain all the millions of rows, which you can then let the users do the filtering. The other advantage is that you access your database once as you dont have to go back to database for different filters.&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 20:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303393#M1202589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-02T20:35:39Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303394#M1202590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also suffering from freezing/ hang ups when cancelling a large load job. Nothing seems solve this freezing except to kill the executable. &lt;/P&gt;&lt;P&gt;When selectin the "End Here" , I'm presented with a lot of other Script errors due to this interrupting of the loading process. &lt;/P&gt;&lt;P&gt;I have to 'target'&amp;nbsp; between the 'OK' and the "End Here" button. I haven't found a better working solution for this freezing that mainly occurs during the testing phase.&lt;/P&gt;&lt;P&gt; Hopefully v11 would be better?&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 11:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303394#M1202590</guid>
      <dc:creator>andries_bos</dc:creator>
      <dc:date>2012-01-04T11:33:35Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303395#M1202591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "End Here" button does not terminate the execution right away, but before ends the instruction that was being executed, and creates links between tables and so. Depending on the script, the End Here button might return a working document (say for example that the rest of the script were variable assignments), but it may cause some unwanted synthetic keys that, once the script is normally run, there are DROPs, JOINs and so, but forcing the termination may take some time creating this synthetic tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data set is huge, the time to finish all the pending operations may take really long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 12:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303395#M1202591</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-04T12:09:59Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303396#M1202592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yep I just started getting same error running locally. Even if I do a inline statement with one line (and no other statements) I get QV hung at the end of the script. Looking at memory, QV is using up all memory &amp;amp; it does not come back. Tried with sr3 so I updated with sr4 with same result. Opened old scripts created new ones, nothing fixed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uninstalled QV and downloaded sr3, no change, memory did not release, but ratcheted up ever higher to my max RAM limit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uninstalled &amp;amp; tried with sr4 which did not help either. If I use task manager to kill it I get memory released right away. If I can't figure out support will be called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 21:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303396#M1202592</guid>
      <dc:creator />
      <dc:date>2012-01-10T21:32:18Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303397#M1202593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good luck with that, please post back if support helps you.&amp;nbsp; My eventual workaround was to stop using sprocs for actual reports, and instead I created a layer of QVDs which load from views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone tried this with QV11?&amp;nbsp; Does it use proper multithreading now?&amp;nbsp; There's no good reason the system can't just drop the reload process when the user aborts it; it should roll back to the last good state in the reload, or just revert to the saved file if necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 20:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303397#M1202593</guid>
      <dc:creator />
      <dc:date>2012-01-12T20:11:59Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303398#M1202594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My problem is even bigger - QV hangs after doing things like:&amp;nbsp; clicking on minimize an object if the save is not complete.&amp;nbsp; This is just an example.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I end up having to hard reboot my PC (at least I can safely close all other windows first).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing works - not even Task Manager force application end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any trick you know of to shut down QV without having to power down the PC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Susan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 19:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303398#M1202594</guid>
      <dc:creator />
      <dc:date>2012-04-27T19:06:18Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303399#M1202595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ouch.&amp;nbsp; Does this happen with all QlikView files, or only the bigger ones?&amp;nbsp; I've found that files up to around 50 MB are usually OK, but one which is 90 MB is frequently a problem.&amp;nbsp; With that in mind, I've worked around some issues by paring down the data.&amp;nbsp; I have 3 GB of memory on my dev machine, you may be able to do more or less depending on how much memory you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Applications | End Task doesn't do it in Task Manager, you can try killing the process itself (qv.exe on the Processes tab).&amp;nbsp; It probably won't do anything different, but sometimes it works better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 19:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303399#M1202595</guid>
      <dc:creator />
      <dc:date>2012-04-27T19:19:17Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303400#M1202596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not using this specific file any more, so I can't confirm it, but I think I know what the problem was on the SQL side.&amp;nbsp; This doesn't excuse QlikView locking up while waiting for data, but just in case it helps someone:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Microsoft SQL uses a technique called "parameter sniffing" to create good execution plans for stored procedures.&amp;nbsp; Basically, the first time you run a sproc the database will build and store an execution plan based on the parameters you gave it.&amp;nbsp; If you later run it with different parameters, the stored plan could be drastically inefficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, say you have a sproc with @StartDate and @EndDate parameters.&amp;nbsp; You create it, and run it with the date 2011/04/27 for both the start and end date, just to see if it works.&amp;nbsp; SQL looks at that narrow date range and decides that an index seek is appropriate.&amp;nbsp; Later you run it with a start date of 2000/01/01 and an end date of 2011/04/27.&amp;nbsp; SQL still uses its index seek execution plan, even though what it really needs for that broad date range is a table scan.&amp;nbsp; This can make a huge difference, leading to run times of hours rather than seconds - I've seen it happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fix is to specify reasonable parameter values when you first run a sproc after creating or re-creating it.&amp;nbsp; This will help SQL to build a well-optimized query plan at the beginning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More info: &lt;A href="http://www.simple-talk.com/sql/t-sql-programming/parameter-sniffing/"&gt;http://www.simple-talk.com/sql/t-sql-programming/parameter-sniffing/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 19:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303400#M1202596</guid>
      <dc:creator />
      <dc:date>2012-04-27T19:28:37Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303401#M1202597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The files are not large at all - only a few meg, maybe 20 TOPS.&amp;nbsp; I've tried killing the process too and it still just hangs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping I'd be able to identify which line from the Services tab to kill instead.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 15:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303401#M1202597</guid>
      <dc:creator />
      <dc:date>2012-05-31T15:59:25Z</dc:date>
    </item>
    <item>
      <title>QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303402#M1202598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest to try debugging your script (using Limited Load). You might have a Synthetic key(s) somewhere in the model, and QV can simply hang trying to handle that in large data set. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 17:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303402#M1202598</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2012-05-31T17:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303403#M1202599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had simular issues when i was loading data from different sql tables into same Qlikviev table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salesdata:&lt;/P&gt;&lt;P&gt;LOAD * ;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P&gt;SELECT F1,f2,...f50&lt;/P&gt;&lt;P&gt;FROM my_table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salesdata:&lt;/P&gt;&lt;P&gt;LOAD * ;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;P&gt;SELECT F1,f2,...f51&lt;/P&gt;&lt;P&gt;FROM my_table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number of fields is the same.&lt;/P&gt;&lt;P&gt;Note last field has a diifferent name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 11 QlikView hangs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 13:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303403#M1202599</guid>
      <dc:creator>etl_tools</dc:creator>
      <dc:date>2012-07-27T13:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303404#M1202600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's likely because the huge number of synthetic keys that QlikView creates for the F1 to F49 fields. Using Qualify or concatenating fields will make the script work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 13:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303404#M1202600</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-07-27T13:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Hangs After Cancelling Large Script</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303405#M1202601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that was silly mistake but it took a while to figire it out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 13:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Hangs-After-Cancelling-Large-Script/m-p/303405#M1202601</guid>
      <dc:creator>etl_tools</dc:creator>
      <dc:date>2012-07-27T13:32:00Z</dc:date>
    </item>
  </channel>
</rss>

