Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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);
// /*****************************************************************/
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 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);
"Please ekskuse my Norglish and Swenglish typos."
you speak london very best
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
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