Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi There,
Does anyone know how to turn off the SilentErrorInChart setting?
It seems that with the release of SR11 (this is occurring with SR12 as well) Qlik fixed a bug 69228 that now results in syntax error messages in object expressions are now returned to objects instead of returned as NULL.
This results in entries in the event log similar to this:
Error SE_LOG: Expression Error. Doc: E:\PROGRAMDATA\QLIKTECH\DOCUMENTS\Some_QlikViewDocument.QVW, ObjectId: , Expr(0)
Apparently by default this is turned off on the server (QlikView 11.2 SR12 release notes).
One can turn it on by putting an entry in the system.ini file SilentErrorInChart = 0.
What we're experiencing though is that with no entries for SilentErrorInChart the "errors" are logged as above.
We've also tried to add an entry SilentErrorInChart = 1 with no avail.
This would affect the performance of the server as well.