<?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: Unknown LOAD statement error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1631197#M1246964</link>
    <description>&lt;P&gt;The link is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://XXXX.com/7-day_trends_for_2019_week_40.dir/elec1.allgeneration.csv" target="_blank"&gt;http://XXXX.com/7-day_trends_for_2019_week_40.dir/elec1.allgeneration.csv&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2019 17:22:24 GMT</pubDate>
    <dc:creator>lockematthewp</dc:creator>
    <dc:date>2019-10-03T17:22:24Z</dc:date>
    <item>
      <title>Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1631190#M1246959</link>
      <description>&lt;P&gt;I am trying to pull data from a csv in a URL. I am able to do so with no issues on QV Desktop. However, when I try to post on the access point, I am getting an unknown load statement error. The log file is below. (I removed the URL but I have no issues opening from a web browser or QV Desktop)&lt;/P&gt;&lt;P&gt;By the way, the URL is calculated by below expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i = week(today()-7);&lt;BR /&gt;i = Num(i, '00');&lt;BR /&gt;j = year(today()-7);&lt;/P&gt;&lt;P&gt;vURL = '&lt;A href="http://XXXX/7-day_trends_for_" target="_blank"&gt;http://XXXX/7-day_trends_for_&lt;/A&gt;' &amp;amp; $(j) &amp;amp; '_week_' &amp;amp; $(i) &amp;amp; '.XXXX.csv';&lt;/P&gt;&lt;P&gt;OnlineData:&lt;BR /&gt;//Load last week data&lt;BR /&gt;CrossTable(Source, Value)&lt;BR /&gt;LOAD Date.Time,&lt;BR /&gt;//[4E_Diesel_Gen],&lt;BR /&gt;[18G_Diesel_Regen],&lt;BR /&gt;[10K_Diesel_Regen]//,&lt;BR /&gt;//[18E_Cell_3_Diesel_Gen]&lt;BR /&gt;FROM&lt;BR /&gt;$(vURL)&lt;BR /&gt;(txt, codepage is 28591, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2019-10-01 07:55:11 Execution started.&lt;BR /&gt;2019-10-01 07:55:11 QlikView Desktop Version 12.20.20600+2018-05-02 14:59:34+8646aa8&lt;BR /&gt;2019-10-01 07:55:11 CPU Target x64&lt;BR /&gt;2019-10-01 07:55:11 Operating System Windows Server 2012 R2 Standard (64 bit edition)&lt;BR /&gt;2019-10-01 07:55:11 Wow64 mode Not using Wow64&lt;BR /&gt;2019-10-01 07:55:11 Language 0409 English (United States) English&lt;BR /&gt;2019-10-01 07:55:11 Country 1 United States United States&lt;BR /&gt;2019-10-01 07:55:11 MDAC Version 6.3.9600.16384&lt;BR /&gt;2019-10-01 07:55:11 MDAC Full Install Version 6.3.9600.16384&lt;BR /&gt;2019-10-01 07:55:11 PreferredCompression 2&lt;BR /&gt;2019-10-01 07:55:11 EnableParallelReload 1&lt;BR /&gt;2019-10-01 07:55:11 ParallelizeQvdLoads 1&lt;BR /&gt;2019-10-01 07:55:11 AutoSaveAfterReload 0&lt;BR /&gt;2019-10-01 07:55:11 BackupBeforeReload 0&lt;BR /&gt;2019-10-01 07:55:11 EnableFlushLog 0&lt;BR /&gt;2019-10-01 07:55:11 SaveInfoWhenSavingFile 0&lt;BR /&gt;2019-10-01 07:55:11 UserLogfileCharset 65001&lt;BR /&gt;2019-10-01 07:55:11 OdbcLoginTimeout -1&lt;BR /&gt;2019-10-01 07:55:11 OdbcConnectionTimeout -1&lt;BR /&gt;2019-10-01 07:55:11 LongestPossibleLine 1048576&lt;BR /&gt;2019-10-01 07:55:11 MaxCoreMask -1&lt;BR /&gt;2019-10-01 07:55:11 ScriptWantsDbWrite false&lt;BR /&gt;2019-10-01 07:55:11 ScriptWantsExe false&lt;BR /&gt;2019-10-01 07:55:11 LogFile CodePage Used: 65001&lt;BR /&gt;2019-10-01 07:55:11 UseMemoryFillPattern 1&lt;BR /&gt;2019-10-01 07:55:11 ScriptMode Legacy (gives greater system access) (aka qv11 mode)&lt;BR /&gt;2019-10-01 07:55:11 SequentialThreadCount 103&lt;BR /&gt;2019-10-01 07:55:11 NumberOfCores (effective) 32&lt;BR /&gt;2019-10-01 07:55:11 ReloadCodebase Bnf&lt;BR /&gt;2019-10-01 07:55:11 Reload Executed By XXXX&lt;BR /&gt;2019-10-01 07:55:11 Process Executing QlikView Desktop&lt;BR /&gt;2019-10-01 07:55:11 Process ID 3160&lt;BR /&gt;2019-10-01 07:55:11 0002 SET ThousandSep=','&lt;BR /&gt;2019-10-01 07:55:11 0003 SET DecimalSep='.'&lt;BR /&gt;2019-10-01 07:55:11 0004 SET MoneyThousandSep=','&lt;BR /&gt;2019-10-01 07:55:11 0005 SET MoneyDecimalSep='.'&lt;BR /&gt;2019-10-01 07:55:11 0006 SET MoneyFormat='$#,##0.00;-$#,##0.00'&lt;BR /&gt;2019-10-01 07:55:11 0007 SET TimeFormat='h:mm:ss TT'&lt;BR /&gt;2019-10-01 07:55:11 0008 SET DateFormat='M/D/YYYY'&lt;BR /&gt;2019-10-01 07:55:11 0009 SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT'&lt;BR /&gt;2019-10-01 07:55:11 0010 SET FirstWeekDay=0&lt;BR /&gt;2019-10-01 07:55:11 0011 SET BrokenWeeks=1&lt;BR /&gt;2019-10-01 07:55:11 0012 SET ReferenceDay=0&lt;BR /&gt;2019-10-01 07:55:11 0013 SET FirstMonthOfYear=1&lt;BR /&gt;2019-10-01 07:55:11 0014 SET CollationLocale='en-US'&lt;BR /&gt;2019-10-01 07:55:11 0015 SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec'&lt;BR /&gt;2019-10-01 07:55:11 0016 SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December'&lt;BR /&gt;2019-10-01 07:55:11 0017 SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun'&lt;BR /&gt;2019-10-01 07:55:11 0018 SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday'&lt;BR /&gt;2019-10-01 07:55:11 0020 LOAD * FROM Files\EnergyCurtailmentData.qvd (qvd)&lt;BR /&gt;2019-10-01 07:55:11 0021 where (WeekNumber &amp;amp; Year) &amp;lt;&amp;gt; (week(today()-7) &amp;amp; year(today()-7)) and&lt;BR /&gt;2019-10-01 07:55:11 0022 (WeekNumber &amp;amp; Year) &amp;lt;&amp;gt; (week(today()) &amp;amp; year(today()))&lt;BR /&gt;2019-10-01 07:55:11 9 fields found: Source, Value, Date, Time, DateOnly, Date.Time, WeekNumber, DayName, Year,&lt;BR /&gt;2019-10-01 07:55:11 50,872 lines fetched&lt;BR /&gt;2019-10-01 07:55:11 0024 i = week(today()-7)&lt;BR /&gt;2019-10-01 07:55:11 0025 i = Num(i, '00')&lt;BR /&gt;2019-10-01 07:55:11 0026 j = year(today()-7)&lt;BR /&gt;2019-10-01 07:55:11 0028 OnlineData:&lt;BR /&gt;2019-10-01 07:55:11 0029&lt;BR /&gt;2019-10-01 07:55:11 0030 CrossTable(Source, Value)&lt;BR /&gt;2019-10-01 07:55:11 0031 LOAD [Date.Time],&lt;BR /&gt;2019-10-01 07:55:11 0032&lt;BR /&gt;2019-10-01 07:55:11 0033 [18G_Diesel_Regen],&lt;BR /&gt;2019-10-01 07:55:11 0034 [10K_Diesel_Regen]&lt;BR /&gt;2019-10-01 07:55:11 0035&lt;BR /&gt;2019-10-01 07:55:11 0036 FROM&lt;BR /&gt;2019-10-01 07:55:11 0037 [&lt;A href="http://XXXX/7-day_trends_for_2019_week_39.dir/XXXX.csv" target="_blank"&gt;http://XXXX/7-day_trends_for_2019_week_39.dir/XXXX.csv&lt;/A&gt;]&lt;BR /&gt;2019-10-01 07:55:11 0038 (txt, codepage is 28591, embedded labels, delimiter is ',', msq)&lt;BR /&gt;2019-10-01 07:55:33 Error: Unknown LOAD statment error&lt;BR /&gt;2019-10-01 07:56:07 Unknown LOAD statment error&lt;BR /&gt;2019-10-01 07:56:07 Execution Failed&lt;BR /&gt;2019-10-01 07:56:07 Execution finished.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1631190#M1246959</guid>
      <dc:creator>lockematthewp</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1631196#M1246961</link>
      <description>&lt;P&gt;Where is dir coming from?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 655px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20654iC8A9D15D3341B12C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 17:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1631196#M1246961</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-03T17:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1631197#M1246964</link>
      <description>&lt;P&gt;The link is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://XXXX.com/7-day_trends_for_2019_week_40.dir/elec1.allgeneration.csv" target="_blank"&gt;http://XXXX.com/7-day_trends_for_2019_week_40.dir/elec1.allgeneration.csv&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 17:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1631197#M1246964</guid>
      <dc:creator>lockematthewp</dc:creator>
      <dc:date>2019-10-03T17:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1632017#M1246967</link>
      <description>&lt;P&gt;Can anyone help me with this? Is there a setting that needs changed on QMC to allow pulling data from the web?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 12:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1632017#M1246967</guid>
      <dc:creator>lockematthewp</dc:creator>
      <dc:date>2019-10-07T12:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown LOAD statement error</title>
      <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1633708#M1246969</link>
      <description>&lt;P&gt;Matthew, I cannot recall what version you are running?&amp;nbsp; There might be something, but I think that is for images, not just a URL, so my hunch would be this has to do with either the service account not having access to that location, or something not likely the access request coming from a service versus a logged on user, there is a difference.&amp;nbsp; Shout back and let us know about the above, and that may give us some further ideas.&amp;nbsp; One other thing occurred to me, are you guys running a Proxy server on the server by chance?&amp;nbsp; That could be the other issue, the service/service account may be getting caught by that potentially as well if that is configured.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 14:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statement-error/m-p/1633708#M1246969</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-10T14:14:17Z</dc:date>
    </item>
  </channel>
</rss>

