<?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 Unknown LOAD statment error on QMC, Load from FTP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statment-error-on-QMC-Load-from-FTP/m-p/1746607#M1313721</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have a data file I need to load from FTP. When I reload the script it runs fine but when QMC reloads it, it seems to cause: &lt;STRONG&gt;Error: Unknown LOAD statment error&lt;/STRONG&gt; ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if it is caused by the FTP? My script looks like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET ftp = '&lt;A href="ftp://USERNAME:PASSWORD@FTP_HOST" target="_blank"&gt;ftp://USERNAME:PASSWORD@FTP_HOST&lt;/A&gt;';&lt;/P&gt;&lt;P&gt;SET datafile = 'Filename';&lt;/P&gt;&lt;P&gt;SET ext = '.csv';&lt;/P&gt;&lt;P&gt;SET typCSV = "(txt, codepage is 1252, embedded labels, delimiter is ',', no quotes)";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;$(ftp)$(datafile)$(ext)&lt;BR /&gt;$(typCSV);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>terry_kim1</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Unknown LOAD statment error on QMC, Load from FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statment-error-on-QMC-Load-from-FTP/m-p/1746607#M1313721</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have a data file I need to load from FTP. When I reload the script it runs fine but when QMC reloads it, it seems to cause: &lt;STRONG&gt;Error: Unknown LOAD statment error&lt;/STRONG&gt; ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if it is caused by the FTP? My script looks like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET ftp = '&lt;A href="ftp://USERNAME:PASSWORD@FTP_HOST" target="_blank"&gt;ftp://USERNAME:PASSWORD@FTP_HOST&lt;/A&gt;';&lt;/P&gt;&lt;P&gt;SET datafile = 'Filename';&lt;/P&gt;&lt;P&gt;SET ext = '.csv';&lt;/P&gt;&lt;P&gt;SET typCSV = "(txt, codepage is 1252, embedded labels, delimiter is ',', no quotes)";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;$(ftp)$(datafile)$(ext)&lt;BR /&gt;$(typCSV);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statment-error-on-QMC-Load-from-FTP/m-p/1746607#M1313721</guid>
      <dc:creator>terry_kim1</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown LOAD statment error on QMC, Load from FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statment-error-on-QMC-Load-from-FTP/m-p/1746685#M1313726</link>
      <description>&lt;P&gt;Hi, I see 2 things to include:&lt;/P&gt;&lt;P&gt;SET ftp = 'ftp://USERNAME:PASSWORD@FTP_HOST&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;/&lt;/FONT&gt;&lt;/STRONG&gt;';&lt;/P&gt;&lt;P&gt;SET datafile = 'Filename';&lt;/P&gt;&lt;P&gt;SET ext = '.csv';&lt;/P&gt;&lt;P&gt;SET typCSV = "(txt, codepage is 1252, embedded labels, delimiter is ',', no quotes)";&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;LOAD *&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;$(ftp)$(datafile)$(ext)&lt;BR /&gt;$(typCSV);&lt;/P&gt;&lt;P&gt;Also you can try to use the wizard, and once it works replace each part with variables:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000005596" target="_blank"&gt;https://support.qlik.com/articles/000005596&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 07:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statment-error-on-QMC-Load-from-FTP/m-p/1746685#M1313726</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-09-24T07:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown LOAD statment error on QMC, Load from FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statment-error-on-QMC-Load-from-FTP/m-p/1746992#M1313728</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response. The script I posted above were just snippets from my script and the 'LOAD' is already included.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script runs fine when I reload it but error occurs when it is loaded by QMC which is the issue...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Terry&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 22:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statment-error-on-QMC-Load-from-FTP/m-p/1746992#M1313728</guid>
      <dc:creator>terry_kim1</dc:creator>
      <dc:date>2020-09-24T22:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown LOAD statment error on QMC, Load from FTP</title>
      <link>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statment-error-on-QMC-Load-from-FTP/m-p/1747031#M1313730</link>
      <description>&lt;P&gt;You can try to start session in the server with the same user than runs the QV services and execute the script there, this is to check if that user or computer has any limitation, like a firewall, antivirus...&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 06:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unknown-LOAD-statment-error-on-QMC-Load-from-FTP/m-p/1747031#M1313730</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-09-25T06:10:06Z</dc:date>
    </item>
  </channel>
</rss>

