Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

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

1 Solution

Accepted Solutions
Alexander_Thor
Employee
Employee

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

View solution in original post

2 Replies
Alexander_Thor
Employee
Employee

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

Not applicable
Author

Thanks!!, whit that I resolve the question!