Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Has anyone on the Qlik Community experienced on System error (Filesystem FindImp FindFirst call on in their loader script with Qlik Sense Enterprise in multiple node environment?
Can you post the exact error message?
Here is the error message listed below.
Error: Cannot open file: 'lib://QVD_INV (motionhq_ic019272)/DC_PURCHASING/AL37 Vendors.xlsx' (Native Path: \\bwmotpdqlikrs01\qlik\QVD_INV\DC_PURCHASING\AL37 Vendors.xlsx
20220505T092907.202-0500 System error: Filesystem::FindImpl FindFirst call)
Hi All,
Today I have received this error message. So I was not able reload as well I am getting error when loading any qvds to existing QVW file
Ist zwar schon ein etwas älteres Thema, ich hatte es heute auch beim Laden von QVD Dateien.
Ich hatte hinter den From befehl mit der Fileverknüpfung das (qvd) vergessen zu vermerken.
Dies führt natürlich dazu das Qlikview nicht weiß um was für ein Dateienformat es sich handelt und wie er damit umgehen soll.
Ich hoffe hier kann es sich auf selber weiße lösen lassen.
Beispiel für excle:
Produktbeschreibungen:
LOAD
produktid
,produktname
,produkthersteller
,produktanforderungszeitraum as paz
FROM
[exelpfad/dateienname.xlsx]
(ooxml, embedded labels, table is Tabelle1);