<?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: Script Execution Process hangs when load finishes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722188#M1072840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try saving it to another name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SET&amp;nbsp; &lt;STRONG&gt;qBooks&lt;/STRONG&gt;= 'BooksOld.qvd';&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Books:&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD *&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM BooksNew.qvd (qvd);&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Concatenate (Books)&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD *&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FRom&amp;nbsp; BooksOld.qvd (qvd)&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WHERE NOT(Exists(Ref_id));&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STORE Books INTO BooksTest;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Could be that QlikView is locking the Books.qvd for some unknown reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 07:48:34 GMT</pubDate>
    <dc:creator>jerrysvensson</dc:creator>
    <dc:date>2014-08-07T07:48:34Z</dc:date>
    <item>
      <title>Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722180#M1072832</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;I am doing an incremental load where basically I am saving the newest data in a qvd and load the old data from another qvd. Then I just merge both qvds and remove any duplicate ones by looking at their IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am merging the qvds by doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET&amp;nbsp; q_Books= 'BooksOld.qvd';&lt;/P&gt;&lt;P&gt;Books:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM BooksNew.qvd (qvd);&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FRom&amp;nbsp; BooksOld.qvd (qvd)&lt;/P&gt;&lt;P&gt;WHERE NOT(Exists(Ref_id));&lt;/P&gt;&lt;P&gt;STORE Books INTO '$(q_Books)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works good and the qvd is updated with the new data but as soon as the script finishes the 'script execution process' gets stuck and I have to force close the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I separated the storage of the new data in one qvw and the merging of the data in another qvw and everything worked fine and the 'script execution process' closed normally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really need both processes to be in the same qvw, does anyone know how to go about it please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 07:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722180#M1072832</guid>
      <dc:creator />
      <dc:date>2014-08-06T07:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722181#M1072833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose your user (the one doing the reload) does have RW access to that directory?&lt;/P&gt;&lt;P&gt;I have been doing similar things, building up historizations of several tables which do not have a history in the database.&lt;/P&gt;&lt;P&gt;What I generally do is a slightly different order of steps:&lt;/P&gt;&lt;P&gt;- First I load the data from the qvd that is already there&lt;/P&gt;&lt;P&gt;- Then I concatenate a LOAD from the live database (no need for an intermediary qvd), if necessary with a failsafe (in&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case there are 0 records meeting all of my filters)&lt;/P&gt;&lt;P&gt;- Last, I store the whole thing away again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases (there can be restrictions, like, the app runs every 3hrs, but I want anything added to the historization_qvd only once a day), I need to slightly modify it:&lt;/P&gt;&lt;P&gt;- do the LOAD from the live database first (find out the nr. of rows for the failsafe if such is necessary)&lt;/P&gt;&lt;P&gt;- load the existing qvd&lt;/P&gt;&lt;P&gt;- concatenate a RESIDENT LOAD from the first (build in the failsafe here if necessary)&lt;/P&gt;&lt;P&gt;- store the whole thing away again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,m&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 08:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722181#M1072833</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-08-06T08:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722182#M1072834</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;Thanks for you reply. Yes the user has the required acces to the directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I have tried the Resident load, infact that was the approach I was working with at first, then I stored them in separate qvd for testing. The same happens when using 'Resident'; the 'script execution process' gets stuck and I have to force close qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is that if I do them in separate qvws, everything works fine and also the qvds are updated succesfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 08:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722182#M1072834</guid>
      <dc:creator />
      <dc:date>2014-08-06T08:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722183#M1072835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is correct that you declares a var like qBooks and then uses another like q_Books?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET&amp;nbsp; &lt;STRONG&gt;qBooks&lt;/STRONG&gt;= 'BooksOld.qvd';&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Books:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM BooksNew.qvd (qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FRom&amp;nbsp; BooksOld.qvd (qvd)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE NOT(Exists(Ref_id));&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STORE Books INTO '$(&lt;STRONG&gt;q_Books&lt;/STRONG&gt;)';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 10:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722183#M1072835</guid>
      <dc:creator>PabloOrtiz</dc:creator>
      <dc:date>2014-08-06T10:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722184#M1072836</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;Sorry that was a typo, both variable names are the same in my load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 10:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722184#M1072836</guid>
      <dc:creator />
      <dc:date>2014-08-06T10:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722185#M1072837</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;If you don't need the "Books" table in the qvw after storing it, try to drop it:&lt;/P&gt;&lt;P&gt;DROP Table Books;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will make your qvw smaller on disk, and opening it will be quicker.&lt;/P&gt;&lt;P&gt;It may help your hanging issue, I don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/gg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 13:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722185#M1072837</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2014-08-06T13:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722186#M1072838</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;Thanks for your reply. I tried that as well, still it does not work :S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 06:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722186#M1072838</guid>
      <dc:creator />
      <dc:date>2014-08-07T06:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722187#M1072839</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Make sure you have a drop statement at the end of the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What could be the reason is, Qlikview is trying to create a sync table and due to huge filed list it hangs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 07:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722187#M1072839</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2014-08-07T07:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722188#M1072840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try saving it to another name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SET&amp;nbsp; &lt;STRONG&gt;qBooks&lt;/STRONG&gt;= 'BooksOld.qvd';&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Books:&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD *&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM BooksNew.qvd (qvd);&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Concatenate (Books)&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD *&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FRom&amp;nbsp; BooksOld.qvd (qvd)&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WHERE NOT(Exists(Ref_id));&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STORE Books INTO BooksTest;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Could be that QlikView is locking the Books.qvd for some unknown reason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 07:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722188#M1072840</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2014-08-07T07:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722189#M1072841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have two or more tables with a lot of same field names qlikview will try to calculate the syntetic keys. Depending on the data volume this can take very long or even never end.&lt;BR /&gt;Solution: Make sure each Table has only one key field to every other table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 07:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722189#M1072841</guid>
      <dc:creator>tobias_klett</dc:creator>
      <dc:date>2014-08-07T07:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722190#M1072842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try loading the model in debug mode and reduce the number of rows loaded to 100 or 1000. If the model is failing because of a synkey, then it should be able to calculate the key with the reduced data set and finish successfully. Then you can check your data model to see where the problem is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 08:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722190#M1072842</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-08-07T08:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Script Execution Process hangs when load finishes</title>
      <link>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722191#M1072843</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;Thanks for all your help. Turned out I had a missing DROP TABLE statement! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All is working good now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again,&lt;/P&gt;&lt;P&gt;Kelly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 08:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-Execution-Process-hangs-when-load-finishes/m-p/722191#M1072843</guid>
      <dc:creator />
      <dc:date>2014-08-07T08:33:02Z</dc:date>
    </item>
  </channel>
</rss>

