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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Store QVD into folder connection

Hello,

In QlikSens 3.2 I'm trying to store a table into a folder connexion who i have created STORE ARTICLES into [lib://Axiane/AXIANE_ARTICLES.QVD]; but it dosen't work

L'erreur suivante s'est produite:

Connection not found: Axiane

Emplacement de l'erreur:

STORE ARTICLES into [lib://Axiane/AXIANE_ARTICLES.QVD]

but I can store into the Attached Files with this command : STORE ARTICLES into [lib://AttachedFiles/AXIANE_ARTICLES.QVD]; and it work well.

Thank you for your help.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thank you,

the problem is I must add the user name after the name of the connexion :

STORE ARTICLES into [lib://Axiane (dommeun_quentin.joubert)/AXIANE_ARTICLES.QVD];

View solution in original post

3 Replies
Thiago_Justen_

Try this out:

STORE ARTICLES into [lib://Axiane/AXIANE_ARTICLES.QVD] (qvd);

Thiago Justen Teixeira Gonçalves
Farol BI
WhatsApp: 24 98152-1675
Skype: justen.thiago
jonathandienst
Partner - Champion III
Partner - Champion III

The error indicates a problem with the connection Axiane. If you are using QS desktop, check that the connection is pointing to a valid path for which you have write access. If you are using QS Server, you will need to verify and update the connection in QMC.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

Thank you,

the problem is I must add the user name after the name of the connexion :

STORE ARTICLES into [lib://Axiane (dommeun_quentin.joubert)/AXIANE_ARTICLES.QVD];