Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error in Init.qvs for Qliksense Deployment Framework

Qliksense Version: 3.2
QDF Version: 1.7.0

Hello Qlik, I am recieiving an error when running the code below:

Started loading data

'### QDF Info, Initiation Started' '### DF Warning, could not identify any valid container path, will exit' '### DF Warning, if using Qlik Sense add SET vG.HomeContainer=container name before InitLink.qvs'

Data has not been loaded. Please correct the error and try loading again.e below

Code below:

SET vg.HomeContainer='lib://Folder/QDF Training';

$(Must_Include=$(vg.HomeContainer)\3.Include\1.BaseVariable\1.Init.qvs);

-I have my home container- but what else am I missing?
-Is inti.qvs really necessary?I have renamed files, downloaded other init.qvs and checked links below:

Qlik Sense InitLink Fails

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Correct answer (full)

SET vg.HomeContainer='lib://Folder/QDF Training/3.Include/1.BaseVariable';

$(Include=$(vg.HomeContainer)\3.Include\1.BaseVariable\1.Init.qvs);

View solution in original post

3 Replies
Anonymous
Not applicable
Author

I also found this link:QDF initiation scripts

But I do not see anywhere where I have INitLink.qvs when I used the QDF tool:

Anonymous
Not applicable
Author

I made it work- I need to put the full path on the set line

SET vg.HomeContainer='lib://Public Data Folder/QDF Training/3.Include/1.BaseVariable';

Anonymous
Not applicable
Author

Correct answer (full)

SET vg.HomeContainer='lib://Folder/QDF Training/3.Include/1.BaseVariable';

$(Include=$(vg.HomeContainer)\3.Include\1.BaseVariable\1.Init.qvs);