<?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: Binary command is not working anymore after update Qlik Sense Enterprise in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537241#M108778</link>
    <description>&lt;P&gt;Hi Michel, this change to block binary load for security reasons broken several customers apps reloads.&lt;/P&gt;&lt;P&gt;Probably you have renamed the binary file in the apps folder inside the Qlik shared folder . "Don´t do that" because you will break the reference between the file and the repository and the app will unavailable in QMC for reload and visualization from Hub.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They only allow reading files that are not part of your environment, for migration or maintenance purposes, but you cannot use this strategy anymore as a datasource for other apps.&lt;/P&gt;&lt;P&gt;My recommendation is to create a new layer of QVDs to be share among apps , if you don't have it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Nov 2025 17:17:34 GMT</pubDate>
    <dc:creator>pablolabbe</dc:creator>
    <dc:date>2025-11-25T17:17:34Z</dc:date>
    <item>
      <title>Binary command is not working anymore after update Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537229#M108777</link>
      <description>&lt;P&gt;Recently (a week ago) we installed the Qlik Sense Enterprise update. Everything looked okay, but in the QMC - tasks I noticed that my apps were no longer reloaded anymore. The issue was (is) that because of security reasons the Binary commandline no longer accepts app-id's. You need to refer to a proper .qvf file name (including the extention).&lt;BR /&gt;&lt;BR /&gt;Now, adding the .qvf extention to the app-id and refer to this new name in the Binary commandline works, but than it is no longer possible to open the original app. Qlik Sense only knows the app-id without extention!&lt;BR /&gt;&lt;BR /&gt;So how do I solve this?&lt;BR /&gt;I tried to export the original app that is used into the Binary commandline to a separate folder and used this&amp;nbsp;folder in the dataconnection applicable. That is working okay.&lt;BR /&gt;&lt;BR /&gt;But now I have the issue that the exported (qvf) file is not being reloaded. How can I make this file being reloaded again. If that is succeeding, my issue is over.&lt;BR /&gt;&lt;BR /&gt;What I am hoping for is that the exported qvf file can be imported into the work-stream of Qlik Sense and can be used without issues in the Binary commandline. But I think that when I will import the exported qvf file, Qlik Sense will leave out the extention again which created my issue all over again.&lt;BR /&gt;&lt;BR /&gt;Can somebody help me with this matter please?&lt;BR /&gt;I would be very greatfull.&lt;BR /&gt;&lt;BR /&gt;Gr. Michel&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 16:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537229#M108777</guid>
      <dc:creator>mcoolen01</dc:creator>
      <dc:date>2025-11-25T16:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Binary command is not working anymore after update Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537241#M108778</link>
      <description>&lt;P&gt;Hi Michel, this change to block binary load for security reasons broken several customers apps reloads.&lt;/P&gt;&lt;P&gt;Probably you have renamed the binary file in the apps folder inside the Qlik shared folder . "Don´t do that" because you will break the reference between the file and the repository and the app will unavailable in QMC for reload and visualization from Hub.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They only allow reading files that are not part of your environment, for migration or maintenance purposes, but you cannot use this strategy anymore as a datasource for other apps.&lt;/P&gt;&lt;P&gt;My recommendation is to create a new layer of QVDs to be share among apps , if you don't have it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 17:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537241#M108778</guid>
      <dc:creator>pablolabbe</dc:creator>
      <dc:date>2025-11-25T17:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Binary command is not working anymore after update Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537268#M108781</link>
      <description>&lt;P&gt;We were facing same issue when qlik upgrade, we followed below steps&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Export the Source App:&amp;nbsp;&lt;/STRONG&gt;Export the original app that contains the source data model (the one being binary loaded).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Import the QVF:&lt;/STRONG&gt; In the Qlik Sense Hub or QMC, &lt;STRONG&gt;import&lt;/STRONG&gt; the exported .qvf file. This assigns it a &lt;STRONG&gt;NEW and valid AppID&lt;/STRONG&gt; in the Qlik Repository.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Publish:&lt;/STRONG&gt; Publish this newly imported app to a stream so it can be accessible.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create a New Reload Task:&lt;/STRONG&gt; In the QMC, create a &lt;STRONG&gt;reload task&lt;/STRONG&gt; for this &lt;STRONG&gt;newly imported app&lt;/STRONG&gt;. This solves your problem of the exported file not being reloaded.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Update the Binary Load Script:&lt;/STRONG&gt; In your target application's script, update the &lt;STRONG&gt;Binary&lt;/STRONG&gt; command to point to the &lt;STRONG&gt;newly imported app's AppID&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 04:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537268#M108781</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-11-26T04:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Binary command is not working anymore after update Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537269#M108782</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/33531"&gt;@mcoolen01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We faced the same issue and we used available solution which can be added to settings.ini file:&lt;/P&gt;&lt;P&gt;Specific settings.ini Settings for Binary Load:&lt;BR /&gt;&lt;STRONG&gt;EnableQvfPathValidation=0:&lt;/STRONG&gt;&lt;BR /&gt;This setting you can placed under [Settings 7] in settings.ini and it disables the path validation for QVF files during binary loads. Disabling this validation allows for binary loads from locations that might otherwise be restricted by the default security settings. By default file is located in C:\ProgramData\Qlik\Sense\Engine\settings.ini&lt;/P&gt;&lt;P&gt;As usual once you do this restart services and of you go.&lt;/P&gt;&lt;P&gt;This is old discussion about it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.linkedin.com/posts/anjali-gupta-3a1101a5_qlik-binaryload-bi-activity-7343249965508435972-7F9P/" target="_blank"&gt;https://www.linkedin.com/posts/anjali-gupta-3a1101a5_qlik-binaryload-bi-activity-7343249965508435972-7F9P/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 05:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537269#M108782</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-11-26T05:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Binary command is not working anymore after update Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537379#M108805</link>
      <description>&lt;P&gt;This is the simple and good one - I will try this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 06:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537379#M108805</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2025-11-27T06:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Binary command is not working anymore after update Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537380#M108806</link>
      <description>&lt;P&gt;of course - it works back again as normal&amp;nbsp;as before and does not require any gymnastics suggested by others &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 07:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537380#M108806</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-11-27T07:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Binary command is not working anymore after update Qlik Sense Enterprise</title>
      <link>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537409#M108814</link>
      <description>&lt;P&gt;Hey Lech_Miszkiewicz,&lt;/P&gt;&lt;P&gt;Thank you very much for your help. A few minutes ago I implemented your solution (changed .ini) and it worked perfectly.&lt;/P&gt;&lt;P&gt;Again, thanks.&lt;/P&gt;&lt;P&gt;Lots of regards from Holland,&lt;BR /&gt;Michel&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 11:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Binary-command-is-not-working-anymore-after-update-Qlik-Sense/m-p/2537409#M108814</guid>
      <dc:creator>mcoolen01</dc:creator>
      <dc:date>2025-11-27T11:04:05Z</dc:date>
    </item>
  </channel>
</rss>

