Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
bwisealiahmad
Partner - Specialist
Partner - Specialist

Qlik Sense InitLink Fails

Hi,

I've been playing around with the QDF for Qlik Sense. After mounting a root file and a home folder I try to run the InitLink, but I get this error:

Started loading data

---

'### DF InitLink Started, trying to link to 1.Init.qvs script'

'### DF Info, identified Sense home container lib://Example/ (Separate LIB mounts)'

'### DF 1.Init.qvs Started'

vL.ContainerStructure << INL7F95

Lines fetched: 18

'### DF 2.GenericContainerLoader.qvs Started'

'### DF Identified QlikView Sense folder repository (Separate LIB mount)'

'### DF Error Do not find vG.SharedBasePath'

'### DF Error Did not find \Custom*.csv, ending LoadVariableCSV'

'### DF Error Did not find lib://Example/3.Include\1.BaseVariable\\Custom*.csv, ending LoadVariableCSV'

---
Any ideas?

1 Solution

Accepted Solutions
bwisealiahmad
Partner - Specialist
Partner - Specialist
Author

After looking aronud I came across this thread:

https://community.qlik.com/thread/206361

This helped me figure out that there is issues between Qlik Sense 2.2 -> and the framework so you need to replace 1.FileExist.qvs in your SUB folder:

<Root>\3.Load\3.Include\4.Sub

I hope this helps anyone else that come across this issue.

View solution in original post

2 Replies
bwisealiahmad
Partner - Specialist
Partner - Specialist
Author

Attached a photo of my LIB connections and the script I am using to execute is simply:

SET vG.HomeContainer='lib://Example';

$(Include=$(vG.HomeContainer)\InitLink.qvs);

lib connections:

Pic.JPG

bwisealiahmad
Partner - Specialist
Partner - Specialist
Author

After looking aronud I came across this thread:

https://community.qlik.com/thread/206361

This helped me figure out that there is issues between Qlik Sense 2.2 -> and the framework so you need to replace 1.FileExist.qvs in your SUB folder:

<Root>\3.Load\3.Include\4.Sub

I hope this helps anyone else that come across this issue.