<?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: Syntax error on reload with cmd.exe in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-error-on-reload-with-cmd-exe/m-p/1720705#M723117</link>
    <description>&lt;P&gt;Yes i saw the post but this solution does not work any longer. Quote: "&lt;SPAN&gt;&lt;FONT color="#993300"&gt;PLEASE NOTE: THE FOLLOWING SETTINGS &lt;STRONG&gt;WILL NOT WORK IN 12.30 (November 2018) &lt;/STRONG&gt;OR HIGHER, SINCE THE ENGINE IS NOW BNF-ONLY. SCRIPTS WILL HAVE TO BE MODIFIED TO MATCH THE&lt;/FONT&gt; &lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/Backus-Naur-formalism.htm?q=BNF" target="_blank" rel="noopener"&gt;BACKUS-NAUR FORMALISM&lt;/A&gt;.&lt;/SPAN&gt;".&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;I already found similar questions to mine like &lt;A title="Problems calling functions from load script QV 12" href="https://community.qlik.com/t5/QlikView-App-Development/Problems-calling-functions-from-load-script-QV-12/td-p/1694" target="_blank" rel="noopener"&gt;Problems calling functions from load script QV 12&lt;/A&gt; . But &lt;STRONG&gt;EnableBnfReload=0&lt;/STRONG&gt; in &lt;STRONG&gt;Settings.ini&lt;/STRONG&gt; nor &lt;STRONG&gt;///$bnf off&lt;/STRONG&gt; have an effect any longer.&lt;/P&gt;&lt;P data-unlink="true"&gt;As workaround I removed the vb function call from the load script. It's strange that GUI works without any problems but on command line QlikView throws an error.&lt;/P&gt;&lt;P data-unlink="true"&gt;If there is not other solution than downgrade to a version below 12.30 until next week I will mark your answer as solution.&lt;/P&gt;&lt;DIV class="lia-message-author-rank lia-component-author-rank lia-component-message-view-widget-author-rank"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-message-author-rank lia-component-author-rank lia-component-message-view-widget-author-rank"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Mon, 22 Jun 2020 06:58:12 GMT</pubDate>
    <dc:creator>Velvet_Crowe</dc:creator>
    <dc:date>2020-06-22T06:58:12Z</dc:date>
    <item>
      <title>Syntax error on reload with cmd.exe</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error-on-reload-with-cmd-exe/m-p/1720326#M723115</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;I work with QlikView 11.20 SR17 for a year now. Today I installed version 12.50 IR. Everything works fine except one thing.&amp;nbsp; To reload a document in a AutoHotKey script I use the command &lt;EM&gt;"c:\Program Files\QlikView\QV.exe" "&amp;lt;Path to my file&amp;gt;" /r&lt;/EM&gt;. When I reload the document with the desktop client everything works fine. But a reload with command line fails.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Unexpected token: '(', expected one of: ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LET vLogTime = Timestamp(Today() + GetMacroTime&lt;FONT color="#FF0000"&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/FONT&gt;(&lt;FONT color="#FF0000"&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/FONT&gt;), 'DD.MM.YYYY hh:mm:ss.fff')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Or see attachment.&lt;/P&gt;&lt;P&gt;The syntax error occures at GetMacroTime() which is a VB function to return the system time with milliseconds. If you need more information please ask!&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error-on-reload-with-cmd-exe/m-p/1720326#M723115</guid>
      <dc:creator>Velvet_Crowe</dc:creator>
      <dc:date>2024-11-16T18:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on reload with cmd.exe</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error-on-reload-with-cmd-exe/m-p/1720365#M723116</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I had some similar issues and odd behavior with macros so I disabled BNF.&lt;/P&gt;&lt;P&gt;Please read the following as it might help you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000042307#:~:text=Disabling%20BNF%20reload%20mode%20for%20individual%20apps%3A,tag%20as%20a%20troubleshooting%20step." target="_blank"&gt;https://support.qlik.com/articles/000042307#:~:text=Disabling%20BNF%20reload%20mode%20for%20individual%20apps%3A,tag%20as%20a%20troubleshooting%20step.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 13:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error-on-reload-with-cmd-exe/m-p/1720365#M723116</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2020-06-19T13:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on reload with cmd.exe</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-error-on-reload-with-cmd-exe/m-p/1720705#M723117</link>
      <description>&lt;P&gt;Yes i saw the post but this solution does not work any longer. Quote: "&lt;SPAN&gt;&lt;FONT color="#993300"&gt;PLEASE NOTE: THE FOLLOWING SETTINGS &lt;STRONG&gt;WILL NOT WORK IN 12.30 (November 2018) &lt;/STRONG&gt;OR HIGHER, SINCE THE ENGINE IS NOW BNF-ONLY. SCRIPTS WILL HAVE TO BE MODIFIED TO MATCH THE&lt;/FONT&gt; &lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/Backus-Naur-formalism.htm?q=BNF" target="_blank" rel="noopener"&gt;BACKUS-NAUR FORMALISM&lt;/A&gt;.&lt;/SPAN&gt;".&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;I already found similar questions to mine like &lt;A title="Problems calling functions from load script QV 12" href="https://community.qlik.com/t5/QlikView-App-Development/Problems-calling-functions-from-load-script-QV-12/td-p/1694" target="_blank" rel="noopener"&gt;Problems calling functions from load script QV 12&lt;/A&gt; . But &lt;STRONG&gt;EnableBnfReload=0&lt;/STRONG&gt; in &lt;STRONG&gt;Settings.ini&lt;/STRONG&gt; nor &lt;STRONG&gt;///$bnf off&lt;/STRONG&gt; have an effect any longer.&lt;/P&gt;&lt;P data-unlink="true"&gt;As workaround I removed the vb function call from the load script. It's strange that GUI works without any problems but on command line QlikView throws an error.&lt;/P&gt;&lt;P data-unlink="true"&gt;If there is not other solution than downgrade to a version below 12.30 until next week I will mark your answer as solution.&lt;/P&gt;&lt;DIV class="lia-message-author-rank lia-component-author-rank lia-component-message-view-widget-author-rank"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-message-author-rank lia-component-author-rank lia-component-message-view-widget-author-rank"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Jun 2020 06:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-error-on-reload-with-cmd-exe/m-p/1720705#M723117</guid>
      <dc:creator>Velvet_Crowe</dc:creator>
      <dc:date>2020-06-22T06:58:12Z</dc:date>
    </item>
  </channel>
</rss>

