<?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 QDF with November Release 2018 in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1533335#M1275</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;after upgrading our qlik sense server to November release; the QDF script stopped working&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the version 1.7.2 of QDF and I reintiated the containers and still the script does not work&lt;/P&gt;&lt;P&gt;below is a snippet of my script and I attached what I get after running it&lt;/P&gt;&lt;P&gt;SET vG.BasePath=; //Clear cache&lt;BR /&gt;SET vG.SharedBasePath=; //Clear cache&lt;BR /&gt;SET vG.RootContainer='QDF_ROOT';&lt;BR /&gt;SET vG.HomeContainer='5.Sage_QVD_Generator';&lt;BR /&gt;$(Must_Include=lib://$(vG.RootContainer)/$(vG.HomeContainer)/InitLink.qvs);&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt;Folder for output QVDs use&lt;BR /&gt;in the QVD Generator we want to save QVDs under Extract folder&lt;BR /&gt;so we use the vG.ExtractPath&lt;BR /&gt;*/&lt;BR /&gt;LET vL.QVDPath = '$(vG.ExtractPath)';&lt;BR /&gt;/*****************************************************************/&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/*&lt;BR /&gt;IN THE SCRIPT WE'LL BE USING MUREX CUSTOM FUNCTIONS&lt;BR /&gt;THESE ARE STORED IN THE CUSTOM PATH IN SHARED CONTAINER&lt;BR /&gt;*/&lt;BR /&gt;call LCGV('Shared','Custom')&lt;BR /&gt;$(Include=$(vG.SharedCustomPath)/1.MUREX_LIB.qvs);&lt;BR /&gt;// /*****************************************************************/&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.PNG" style="width: 677px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4242i0694FCF3662BAFEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.PNG" alt="error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2025-07-22T17:59:49Z</dc:date>
    <item>
      <title>QDF with November Release 2018</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1533335#M1275</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;after upgrading our qlik sense server to November release; the QDF script stopped working&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the version 1.7.2 of QDF and I reintiated the containers and still the script does not work&lt;/P&gt;&lt;P&gt;below is a snippet of my script and I attached what I get after running it&lt;/P&gt;&lt;P&gt;SET vG.BasePath=; //Clear cache&lt;BR /&gt;SET vG.SharedBasePath=; //Clear cache&lt;BR /&gt;SET vG.RootContainer='QDF_ROOT';&lt;BR /&gt;SET vG.HomeContainer='5.Sage_QVD_Generator';&lt;BR /&gt;$(Must_Include=lib://$(vG.RootContainer)/$(vG.HomeContainer)/InitLink.qvs);&lt;/P&gt;&lt;P&gt;/*&lt;BR /&gt;Folder for output QVDs use&lt;BR /&gt;in the QVD Generator we want to save QVDs under Extract folder&lt;BR /&gt;so we use the vG.ExtractPath&lt;BR /&gt;*/&lt;BR /&gt;LET vL.QVDPath = '$(vG.ExtractPath)';&lt;BR /&gt;/*****************************************************************/&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/*&lt;BR /&gt;IN THE SCRIPT WE'LL BE USING MUREX CUSTOM FUNCTIONS&lt;BR /&gt;THESE ARE STORED IN THE CUSTOM PATH IN SHARED CONTAINER&lt;BR /&gt;*/&lt;BR /&gt;call LCGV('Shared','Custom')&lt;BR /&gt;$(Include=$(vG.SharedCustomPath)/1.MUREX_LIB.qvs);&lt;BR /&gt;// /*****************************************************************/&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.PNG" style="width: 677px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4242i0694FCF3662BAFEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.PNG" alt="error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1533335#M1275</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: QDF with November Release 2018</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1533415#M1276</link>
      <description>&lt;P&gt;I discovered that&amp;nbsp;in the below file 1.MUREX_LIB.qvs I was using comments in side /* and */ when I removed them the script worked just fine&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;call LCGV('Shared','Custom')&lt;BR /&gt;&amp;nbsp;$(Include=$(vG.SharedCustomPath)/1.MUREX_LIB.qvs);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 15:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1533415#M1276</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-01-22T15:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: QDF with November Release 2018</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1533487#M1277</link>
      <description>Glad it turned out well and that you where's able to help your self.</description>
      <pubDate>Tue, 22 Jan 2019 18:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1533487#M1277</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-01-22T18:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: QDF with November Release 2018</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1533918#M1278</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"Please ekskuse my Norglish and Swenglish typos."&lt;BR /&gt;you speak london very best&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 14:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1533918#M1278</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-01-23T14:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: QDF with November Release 2018</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1535275#M1279</link>
      <description>&lt;P&gt;Hi Ali&lt;/P&gt;&lt;P&gt;Go to the latest github of QDF and download the include files:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/QlikDeploymentFramework/Qlik-Deployment-Framework/tree/master/3.Include" target="_blank"&gt;https://github.com/QlikDeploymentFramework/Qlik-Deployment-Framework/tree/master/3.Include&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Replace in all your Container these files including Shared and Admin.&lt;/P&gt;&lt;P&gt;It worked for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 15:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1535275#M1279</guid>
      <dc:creator>alexhausmann</dc:creator>
      <dc:date>2019-01-25T15:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: QDF with November Release 2018</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1538501#M1280</link>
      <description>&lt;P&gt;this may sound stupid&lt;BR /&gt;but how do I download the changed files?&lt;BR /&gt;I browsed the link but I couldn't find a link that allows me to download the changed files&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1538501#M1280</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2019-02-01T14:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: QDF with November Release 2018</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1538519#M1281</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5039i9EC22F03D22CDDD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-with-November-Release-2018/m-p/1538519#M1281</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-02-01T14:59:55Z</dc:date>
    </item>
  </channel>
</rss>

