Skip to main content

Logging

By default, all errors are logged in the event log. To extend the logging for debugging purposes, add the LogFile key attribute in the General section of the QlikViewWorkbench tag in the Web.config file.

Example:  

<configuration> <configSections> <sectionGroup name="QlikViewWorkBench"> <section name="General" type="System.Configuration.NameValueSectionHandler" require-Permission="false" /> </sectionGroup> </configSections> <QlikViewWorkBench> <General> <add key="Proxy" value="/Proxy.aspx" /> <add key="LogFile" value="wb.log" /> <add key="Header" value="QVUSER" /> <add key="QvAjaxZfcPath" value="http://<SERVERNAME>/QvAjaxZfc" /> </General> </QlikViewWorkBench> </configuration>

The operations in Visual Studio can also be logged. To initiate the logging, set the LogFile entry in the Windows registry. The default location may differ depending on the operating system:

  • Default location in 64-bit (x64) Windows operating systems:

    HKEY_LOCALMACHINE\SOFTWARE\Wow6432Node\QlikTech\QlikViewWorkbench

  • Default location in 32-bit (x86) Windows operating systems:

    HKEY_LOCAL_MACHINE\SOFTWARE\QlikTech\QlikViewWorkbench

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!

Join the Analytics Modernization Program

Remove banner from view

Modernize without compromising your valuable QlikView apps with the Analytics Modernization Program. Click here for more information or reach out: ampquestions@qlik.com