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

Qliksense load error

Hello, i get this error during the loading process of a script that is working on qlikview.

This is the error: LOAD statement only works with lib:// paths in this script mode

What's the matter?

Thanks

Marco

8 Replies
robert_mika
Master III
Master III

Your connection path must starts with lib://

Like

'lib://  Files/ code....'

What is your path now?

Feeling Qlikngry?

How To /Missing Manual(18 articles)

marco_puccetti
Partner - Creator
Partner - Creator
Author

To set a network addres is it correct a path like this?

'Lib://\\xxx.xxx.xxx.xxx\'

Thanks

Marco

robert_mika
Master III
Master III

What do you mean by network address?

FTP/ HTTP?

korsikov
Partner - Specialist III
Partner - Specialist III

not. You need create new lib.

Path set some like \\172.17.0.33\d$\temp

set name like "net_share"

and enter data to script

logdata:

LOAD

    @1

FROM [lib://net_share/CT-Log*.csv]

(txt, codepage is 1251, no labels, delimiter is spaces, msq);

and look nice video Qlik Sense Cloud - Create your first app (video)

marco_puccetti
Partner - Creator
Partner - Creator
Author

I've tried with this path:  Lib://172.16.50.45/A/B/C/QVD/SVGES108.QVD (qvd)

but i get this error: "Invalid Path".

Is it correct?

Thanks

Marco

marco_puccetti
Partner - Creator
Partner - Creator
Author

File systems network address.

Marco

korsikov
Partner - Specialist III
Partner - Specialist III

no. is not correct.

look here my demo video where i add data from network folder.

marco_puccetti
Partner - Creator
Partner - Creator
Author

I've solved mapping the folder.

Thanks

Marco