Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Connection not found error

Hi,

Connection not found error showing when qvd creation and storing.

vQvdFile='..\Data\Qvds\Raw_Qvds\Company.qvd';


STORE $(vTableName) into 'lib://Qvd/Raw_Qvds\Company.qvd' (qvd);


path: E:\Qlik\xyz\Data\Qvds\


error.png


I had given the folder name as 'Qvds' but its showing like Qvds(servername). Server name is coming automatically.




Thanks,

Remya

1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

you are doing this in Qliksense hub right?   connection name will come with the server name

so change Qvd to   Qvd(server name)  and reload

STORE $(vTableName) into 'lib://Qvd(server name)/Raw_Qvds\Company.qvd' (qvd);


View solution in original post

2 Replies
Chanty4u
MVP
MVP

you are doing this in Qliksense hub right?   connection name will come with the server name

so change Qvd to   Qvd(server name)  and reload

STORE $(vTableName) into 'lib://Qvd(server name)/Raw_Qvds\Company.qvd' (qvd);


dwforest
Specialist II
Specialist II

You can also have the Admin rename the connection from the QMC to remove (server name)