<?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: general script error on store command in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103209#M628811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have plenty of disk space.&lt;/P&gt;&lt;P&gt;RAM&amp;nbsp; usage is at 99% at time of failure.&lt;/P&gt;&lt;P&gt;It runs for about 10 minutes at the store statement and then fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2016 17:04:11 GMT</pubDate>
    <dc:creator>gerrycastellino</dc:creator>
    <dc:date>2016-08-12T17:04:11Z</dc:date>
    <item>
      <title>general script error on store command</title>
      <link>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103207#M628809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'General Script Error'&amp;nbsp; being thrown on a store command from a section of code below&lt;/P&gt;&lt;P&gt;When I reduce the r&lt;/P&gt;&lt;P&gt;Record loads to 10M&amp;nbsp; records for this assetdetail table it works fine.&lt;/P&gt;&lt;P&gt;On a full load - it has 31M records.&lt;/P&gt;&lt;P&gt;There are no other locks that I know on this table.&lt;/P&gt;&lt;P&gt;I have deleted and regenerated all QVD files.&lt;/P&gt;&lt;P&gt;Put in &lt;STRONG&gt;sleep(5000) &lt;/STRONG&gt; statement, and &lt;STRONG&gt;SET ErrorMode=0; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This was work as of yesterday,&amp;nbsp; not sure why all of a sudden this is now happening.&lt;/P&gt;&lt;P&gt;See also log files and qvw files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/////////////////////////////////////////////////////////////////////////&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;LET vAudienceSizingTableName_TEMP&lt;/TD&gt;&lt;TD&gt;= 'AudienceSizing_TEMP';&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;LET vAudienceSizingTEMPQVD&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;=&amp;nbsp; vBaseDir &amp;amp; 'QlikView_QVD\$(Folder)\$(QVDType)\$(Folder).$(QVDType).$(vAudienceSizingTableName_TEMP).qvd';&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ErrorMode=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;$(vAudienceSizingTableName_TEMP):&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; %Record_Counter,&lt;/P&gt;&lt;P&gt;&amp;nbsp; marketo_id_key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; sfdc_contact_id_key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; %marketo_id_key_Activity,&lt;/P&gt;&lt;P&gt;&amp;nbsp; %email_key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; %sfdc_contact_id_key_AssetDetail&lt;/P&gt;&lt;P&gt;FROM [$(vAudienceSizingQVD)] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; %email_key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; reportclassification&lt;/P&gt;&lt;P&gt;FROM [$(vTauonlineuserQVD)] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; %marketo_id_key_Activity,&lt;/P&gt;&lt;P&gt;&amp;nbsp; E_NewsletterEngagement,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ER2BH&lt;/P&gt;&lt;P&gt;FROM [$(vTactivityQVD)] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; marketo_id_key,&lt;/P&gt;&lt;P&gt;&amp;nbsp; E_TrialEngagement&lt;/P&gt;&lt;P&gt;FROM [$(vTsupplementalusageQVD)] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left Join&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; %sfdc_contact_id_key_AssetDetail,&lt;/P&gt;&lt;P&gt;&amp;nbsp; E_SubsEngagement&lt;/P&gt;&lt;P&gt;FROM [$(vTassetdetailQVD)] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//error seems to be at this store syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//works fine if I limit record load to 10M &lt;STRONG&gt;(out of total of 32M) &lt;/STRONG&gt;records from the assetdetail QVD file &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sleep(5000);&lt;/P&gt;&lt;P&gt;store $(vAudienceSizingTableName_TEMP) into $(vAudienceSizingTEMPQVD);&lt;/P&gt;&lt;P&gt;sleep(5000);&lt;/P&gt;&lt;P&gt;DROP table $(vAudienceSizingTableName_TEMP);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 16:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103207#M628809</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2016-08-12T16:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: general script error on store command</title>
      <link>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103208#M628810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure your machine isn't running out of memory or disk space. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 16:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103208#M628810</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-12T16:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: general script error on store command</title>
      <link>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103209#M628811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have plenty of disk space.&lt;/P&gt;&lt;P&gt;RAM&amp;nbsp; usage is at 99% at time of failure.&lt;/P&gt;&lt;P&gt;It runs for about 10 minutes at the store statement and then fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 17:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103209#M628811</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2016-08-12T17:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: general script error on store command</title>
      <link>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103210#M628812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that you're running out of ram then. Try a machine with more ram. You could also try replacing the left joins with the use of mapping tables and the applymap function. Perhaps that has a positive effect on the amount of ram used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 17:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103210#M628812</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-12T17:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: general script error on store command</title>
      <link>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103211#M628813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That approach seems to have worked !&lt;/P&gt;&lt;P&gt;Tell me where to send the box of chocolates !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2016 02:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/general-script-error-on-store-command/m-p/1103211#M628813</guid>
      <dc:creator>gerrycastellino</dc:creator>
      <dc:date>2016-08-13T02:55:21Z</dc:date>
    </item>
  </channel>
</rss>

