Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

QDF with November Release 2018

Hello
after upgrading our qlik sense server to November release; the QDF script stopped working 

I downloaded the version 1.7.2 of QDF and I reintiated the containers and still the script does not work

below is a snippet of my script and I attached what I get after running it

SET vG.BasePath=; //Clear cache
SET vG.SharedBasePath=; //Clear cache
SET vG.RootContainer='QDF_ROOT';
SET vG.HomeContainer='5.Sage_QVD_Generator';
$(Must_Include=lib://$(vG.RootContainer)/$(vG.HomeContainer)/InitLink.qvs);

/*
Folder for output QVDs use
in the QVD Generator we want to save QVDs under Extract folder
so we use the vG.ExtractPath
*/
LET vL.QVDPath = '$(vG.ExtractPath)';
/*****************************************************************/


/*
IN THE SCRIPT WE'LL BE USING MUREX CUSTOM FUNCTIONS
THESE ARE STORED IN THE CUSTOM PATH IN SHARED CONTAINER
*/
call LCGV('Shared','Custom')
$(Include=$(vG.SharedCustomPath)/1.MUREX_LIB.qvs);
// /*****************************************************************/

error.PNG

 

I can walk on water when it freezes
1 Solution

Accepted Solutions
ali_hijazi
Partner - Master II
Partner - Master II
Author

I discovered that in the below file 1.MUREX_LIB.qvs I was using comments in side /* and */ when I removed them the script worked just fine


call LCGV('Shared','Custom')
 $(Include=$(vG.SharedCustomPath)/1.MUREX_LIB.qvs);

 

I can walk on water when it freezes

View solution in original post

6 Replies
ali_hijazi
Partner - Master II
Partner - Master II
Author

I discovered that in the below file 1.MUREX_LIB.qvs I was using comments in side /* and */ when I removed them the script worked just fine


call LCGV('Shared','Custom')
 $(Include=$(vG.SharedCustomPath)/1.MUREX_LIB.qvs);

 

I can walk on water when it freezes
Vegar
MVP
MVP

Glad it turned out well and that you where's able to help your self.
ali_hijazi
Partner - Master II
Partner - Master II
Author

"Please ekskuse my Norglish and Swenglish typos."
you speak london very best

I can walk on water when it freezes
alexhausmann
Partner - Contributor II
Partner - Contributor II

Hi Ali

Go to the latest github of QDF and download the include files:

https://github.com/QlikDeploymentFramework/Qlik-Deployment-Framework/tree/master/3.Include

Replace in all your Container these files including Shared and Admin.

It worked for me. 

Good luck

Alex

ali_hijazi
Partner - Master II
Partner - Master II
Author

this may sound stupid
but how do I download the changed files?
I browsed the link but I couldn't find a link that allows me to download the changed files

I can walk on water when it freezes
Vegar
MVP
MVP