<?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 General Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/General-Error/m-p/228465#M80491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the line 144 of your script ?&lt;/P&gt;&lt;P&gt;what are the previous lines ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2009 16:09:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-30T16:09:45Z</dc:date>
    <item>
      <title>General Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Error/m-p/228464#M80490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm doing a binary load that contains a sales and a positions table as well as several others.&lt;BR /&gt;after the binary I'm concatenating another sales and an other positions table.&lt;/P&gt;&lt;P&gt;The script runs perfectly on my pc. As soon as we try it on customer side (on several different pcs with same qv9 sr1 version) I'm getting an exit script: on line 0144 exit script General Script Error.&lt;/P&gt;&lt;P&gt;I found out that that there's an problem with positions (without positions it's working). But log file says that all&lt;BR /&gt;data is loaded "2.823.123 Sätze erhalten".&lt;BR /&gt;Does someone know what's this error caused by and why it's working on my pc?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Aloah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 14:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Error/m-p/228464#M80490</guid>
      <dc:creator />
      <dc:date>2009-10-30T14:34:07Z</dc:date>
    </item>
    <item>
      <title>General Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Error/m-p/228465#M80491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the line 144 of your script ?&lt;/P&gt;&lt;P&gt;what are the previous lines ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 16:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Error/m-p/228465#M80491</guid>
      <dc:creator />
      <dc:date>2009-10-30T16:09:45Z</dc:date>
    </item>
    <item>
      <title>General Error</title>
      <link>https://community.qlik.com/t5/QlikView/General-Error/m-p/228466#M80492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script looks like this:&lt;BR /&gt;I misinterpreted the line 0144 -&amp;gt; this is form exit script tab at the end of the script.&lt;/P&gt;&lt;P&gt;I only get General error. Sorry for the confusion.&lt;/P&gt;&lt;P&gt;Is exit script making problem on reload tasks?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;30.10.2009 08:53:59: Start der Skript-Ausführung&lt;BR /&gt;30.10.2009 08:53:59: QlikView Version:9.00.7257.6&lt;BR /&gt;30.10.2009 08:53:59: 0002 Binary base_data.qvw&lt;BR /&gt;30.10.2009 08:54:03: 0006 SET ThousandSep='.'&lt;BR /&gt;30.10.2009 08:54:03: 0007 SET DecimalSep=','&lt;BR /&gt;30.10.2009 08:54:03: 0008 SET MoneyThousandSep='.'&lt;BR /&gt;30.10.2009 08:54:03: 0009 SET MoneyDecimalSep=','&lt;BR /&gt;30.10.2009 08:54:03: 0010 SET MoneyFormat='#.##0,00 €;-#.##0,00 €'&lt;BR /&gt;30.10.2009 08:54:03: 0011 SET TimeFormat='hh:mm:ss'&lt;BR /&gt;30.10.2009 08:54:03: 0012 SET DateFormat='DD.MM.YYYY'&lt;BR /&gt;30.10.2009 08:54:03: 0013 SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]'&lt;BR /&gt;30.10.2009 08:54:03: 0014 SET MonthNames='Jan;Feb;Mrz;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;Dez'&lt;BR /&gt;30.10.2009 08:54:03: 0015 SET DayNames='Mo;Di;Mi;Do;Fr;Sa;So'&lt;BR /&gt;&lt;BR /&gt;30.10.2009 08:54:03: 0020 Concatenate(Sales)&lt;BR /&gt;30.10.2009 08:54:03: 0021 LOAD Field1&lt;BR /&gt;30.10.2009 08:54:03: 0022 Field2,&lt;BR /&gt;.......&lt;BR /&gt;30.10.2009 08:54:03: 0109 Field89&lt;BR /&gt;30.10.2009 08:54:03: 0110 FROM&lt;BR /&gt;30.10.2009 08:54:03: 0111 qvd\Sales_total.qvd&lt;BR /&gt;30.10.2009 08:54:03: 0112 (qvd)&lt;BR /&gt;30.10.2009 08:54:03: 89 Felder gefunden: Field1, Field2,..., Field89, 324.212 Sätze erhalten&lt;BR /&gt;30.10.2009 08:54:05: 0114 Concatenate(Pos)&lt;BR /&gt;30.10.2009 08:54:05: 0115 LOAD PField1,&lt;BR /&gt;30.10.2009 08:54:05: 0116 PField2,&lt;BR /&gt;.....&lt;BR /&gt;30.10.2009 08:54:05: 0139 PField25&lt;BR /&gt;30.10.2009 08:54:05: 0140 FROM&lt;BR /&gt;30.10.2009 08:54:05: 0141 qvd\Pos_total.qvd&lt;BR /&gt;30.10.2009 08:54:05: 0142 (qvd)&lt;BR /&gt;30.10.2009 08:54:05: 25 Felder gefunden: PField1, PField2,....., Field25, 1.283.128 Sätze erhalten&lt;BR /&gt;30.10.2009 08:54:09: 0144 exit script&lt;BR /&gt;30.10.2009 08:54:10: General Script Error&lt;BR /&gt;30.10.2009 08:54:10: Fehler bei der Ausführung&lt;BR /&gt;30.10.2009 08:54:10: Ende der Skript-Ausführung&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 21:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Error/m-p/228466#M80492</guid>
      <dc:creator />
      <dc:date>2009-10-30T21:30:17Z</dc:date>
    </item>
  </channel>
</rss>

