<?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 reaches end, but doesn't conclude, and no error messages in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642474#M1089957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HIC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Even after applying 10 limited rows debugging its not working again facing the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karim Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2015 10:43:48 GMT</pubDate>
    <dc:creator>Karim_Khan</dc:creator>
    <dc:date>2015-12-21T10:43:48Z</dc:date>
    <item>
      <title>Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642470#M1089953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I've pressed reload on a dashboard, and it spent a few minutes running through the script.&amp;nbsp; The Script Execution Progress window shows it has reached what I know is the last table and appears to have completely loaded it, but the dialogue window is not closing itself even though I have that checkbox selected.&amp;nbsp; It is also not letting me close it with the end here button, and I've had to close qlikview with task manager a couple times now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone provide me possible scenarios and solutions for this phenomenon?&amp;nbsp; The dashboard is on qlikview server and is live, I was just sneaking in a couple more fields and reloading it.&amp;nbsp; There are no errors in the script that I can see, and the Task Manager shows CPU Usage at ~25% and Physical Memory hanging at 80%.&amp;nbsp; (I've pushed the first past 80% and the second to 99% without crashing anything, so pretty sure those aren't the issue.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 18:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642470#M1089953</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2014-05-21T18:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642471#M1089954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe there is some problem with Read/write file. Copy the App and try again. If have store commands check the files of store, they could be the problem. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 18:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642471#M1089954</guid>
      <dc:creator>arthur_dom</dc:creator>
      <dc:date>2014-05-21T18:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642472#M1089955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the stage in the script where QlikView establishes the data model and creates the synthetic keys. If you have many synthetic keys, the script will hang at this stage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you load just a small amount of data - either by using "First 10" before each load statement, or by making a "Limited Load" in the script debugger - so you will be able to analyze the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 18:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642472#M1089955</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-05-21T18:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642473#M1089956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had added a resident load in script to do some more formulas for additional fields, and neglected to drop the previous table, so a massive Synthetic key ensued.&amp;nbsp; Adding the drop table after the latest resident load cleared the synthetic key and let the dashboard refresh.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS&amp;gt; I have had issues in the past where someone or something was accessing a file the same time the dashboard was trying to access it, causing the dashboard to error, so gave the other response a helpful answer mark for that.&amp;nbsp; (I did run around and make sure that wasn't the issue before I saw this correct answer response here.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 20:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642473#M1089956</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2014-05-21T20:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642474#M1089957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HIC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Even after applying 10 limited rows debugging its not working again facing the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karim Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 10:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642474#M1089957</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-12-21T10:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642475#M1089958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karim, In the document, open settings-&amp;gt; Document Properties.&amp;nbsp; And on the General tab, check the box for Generate Logfile in the upper right, then check Timestamp in Logfile Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go into your qvw and try the debug again.&amp;nbsp; Maybe right before you go to lunch and check on it during/after lunch.&amp;nbsp; (Safest if you can run it on your local desktop.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logfile is written as the script runs, so at worst you should see where it's hung even if the reload doesn't finish.&amp;nbsp; Then you can comment out that piece of script and the piece after it.&amp;nbsp; If the script runs okay after that, then you know the issue is something in that piece of script you commented out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other thing to do is be sure you're QV is update to 11.2 SR 12 - Doing that fixed a few random other issues I had with other things in the past too.&amp;nbsp; Lastly if it's just not reloading from QV Management Console, you might try rebooting the server to give the QV services and console a clean start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Server reboot is a last resort during business hours, but easy to get away with outside business hours (unless it's a 24/7 customer-facing dashboard, then you might stick with 5am EST or something appropriate for your business.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A couple more thoughts: In all likelihood the issue will be something with synthetic keys - if you have very many tables even 10 records might be a lot.&amp;nbsp; If you have many tables with a mix of the same fields, you might think about letting only one table bring in certain fields and all tables have one common key.&amp;nbsp; If your key needs to be multiple fields, you might concatenate those fields into a single key field like: field1&amp;amp;field2 as KeyField then relabel or comment out the component fields to keep them unique between the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if nearly all the fields are the same, but not quite all, you might just concatenate load the second table onto the first or left join onto a key field etc.&amp;nbsp; (Do a bit of trial and error to be sure result is a correct data model.)&amp;nbsp; Generally best to spell everything out and not let Qlikview try to figure out the intention. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 13:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642475#M1089958</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2015-12-21T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642476#M1089959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Steve,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your reply I will work on above mention things.I am little confused about last part because I have developer version only.I don't know how and where to clear the QV services and console clearance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks will check your solution hope it will work&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karim Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 13:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642476#M1089959</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-12-21T13:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642477#M1089960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, by all means skip the qlikview server/management console suggestions if you don't have those.&amp;nbsp; Going to help-qlikview update is a good place to start, then the more arduous troubleshooting after that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 14:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642477#M1089960</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2015-12-21T14:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642478#M1089961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a single table only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 14:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642478#M1089961</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-12-21T14:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642479#M1089962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to share the script?&amp;nbsp; Not sure how one table could get stuck.&amp;nbsp; Maybe if the database table you're querying is locked by someone else's query (they forget to write (nolock) or with nolock into the end of their query).&amp;nbsp; Or an interesting syntax error in the script itself though I can't think of what that would be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 14:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642479#M1089962</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2015-12-21T14:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642480#M1089963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFB Error logs Data and script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution started.&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QlikView Version:11.00.11154.0&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU Target&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x64&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operating System&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Windows 7 Professional Service Pack 1 (64 bit edition)&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wow64 mode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not using Wow64&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MDAC Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.1.7601.17514&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MDAC Full Install Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.1.7601.17514&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreferredCompression&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EnableParallelReload&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ParallelizeQvdLoads&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoSaveAfterReload&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BackupBeforeReload&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EnableFlushLog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SaveInfoWhenSavingFile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UserLogfileCharset&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OdbcLoginTimeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OdbcConnectionTimeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScriptWantsDbWrite&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScriptWantsExe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:48 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LogFile CodePage Used:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1252&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0002&amp;nbsp; SET ThousandSep=','&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0003&amp;nbsp; SET DecimalSep='.'&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0004&amp;nbsp; SET MoneyThousandSep=','&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0005&amp;nbsp; SET MoneyDecimalSep='.'&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0006&amp;nbsp; SET MoneyFormat='$#,##0.00;($#,##0.00)'&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0007&amp;nbsp; SET TimeFormat='h:mm:ss TT'&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0008&amp;nbsp; SET DateFormat='M/D/YYYY'&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0009&amp;nbsp; SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT'&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0010&amp;nbsp; SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec'&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0011&amp;nbsp; SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun'&lt;/P&gt;&lt;P&gt;12/21/2015 8:26:56 PM: 0017&amp;nbsp; CUSTOM CONNECT*Provider*JDBCConnector_x64.dll*XUserId*XPassword*&lt;/P&gt;&lt;P&gt;12/21/2015 8:27:01 PM: 0018&amp;nbsp; Directory&lt;/P&gt;&lt;P&gt;12/21/2015 8:27:01 PM: 0019&amp;nbsp; T_WAR_PRODUCT:&lt;/P&gt;&lt;P&gt;12/21/2015 8:27:01 PM: 0020&amp;nbsp; &lt;/P&gt;&lt;P&gt;12/21/2015 8:27:01 PM: 0021&amp;nbsp; &lt;/P&gt;&lt;P&gt;12/21/2015 8:27:01 PM: 0022&amp;nbsp; &lt;/P&gt;&lt;P&gt;12/21/2015 8:27:01 PM: 0023&amp;nbsp; SQL SELECT *&lt;/P&gt;&lt;P&gt;12/21/2015 8:27:01 PM: 0024&amp;nbsp; FROM ucpprd.ucp."t_war_product"&lt;/P&gt;&lt;P&gt;12/21/2015 8:27:03 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16 fields found: visit_dt, visitor_id, visit_nbr, ip_addr, hit_seq_nbr, hit_ts, site_nm, site_section_nm, product_nm, page_nm, product_view_cnt, product_edu_view_cnt, trial_initiate_cnt, cloud_initiate_cnt, edu_download_start_cnt, dt, 100 lines fetched&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Script code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOM CONNECT TO "Provider=JDBCConnector_x64.dll;jdbc:redshift://ucpprd.cusjr55gdzdb.us-east-1.redshift.amazonaws.com:5439/ucpprd?ssl=true&amp;amp;sslfactory=com.amazon.redshift.ssl.NonValidatingFactory;XUserId=CTCZMadLULaOXQVNNF;XPassword=RBfVGadLULaOXQVNDJQIWZNJRRMGDUC;";&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;T_WAR_PRODUCT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//First 1000000&lt;/P&gt;&lt;P&gt;//LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM ucpprd.ucp."t_war_product";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE T_WAR_PRODUCT INTO D:\UCP\KK_WAR_PRODUCT.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 15:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642480#M1089963</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-12-21T15:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642481#M1089964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have noticed the error if i am fetching 10 columns then in the result i am getting 10 columns data and extra comma is coming .don't know why its coming and how to resolve it?&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Error_Logs:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12/21/2015 8:46:14 PM: 0023&amp;nbsp; SQL SELECT visit_dt, visitor_id, visit_nbr, ip_addr, hit_seq_nbr, hit_ts, site_nm, site_section_nm, product_nm, page_nm, product_view_cnt, product_edu_view_cnt, trial_initiate_cnt, cloud_initiate_cnt, edu_download_start_cnt, dt&lt;/P&gt;&lt;P&gt;12/21/2015 8:46:14 PM: 0024&amp;nbsp; FROM ucp.t_war_product&lt;/P&gt;&lt;P&gt;12/21/2015 8:46:16 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16 fields found: visit_dt, visitor_id, visit_nbr, ip_addr, hit_seq_nbr, hit_ts, site_nm, site_section_nm, product_nm, page_nm, product_view_cnt, product_edu_view_cnt, trial_initiate_cnt, cloud_initiate_cnt, edu_download_start_cnt, dt, 10 lines fetched&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 15:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642481#M1089964</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-12-21T15:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642482#M1089965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karim, I think you need to remove the // from in front of your LOAD *; or you're telling Qlikview to select things but not load anything.&amp;nbsp; Like so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//First 1000000&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM ucpprd.ucp."t_war_product";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, the //First 1000000 can be left out probably (with the // in front of it it's not doing anything now though).&amp;nbsp; I see it only fetched 100 rows from the select statement, so not sure what would happen if you tried to tell it to load the first million and only a hundred were present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, I have noticed in my own data model that if I try to load 'the first 10' and those rows happen to be null values in the fields I selected, it will load nothing rather than skip to the rows that have values.&amp;nbsp; (Commonly happens if the first bunch of records are just test records and test user didn't populate all fields.&amp;nbsp; First 1000 or first 10000 tends to get me past those test people in our data set.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: You will also want to edit your post to truncate or scramble the xuserid and xpassword stuff.&amp;nbsp; The xpassword is encrypted by Qlikview, but people with advanced knowledge of know how that works might know how to decrypt it.&amp;nbsp; (I always just go with abc123 as a placeholder in forum posts and just woe to anyone who actually uses abc123 for a password. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 15:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642482#M1089965</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2015-12-21T15:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642483#M1089966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then why it is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIRST 10&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;from ucpprd.ucp."t_war_product";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have noticed the error if am fetching 16 columns from my table then in the result its giving me the 16 columns plus extra comma(,)is coming due to which it is going into infinite loop now am investigating that only how to sort this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 15:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642483#M1089966</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-12-21T15:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642484#M1089967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karim, instead of SQL Select *; you could list the fields and see if that solves the issue.&amp;nbsp; Infinite loop sounds like a good culprit for something never finishing though. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; I do believe you need to keep a Load *; above your SQL Select if you want qlikview to actually hold any of the data for you to use on the front end too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;SQL Select&lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;field2,&lt;/P&gt;&lt;P&gt;field3&lt;/P&gt;&lt;P&gt;FROM table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642484#M1089967</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2015-12-21T17:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642485#M1089969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Steve,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have tried your suggestion also &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;now some new log data is genrated but script execution is not getting finished.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Execution started.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QlikView Version:11.00.11154.0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CPU Target&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x64&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Operating System&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Windows 7 Professional Service Pack 1 (64 bit edition)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wow64 mode&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not using Wow64&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MDAC Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.1.7601.17514&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MDAC Full Install Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.1.7601.17514&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PreferredCompression&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EnableParallelReload&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ParallelizeQvdLoads&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoSaveAfterReload&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BackupBeforeReload&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EnableFlushLog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SaveInfoWhenSavingFile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UserLogfileCharset&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OdbcLoginTimeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OdbcConnectionTimeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScriptWantsDbWrite&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScriptWantsExe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LogFile CodePage Used:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1252&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0002&amp;nbsp; SET ThousandSep=','&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0003&amp;nbsp; SET DecimalSep='.'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0004&amp;nbsp; SET MoneyThousandSep=','&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0005&amp;nbsp; SET MoneyDecimalSep='.'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0006&amp;nbsp; SET MoneyFormat='$#,##0.00;($#,##0.00)'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0007&amp;nbsp; SET TimeFormat='h:mm:ss TT'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0008&amp;nbsp; SET DateFormat='M/D/YYYY'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0009&amp;nbsp; SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0010&amp;nbsp; SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0011&amp;nbsp; SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0012&amp;nbsp; SET ErrorMode=0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:06 PM: 0014&amp;nbsp; CUSTOM CONNECT*Provider*JDBCConnector_x64.dll*XUserId*XPassword*&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:11 PM: 0016&amp;nbsp; FIRST 10&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:11 PM: 0017&amp;nbsp; LOAD *&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:11 PM: 0018&amp;nbsp; SQL SELECT visit_dt, visitor_id, visit_nbr, ip_addr, hit_seq_nbr, hit_ts, site_nm, site_section_nm, product_nm, page_nm, product_view_cnt, product_edu_view_cnt, trial_initiate_cnt, cloud_initiate_cnt, edu_download_start_cnt, dt&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:11 PM: 0019&amp;nbsp; from ucpprd.ucp."t_war_product"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:12 PM:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16 fields found: visit_dt, visitor_id, visit_nbr, ip_addr, hit_seq_nbr, hit_ts, site_nm, site_section_nm, product_nm, page_nm, product_view_cnt, product_edu_view_cnt, trial_initiate_cnt, cloud_initiate_cnt, edu_download_start_cnt, dt, 10 lines fetched&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;12/21/2015 10:45:13 PM: 0023&amp;nbsp; STORE KK_PRODUCT INTO D:\UCP\KK_UAT.QVD(QVD)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642485#M1089969</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-12-21T17:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script execution reaches end, but doesn't conclude, and no error messages</title>
      <link>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642486#M1089971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Script_Debugger.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109606_Script_Debugger.png" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-execution-reaches-end-but-doesn-t-conclude-and-no-error/m-p/642486#M1089971</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-12-21T17:22:41Z</dc:date>
    </item>
  </channel>
</rss>

