
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Include QVS From FTP
Hello,
I m triying to include a script from a FTP on Sense, the sentence works fine, when I use it from a local File, but, when I try to Include a file from a FTP it give me an error.
This is the file that i want to include as a test:
$(include=ftp://186.177.77.2/config.bsg);
This is the error that I got:
"$(INCLUDE= " cannot access the local file system in current script mode. Try including with LIB path
- Tags:
- qlik sense
- sense
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try disabling standard mode which should give you access to load files off the file system without using a lib connection.
https://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/LoadData/DisableStandardMode.htm


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try disabling standard mode which should give you access to load files off the file system without using a lib connection.
https://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/LoadData/DisableStandardMode.htm

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!!, whit that I resolve the question!
