Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
hplucknett
Contributor
Contributor

Folders and 'connection not found'

I'm trying to execute a SQL stored procedure from the data load editor. The code I have is:

MI:
LIB CONNECT TO 'My SQL Server';
load *;
SQL EXEC [dbo].[QlikSenseTest];
Store * from MI into 'lib://Qvd/MI.qvd';

I receive the error 'Connection not found: Qvd'. which leads me to believe I need to create a folder called Qvd.

How do I do this?

I've tried creating a dropbox connection although I receive a 'verifying an existing connection was forcibly closed by the remote host' error.

Any help would be appreciated, thanks.

1 Reply
Vikram_Jayakumar

Hi @hplucknett 

Wherever you have this folder QVD created that path/folder should be accessible by the Qlik Sense service account 

https://community.qlik.com/t5/New-to-Qlik-Sense/How-to-create-connection-for-shared-folders/td-p/154...

If a post helps to resolve your issue, please mark the appropriate replies as CORRECT.