Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
You can remove the suffix attached to the connection through the QMC. Ask your administrator or if you are the administrator, Go to Data Connection >> Select the connection name to Edit mode >> remove the suffix and clik Apply
Hi Quentin,
The difference between the two commands are only the libname.
doesn't work: STORE ARTICLES into [lib://Axiane/AXIANE_ARTICLES.QVD];
work: STORE ARTICLES into [lib://AttachedFiles/AXIANE_ARTICLES.QVD];
Are you sure there is a folder connection to that directory?
Try load a file from that, and copy that path to the store script.
G.
Thank you,
I've tried to load a file from that connection and I must add the user name after the name of the connexion :
STORE ARTICLES into [lib://Axiane (dommeun_quentin.joubert)/AXIANE_ARTICLES.QVD];
is it possible to have a connexion not nominative?
You can remove the suffix attached to the connection through the QMC. Ask your administrator or if you are the administrator, Go to Data Connection >> Select the connection name to Edit mode >> remove the suffix and clik Apply
Yes, Jerry is right.
Your name is still part of the connection name.
Follow the steps suggested by Jerry
G.
OK, Thank you, me i don't have acess to the data connexion in the qmc, i will ask to the administrateur.