<?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: load script is getting stuck after loading all table rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635830#M233213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using limited load option but I'm facing this problem in case of limited load as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 12:33:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-02T12:33:32Z</dc:date>
    <item>
      <title>load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635815#M233198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a problem in load script. While loading everything is going fine. All the lines are getting fetched. But its getting stuck after that so I have to kill the process and then start again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody please tell me why is it getting stuck ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 11:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635815#M233198</guid>
      <dc:creator />
      <dc:date>2014-06-02T11:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635816#M233199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any info in log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 11:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635816#M233199</guid>
      <dc:creator />
      <dc:date>2014-06-02T11:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635817#M233200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you get any errors or messages?&lt;/P&gt;&lt;P&gt;How much data?&lt;/P&gt;&lt;P&gt;How much memory on the machine?&lt;/P&gt;&lt;P&gt;How long does the process hang for?&lt;BR /&gt;Is there a lot of script in the LOAD that happens after you pull data?&lt;/P&gt;&lt;P&gt;What happens if you load with a smaller data set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc., etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 11:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635817#M233200</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-06-02T11:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635818#M233201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the application log file for more details like how much table loaded and fields and loaded. Also you can use error modes available for the load script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;set ErrorMode=0; //Check help for more details for error modes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Load * from location;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are the error Modes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBold" style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;0&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;No error&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;1&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;General error&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;2&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;Syntax error&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;3&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;General ODBC error&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;4&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;General OLE DB error&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;5&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;General custom database error&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;6&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;General XML error&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;7&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;General HTML error&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;8&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;File not found&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;9&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;Database not found&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;10&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;Table not found&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;11&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;Field not found&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;12&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;File has wrong format&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;13&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;BIFF error&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;14&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;BIFF error encrypted&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;15&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;BIFF error unsupported version&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;16&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;Semantic error&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 11:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635818#M233201</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-02T11:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635819#M233202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to qlikview. Could you please tell me how to check application log for errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 11:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635819#M233202</guid>
      <dc:creator />
      <dc:date>2014-06-02T11:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635820#M233203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kavita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check log file and share the error which you are getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635820#M233203</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-06-02T12:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635821#M233204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having 2 tables both are having same number of columns with same name. I have added an additional column named flag to differentiate both the table data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script works fine when both the table column names are kept as it is. But i wanted date column name to be changed. So I changed it and then the script started getting stuck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635821#M233204</guid>
      <dc:creator />
      <dc:date>2014-06-02T12:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635822#M233205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do I find the log file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635822#M233205</guid>
      <dc:creator />
      <dc:date>2014-06-02T12:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635823#M233206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it is creating synthetic keys for a large number of record. Do you have many common fields between the tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635823#M233206</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-02T12:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635824#M233207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there are 10+ columns. But it works fine when all the column names are kept same. Problem comes only when I change one of those column name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635824#M233207</guid>
      <dc:creator />
      <dc:date>2014-06-02T12:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635825#M233208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Document Properties --&amp;gt;General--&amp;gt; Enable "Generate Logfile" option and reload your application . This will create automatic log file for your application.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/59938_pastedImage_0.png" style="width: 620px; height: 535px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635825#M233208</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-06-02T12:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635826#M233209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is because two tables with the same column names are automatically CONCATENATED (i.e. stacked on top of each other). By changing one of the column names you are causing them to be separate tables and therefore a large synthetic key is being generated at the end of the load script which is killing the machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you load the second table, precede the LOAD statement with CONCATENATE (&amp;lt;1st table name&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will force the concatenation and you will have a single table with all columns aligned except the one you changed the name of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635826#M233209</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2014-06-02T12:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635827#M233210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to "Edit script" &amp;gt; Debug &amp;gt; Check "Limited Load" to 100 and hit Run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reloading limited data, see if any synthetic table is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In first scenario, where no changes are made to the columns name, the 2 tables are concatenated automatically, in the second scenario, if you have 2 different columns, QV tries to create a synthetic table and that's why is getting stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635827#M233210</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2014-06-02T12:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635828#M233211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find the log file creation flag it is active of not in the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Document Properties &amp;gt;&amp;gt; General &amp;gt;&amp;gt; generate log files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See snap:-&lt;/P&gt;&lt;P&gt;&lt;IMG alt="log file.png" class="jive-image" src="/legacyfs/online/59929_log file.png" style="width: 620px; height: 116px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your data model may be there is synthetic keys are creation and due to that your application hags may be there are more field names are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And did you use error modes in the application.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635828#M233211</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-02T12:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635829#M233212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using debug instead of simply reloading. Then, in the debug screen, check Limited Load. It will suggest 10 as the number of records per table. This will be fine. Then, click in Run. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the script execution, go to the table viewer to see if it has created the synthetic keys. In case this is the reason, follow Jason's tips, using concatenate load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635829#M233212</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-02T12:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635830#M233213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using limited load option but I'm facing this problem in case of limited load as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635830#M233213</guid>
      <dc:creator />
      <dc:date>2014-06-02T12:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635831#M233214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't suggest a limited load...you need to use CONCATENATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635831#M233214</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2014-06-02T12:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635832#M233215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I have done the setting you suggested. Now could you please tell the location where I can find this log file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635832#M233215</guid>
      <dc:creator />
      <dc:date>2014-06-02T12:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: load script is getting stuck after loading all table rows</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635833#M233216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jason. Its working with CONCATENATE option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-is-getting-stuck-after-loading-all-table-rows/m-p/635833#M233216</guid>
      <dc:creator />
      <dc:date>2014-06-02T12:42:36Z</dc:date>
    </item>
  </channel>
</rss>

