Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
trishita
Creator III
Creator III

LOAD data into QlikView

The following error occurred:
Connection not found: 0010 - Daten Extraktion
 
The error occurred here:
Store HPP_Fund_Price into [lib://0010 - Daten Extraktion/QVD\HPP_Fund_Price.QVD] (qvd)
 
For information I have set ..

SET vDatenExtrakt = 'lib://0010 - Daten Extraktion/QVD';
SET vImportDaten = 'lib://Qlik Importdaten';

 

Labels (2)
7 Replies
jfkinspari
Partner - Specialist
Partner - Specialist

The user executing the reload script has not access to the data connection named "0010 - Daten Extraktion".
It might be because of missing access rights, or it may be that the data connection does not exist.
If you have full access to the QMC, you can check in here whether the connection exists or not.
trishita
Creator III
Creator III
Author

Can you help me with this a bit...
trishita
Creator III
Creator III
Author

Unbenannt.PNG

trishita
Creator III
Creator III
Author

Unbenannt.PNG

jfkinspari
Partner - Specialist
Partner - Specialist

You need to look into QMC --> Data Connections and look for the "0010 - Daten Extraktion"
trishita
Creator III
Creator III
Author

I changed the path to 

SET vDatenExtrakt = 'lib://0010 - DatenExtraktion_TRI**bleep**A (hhpv_aba)/QVD';
SET vImportDaten = 'lib://Qlik Importdaten';

Now it is atleast storing but the new fields which i added in  SET vImportDaten = 'lib://Qlik Importdaten'; is not loading..I want to load some new fields from SET vImportDaten = 'lib://Qlik Importdaten'; to  'lib://0010 - DatenExtraktion_TRI**bleep**A (hhpv_aba)/QVD';

trishita
Creator III
Creator III
Author

My target is to pick the qvd files from a specific variable vimportdaten and store into a new variable vdataextraction. In the meanwhile I have processed and changed a bit in my script.Do I need to publish or set some job to make this changes stored in the target destination.