Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I´m facing the error "CFXFileSize::EvalDual: Unexpected exception" in windows application log after QlikSense November 2017 release and QDF 1.7 and 1.7.1.
QlikSense Engine reports aboat 5000 errors a day with this error.
I think this is a combo of something different in QS November and the QDF Init script that does a lot of FileSize-commands where the file does not exists.
Any suggestions?
Regards
David
Hi David, Iv'e now fixed your problem, it was a mistake due to the rush. Please update and some of the errors should be removed (not all). If you remove the rows below (the cache bug is corrected in 1.7.1 so you do not need them) you will get rid of two errors more, and there should only be one in the log that need the software fix.
set vG.BasePath=;
set vG.SharedBasePath=;
Regards
Magnus
Hi Magnus, OK! this is now a QlikSense bug. Thanks a lot for your help.
From Qlik:
"
bug QLIK-83005 had been logged with R&D and the case referenced to it. Please see the release notes of the next Sense release for this bug and/or QLIK-83223 which is the connected one also solving the issue.
This is according to R&D it is just a cosmetic error, which will be fixed in the near future.
For the customer, if you have a qvs which you reference but it does not exist
if IsNull(filesize('lib://missinlib/missingfile.qvs')) = -1 then
trace 'Error is available in event log';
endif
exit script;
you get: CFXFileSize::EvalDual: Unexpected exception
"
Regards
David
Seems that the problem been resolved in the beta version of Feb-2018, so far so good..
Cheers
Magnus