<?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>article Sense: Failing reloads and BNF script reload mode in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Sense-Failing-reloads-and-BNF-script-reload-mode/ta-p/1716389</link>
    <description>&lt;P&gt;Reloads that were functioning fine in Qlik Sense 3.x, begin to fail after an upgrade to Qlik Sense June 2017.&lt;BR /&gt;&lt;BR /&gt;After upgrading to Qlik Sense June 2017, odd behaviour may be seen with expressions, scripts, set analysis, etc. &amp;nbsp;Things like:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Expression editor may throw&amp;nbsp;an error&lt;/LI&gt;
&lt;LI&gt;Chart may show empty&lt;/LI&gt;
&lt;LI&gt;Chart may show "Incomplete visualization"&lt;/LI&gt;
&lt;LI&gt;Chart may show "Invalid dimension"&lt;/LI&gt;
&lt;LI&gt;And any other odd behavior that would mimic a change in the script (expression, set analysis, etc)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So far, we have seen this issue manifest with a few customers as a change in how single quotes and double quotes are being treated.&amp;nbsp;See article&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Quotes-in-Set-Analysis-change-in-behavior-quot-error-in/ta-p/1716711" target="_blank" rel="noopener"&gt;Quotes in Set Analysis change in behavior&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;A new script reload mode, BNF, has been introduced. This change is mentioned in the Release Notes of Qlik Sense June 2017; however that note does not provide enough information to provide adequate warning to customers.&lt;BR /&gt;&lt;BR /&gt;To learn more about BNF see&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form" target="_self"&gt;Backus–Naur form&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;BR /&gt;The defect is resolved in the 11.14.3 September (2017) release.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If using a release prior to 11.14.3 follow the guidelines below.&amp;nbsp;&lt;BR /&gt;-------------------------------------&lt;BR /&gt;&lt;BR /&gt;A new script reload mode, BNF, has been introduced. In some unusual cases, users may need to disable the BNF reload mode using one of these methods:&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Disabling BNF reload mode for the entire server:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;DIV style="margin-left: 40px;"&gt;Update &lt;STRONG&gt;the Settings.ini &lt;/STRONG&gt;by adding the line &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&lt;STRONG&gt;EnableBnfReload=0&lt;/STRONG&gt;&lt;/SPAN&gt; under the&lt;STRONG&gt; [Settings 7] &lt;/STRONG&gt;tag for the default reload setting &lt;STRONG&gt;"EnableBnfReload"&lt;/STRONG&gt;. Restart the engine.&lt;/DIV&gt;
&lt;DIV style="margin-left: 40px;"&gt;The Settings.ini can be found in&amp;nbsp;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;%ProgramData%\Qlik\Sense\Engine.&lt;/SPAN&gt;&lt;BR /&gt;Modify it to read:&lt;/DIV&gt;
&lt;PRE class="ckeditor_codeblock" style="margin-left: 40px;"&gt;[Settings 7]
EnableBnfReload=0

&lt;/PRE&gt;
&lt;DIV style="margin-left: 40px;"&gt;Include an empty linebreak at the end.&lt;/DIV&gt;
&lt;H3&gt;&lt;BR /&gt;&lt;STRONG&gt;Disabling BNF reload mode for individual apps:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;DIV style="margin-left: 40px;"&gt;Add the&lt;STRONG&gt; &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;///$bnf off&lt;/SPAN&gt; &lt;/STRONG&gt;tag at the top of the script (it must be within the first 50 characters of the script). Reload the script.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;This script mode will be backed out for the next releases of Qlik Sense. &amp;nbsp;This should happen by the June 2017 Patch3 and the Sept 2017 releases. &amp;nbsp;This new BNF mode is targeted for QlikView November 2017, and will return to Qlik Sense after we have educated the customer community on the ramifications (approximately 6 months). &amp;nbsp;This new script mode is required to fix several bugs from the past around searching and selection (See Jira story QV-92)&lt;BR /&gt;&lt;BR /&gt;It is a good idea to use the &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;///$bnf off&lt;/SPAN&gt; tag as a troubleshooting step. &amp;nbsp;See if toggling this setting in the load script will cause a change in the suspect behavior.&lt;/DIV&gt;</description>
    <pubDate>Mon, 14 Dec 2020 13:28:23 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2020-12-14T13:28:23Z</dc:date>
    <item>
      <title>Sense: Failing reloads and BNF script reload mode</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Sense-Failing-reloads-and-BNF-script-reload-mode/ta-p/1716389</link>
      <description>&lt;P&gt;Reloads that were functioning fine in Qlik Sense 3.x, begin to fail after an upgrade to Qlik Sense June 2017.&lt;BR /&gt;&lt;BR /&gt;After upgrading to Qlik Sense June 2017, odd behaviour may be seen with expressions, scripts, set analysis, etc. &amp;nbsp;Things like:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Expression editor may throw&amp;nbsp;an error&lt;/LI&gt;
&lt;LI&gt;Chart may show empty&lt;/LI&gt;
&lt;LI&gt;Chart may show "Incomplete visualization"&lt;/LI&gt;
&lt;LI&gt;Chart may show "Invalid dimension"&lt;/LI&gt;
&lt;LI&gt;And any other odd behavior that would mimic a change in the script (expression, set analysis, etc)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So far, we have seen this issue manifest with a few customers as a change in how single quotes and double quotes are being treated.&amp;nbsp;See article&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Quotes-in-Set-Analysis-change-in-behavior-quot-error-in/ta-p/1716711" target="_blank" rel="noopener"&gt;Quotes in Set Analysis change in behavior&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;A new script reload mode, BNF, has been introduced. This change is mentioned in the Release Notes of Qlik Sense June 2017; however that note does not provide enough information to provide adequate warning to customers.&lt;BR /&gt;&lt;BR /&gt;To learn more about BNF see&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form" target="_self"&gt;Backus–Naur form&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;BR /&gt;The defect is resolved in the 11.14.3 September (2017) release.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If using a release prior to 11.14.3 follow the guidelines below.&amp;nbsp;&lt;BR /&gt;-------------------------------------&lt;BR /&gt;&lt;BR /&gt;A new script reload mode, BNF, has been introduced. In some unusual cases, users may need to disable the BNF reload mode using one of these methods:&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Disabling BNF reload mode for the entire server:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;DIV style="margin-left: 40px;"&gt;Update &lt;STRONG&gt;the Settings.ini &lt;/STRONG&gt;by adding the line &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&lt;STRONG&gt;EnableBnfReload=0&lt;/STRONG&gt;&lt;/SPAN&gt; under the&lt;STRONG&gt; [Settings 7] &lt;/STRONG&gt;tag for the default reload setting &lt;STRONG&gt;"EnableBnfReload"&lt;/STRONG&gt;. Restart the engine.&lt;/DIV&gt;
&lt;DIV style="margin-left: 40px;"&gt;The Settings.ini can be found in&amp;nbsp;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;%ProgramData%\Qlik\Sense\Engine.&lt;/SPAN&gt;&lt;BR /&gt;Modify it to read:&lt;/DIV&gt;
&lt;PRE class="ckeditor_codeblock" style="margin-left: 40px;"&gt;[Settings 7]
EnableBnfReload=0

&lt;/PRE&gt;
&lt;DIV style="margin-left: 40px;"&gt;Include an empty linebreak at the end.&lt;/DIV&gt;
&lt;H3&gt;&lt;BR /&gt;&lt;STRONG&gt;Disabling BNF reload mode for individual apps:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;DIV style="margin-left: 40px;"&gt;Add the&lt;STRONG&gt; &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;///$bnf off&lt;/SPAN&gt; &lt;/STRONG&gt;tag at the top of the script (it must be within the first 50 characters of the script). Reload the script.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;This script mode will be backed out for the next releases of Qlik Sense. &amp;nbsp;This should happen by the June 2017 Patch3 and the Sept 2017 releases. &amp;nbsp;This new BNF mode is targeted for QlikView November 2017, and will return to Qlik Sense after we have educated the customer community on the ramifications (approximately 6 months). &amp;nbsp;This new script mode is required to fix several bugs from the past around searching and selection (See Jira story QV-92)&lt;BR /&gt;&lt;BR /&gt;It is a good idea to use the &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;///$bnf off&lt;/SPAN&gt; tag as a troubleshooting step. &amp;nbsp;See if toggling this setting in the load script will cause a change in the suspect behavior.&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Dec 2020 13:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Sense-Failing-reloads-and-BNF-script-reload-mode/ta-p/1716389</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2020-12-14T13:28:23Z</dc:date>
    </item>
  </channel>
</rss>

