Skip to main content Skip to complementary content

SAP Connector logs

The SAP Connector logs allow you to analyze the usage of the SAP Connectors and show the security setup.

Locating the SAP Connector logs

The log files are located in the log directories for the individual connectors.

QlikView: C:\ProgramData\QlikTech\Custom Data\QvxxxConnector\Log\

Qlik Sense: C:\ProgramData\Qlik\Custom Data\QvxxxConnector\Log\

The xxx represents the connector-specific name, such as QvBexConnector.

SQL Connector log setup

The SAP SQL Connector log is located in:

QlikView: C:\ProgramData\QlikTech\Custom Data\QvSAPSqlConnector\Log\

Qlik Sense: C:\ProgramData\Qlik\Custom Data\QvSAPSqlConnector\Log\

Logging for the SAP SQL Connector is set up in the QvSAPSqlConnector.exe.config file. The logging level value is set in the user settings section of the .config file. The following shows a typical .config file:

<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="QvSAPSqlConnector.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<userSettings>
<QvSAPSqlConnector.Properties.Settings>
<setting name="LoggingLevel" serializeAs="String">
<value>INFO</value>
</setting>
</QvSAPSqlConnector.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>

 

The allowed values for the LoggingLevel setting are:

  • ALL
  • DEBUG
  • INFO
  • WARN
  • ERROR
  • FATAL
  • OFF

The .config file is named QvSAPSqlConnector.exe.config and resides together with the binaries in:

QlikView: C:\Program Files\Common Files\QlikTech\Custom Data\QvSAPSqlConnector

Qlik Sense: C:\Program Files\Common Files\Qlik\Custom Data\QvSAPSqlConnector

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!