<?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: Qlik Sense Reload fails randomly; Unknown LOAD statement error in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1583002#M63017</link>
    <description>Are you giving ADMIN access to all the users? I am not able to understand your concatenate statement. Is it missing comma after USERID. I have something like this in my app which works fine.&lt;BR /&gt;&lt;BR /&gt;Security_Table:&lt;BR /&gt;Load 'USER' as ACCESS,&lt;BR /&gt;field1,&lt;BR /&gt;field2 AS REDUCTION&lt;BR /&gt;FROM [lib://Qlik_QVD_Files/Security_QVD.qvd]&lt;BR /&gt;(qvd);&lt;BR /&gt;&lt;BR /&gt;CONCATENATE&lt;BR /&gt;&lt;BR /&gt;LOAD 'INTERNAL\SA_SCHEDULER' as USERID,&lt;BR /&gt;&lt;BR /&gt;'ADMIN' as ACCESS,&lt;BR /&gt;&lt;BR /&gt;'*' as field1,&lt;BR /&gt;&lt;BR /&gt;'*' as REDUCTION&lt;BR /&gt;&lt;BR /&gt;Autogenerate 1;&lt;BR /&gt;&lt;BR /&gt;SECTION ACCESS;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Load&lt;BR /&gt;ACCESS,&lt;BR /&gt;field1,&lt;BR /&gt;REDUCTION&lt;BR /&gt;RESIDENT Security_Table;&lt;BR /&gt;&lt;BR /&gt;SECTION APPLICATION;&lt;BR /&gt;</description>
    <pubDate>Tue, 21 May 2019 22:57:59 GMT</pubDate>
    <dc:creator>gautamak7</dc:creator>
    <dc:date>2019-05-21T22:57:59Z</dc:date>
    <item>
      <title>Qlik Sense Reload fails randomly; Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1581265#M63014</link>
      <description>&lt;P&gt;Hello, as the title suggests, I am currently getting an "Unknown LOAD statement error" message when I am trying to reload my app. The strange part is that this doesn't happen on every reload. Most of the time, it reloads fine, but every once in a while it will give this error message. If you try to reload after getting the error, it will reload just fine. Even so, we have a reload task scheduled to execute nightly, so we don't want it failing during that.&lt;/P&gt;&lt;P&gt;It always fails at the same place, typically 10 seconds in when we are getting our Section Access set up.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Section Access;
LOAD	
	'ADMIN' AS ACCESS,
	userid AS USERID,
	field1 AS FIELD_1,
	field2 AS FIELD_2,
	field3 AS FIELD_3
SQL SELECT * FROM Users;

Concatenate
Load * Inline [
	ACCESS, USERID
	ADMIN, INTERNAL\SA_SCHEDULER
];

Section Application;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It fails during the "Concatenate Load * Inline" statement. I have this included so that it will allow the reload task to run.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1581265#M63014</guid>
      <dc:creator>dselgo_eidex</dc:creator>
      <dc:date>2024-11-16T05:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Reload fails randomly; Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1581468#M63015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you paste the last part of the log file where the fail is shown?&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 09:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1581468#M63015</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-05-17T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Reload fails randomly; Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1582384#M63016</link>
      <description>&lt;P&gt;2019-05-16 18:20:32 0082 Concatenate&lt;BR /&gt;2019-05-16 18:20:32 0083 Load * Inline [&lt;BR /&gt;2019-05-16 18:20:32 0084 ACCESS, USERID&lt;BR /&gt;2019-05-16 18:20:32 0085 ADMIN, INTERNAL\SA_SCHEDULER&lt;BR /&gt;2019-05-16 18:20:32 0086 ]&lt;BR /&gt;2019-05-16 18:20:32 2 fields found: ACCESS, USERID,&lt;BR /&gt;2019-05-16 18:20:32 Error: Unknown LOAD statement error&lt;BR /&gt;2019-05-16 18:20:32 Unknown LOAD statement error&lt;BR /&gt;2019-05-16 18:20:32 Execution Failed&lt;BR /&gt;2019-05-16 18:20:32 Execution finished.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 18:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1582384#M63016</guid>
      <dc:creator>dselgo_eidex</dc:creator>
      <dc:date>2019-05-20T18:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Reload fails randomly; Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1583002#M63017</link>
      <description>Are you giving ADMIN access to all the users? I am not able to understand your concatenate statement. Is it missing comma after USERID. I have something like this in my app which works fine.&lt;BR /&gt;&lt;BR /&gt;Security_Table:&lt;BR /&gt;Load 'USER' as ACCESS,&lt;BR /&gt;field1,&lt;BR /&gt;field2 AS REDUCTION&lt;BR /&gt;FROM [lib://Qlik_QVD_Files/Security_QVD.qvd]&lt;BR /&gt;(qvd);&lt;BR /&gt;&lt;BR /&gt;CONCATENATE&lt;BR /&gt;&lt;BR /&gt;LOAD 'INTERNAL\SA_SCHEDULER' as USERID,&lt;BR /&gt;&lt;BR /&gt;'ADMIN' as ACCESS,&lt;BR /&gt;&lt;BR /&gt;'*' as field1,&lt;BR /&gt;&lt;BR /&gt;'*' as REDUCTION&lt;BR /&gt;&lt;BR /&gt;Autogenerate 1;&lt;BR /&gt;&lt;BR /&gt;SECTION ACCESS;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Load&lt;BR /&gt;ACCESS,&lt;BR /&gt;field1,&lt;BR /&gt;REDUCTION&lt;BR /&gt;RESIDENT Security_Table;&lt;BR /&gt;&lt;BR /&gt;SECTION APPLICATION;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2019 22:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1583002#M63017</guid>
      <dc:creator>gautamak7</dc:creator>
      <dc:date>2019-05-21T22:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Reload fails randomly; Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1583397#M63018</link>
      <description>&lt;P&gt;Yes, I am giving ADMIN access to all the users. Our scripts are very similar, except when I am concatenating on the&amp;nbsp;&lt;SPAN&gt;INTERNAL\SA_SCHEDULER user, I am doing so with an inline load rather than a normal load statement like you are. I am also not including the other reduction fields because it shouldn't matter when concatenating two tables together.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And like I said, the way I have it works a majority of the time, but it fails seemingly at random.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 13:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1583397#M63018</guid>
      <dc:creator>dselgo_eidex</dc:creator>
      <dc:date>2019-05-22T13:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Reload fails randomly; Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1608308#M63019</link>
      <description>&lt;P&gt;We are using Qlik Sense Server (June 2017, 11.11), and we are presenting same issue randomly.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Section Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Users:&lt;BR /&gt;Load Distinct&lt;BR /&gt;'USER' as ACCESS&lt;BR /&gt;,'CD\' &amp;amp; Upper("USER LOGIN IDENTIFIER") as USERID&lt;BR /&gt;,Upper("CUSTOMER NAME") as C_NAME&lt;BR /&gt;From $(vSrcPath)...Users.QVD (qvd);&lt;/P&gt;&lt;P&gt;Concatenate (Users)&lt;BR /&gt;LOAD&amp;nbsp;&lt;BR /&gt;ACCESS&lt;BR /&gt;,NTNAME as USERID&lt;BR /&gt;,Upper(C_NAME) as C_NAME&lt;BR /&gt;FROM $(vSrcPath).../Admins.csv&lt;BR /&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;Same code is running without problems in other QS server.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 02:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Reload-fails-randomly-Unknown-LOAD-statement-error/m-p/1608308#M63019</guid>
      <dc:creator>ragosu66</dc:creator>
      <dc:date>2019-08-01T02:18:17Z</dc:date>
    </item>
  </channel>
</rss>

