<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How to find the IP address of a QlikView client accessing documents in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-find-the-IP-address-of-a-QlikView-client-accessing/ta-p/1778880</link>
    <description>&lt;P&gt;QlikView does not offer an out of the box way to easily track all client IP addresses, but a combination of the Session and WebServer log can be used to track them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Environment&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="QlikView" id="qlikView"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Internet Explorer Plugin and QlikView Desktop Client Users&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;For these two clients, the IP address of the end-user is logged in the QlikView Server Session log, unless an IP translation/masking is performed on the network level.&lt;BR /&gt;By default, the Session Log can be found in&amp;nbsp;&lt;SPAN&gt;%ProgramData%\QlikTech\QlikViewServer&lt;/SPAN&gt; and is written in the format of Sessions_SERVERNAME.&lt;BR /&gt;&lt;BR /&gt;A simplified example (not all columns displayed):&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;STRONG&gt;Timestamp&lt;/STRONG&gt; | Document | Session Start | Authenticated user | Client machine identification | Client Type | &lt;STRONG&gt;Client Address&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;YMDTime&lt;/STRONG&gt; | DOCUMENT.qvw | YMDTime | DOMAIN\user | ComputerName [ID] | Windows Exe | &lt;STRONG&gt;IP address of the client&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H4&gt;&lt;BR /&gt;&lt;STRONG&gt;AJAX/Full Browser Client&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;The QlikView Full Browser Client is our web-based client. The Session log cannot be used to identify the IP address of the end-user from the Session log. Instead, the&amp;nbsp;QlikView Server IP address will be listed as the client address. This can be misleading. If it is necessary to trace the IP address, then the user and timestamp of the session recorded in the Session log can be used to match against a WebServer log file.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;Timestamp&lt;/STRONG&gt; | Document | Session Start | &lt;STRONG&gt;Authenticated user&lt;/STRONG&gt; | Client machine identification | Client Type | Client Address&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;YMDTime &lt;/STRONG&gt;| DOCUMENT.qvw | YMDTime | &lt;STRONG&gt;DOMAIN\user&lt;/STRONG&gt; | [ID] | Ajax QvWS + version number&amp;nbsp;| IP address of the&amp;nbsp;Server&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;To find the IP address of this access, the QlikView WebServer log can be used. It needs to be logging at a high enough level to record Information.&lt;BR /&gt;&lt;BR /&gt;To configure the log level, go to the QlikView Management Console &amp;gt; System &amp;gt; Setup &amp;gt; QVWS@servername &amp;gt; General Tab &amp;gt; Logging Level.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The WebServer log can be found in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%ProgramData%\QlikTech\WebServer\Log&lt;/SPAN&gt;&lt;/FONT&gt;, unless otherwise configured. If Microsoft IIS is used, please refer to Microsoft's documentation on where to locate the service's log files.&lt;BR /&gt;&lt;BR /&gt;WebServer log entries are single strings without columns. The data is not uniform, therefore no columns can be provided. An example entry would look like this, however:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;YMDTime&amp;nbsp;&amp;nbsp; &amp;nbsp;Information&amp;nbsp;&amp;nbsp; &amp;nbsp;Create client: Mode=Authenticate, Host=qlikserver2:4747, &lt;STRONG&gt;ClientIP=172.16.16.103&lt;/STRONG&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Here the&amp;nbsp;&lt;STRONG&gt;Host&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;is the QlikView Server that is being used to serve the document, and the&amp;nbsp;&lt;STRONG&gt;ClientIP&amp;nbsp;&lt;/STRONG&gt;is the IP address of the client.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;Related Content:&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-to-trace-user-login-usage-and-exit-in-QlikView/ta-p/1715961" target="_self"&gt;How to trace user login, usage, and exit in QlikView&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2021 11:15:13 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2021-02-01T11:15:13Z</dc:date>
    <item>
      <title>How to find the IP address of a QlikView client accessing documents</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-find-the-IP-address-of-a-QlikView-client-accessing/ta-p/1778880</link>
      <description>&lt;P&gt;QlikView does not offer an out of the box way to easily track all client IP addresses, but a combination of the Session and WebServer log can be used to track them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Environment&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="QlikView" id="qlikView"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Internet Explorer Plugin and QlikView Desktop Client Users&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;For these two clients, the IP address of the end-user is logged in the QlikView Server Session log, unless an IP translation/masking is performed on the network level.&lt;BR /&gt;By default, the Session Log can be found in&amp;nbsp;&lt;SPAN&gt;%ProgramData%\QlikTech\QlikViewServer&lt;/SPAN&gt; and is written in the format of Sessions_SERVERNAME.&lt;BR /&gt;&lt;BR /&gt;A simplified example (not all columns displayed):&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;STRONG&gt;Timestamp&lt;/STRONG&gt; | Document | Session Start | Authenticated user | Client machine identification | Client Type | &lt;STRONG&gt;Client Address&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;YMDTime&lt;/STRONG&gt; | DOCUMENT.qvw | YMDTime | DOMAIN\user | ComputerName [ID] | Windows Exe | &lt;STRONG&gt;IP address of the client&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H4&gt;&lt;BR /&gt;&lt;STRONG&gt;AJAX/Full Browser Client&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;The QlikView Full Browser Client is our web-based client. The Session log cannot be used to identify the IP address of the end-user from the Session log. Instead, the&amp;nbsp;QlikView Server IP address will be listed as the client address. This can be misleading. If it is necessary to trace the IP address, then the user and timestamp of the session recorded in the Session log can be used to match against a WebServer log file.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;Timestamp&lt;/STRONG&gt; | Document | Session Start | &lt;STRONG&gt;Authenticated user&lt;/STRONG&gt; | Client machine identification | Client Type | Client Address&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;YMDTime &lt;/STRONG&gt;| DOCUMENT.qvw | YMDTime | &lt;STRONG&gt;DOMAIN\user&lt;/STRONG&gt; | [ID] | Ajax QvWS + version number&amp;nbsp;| IP address of the&amp;nbsp;Server&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;To find the IP address of this access, the QlikView WebServer log can be used. It needs to be logging at a high enough level to record Information.&lt;BR /&gt;&lt;BR /&gt;To configure the log level, go to the QlikView Management Console &amp;gt; System &amp;gt; Setup &amp;gt; QVWS@servername &amp;gt; General Tab &amp;gt; Logging Level.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The WebServer log can be found in&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%ProgramData%\QlikTech\WebServer\Log&lt;/SPAN&gt;&lt;/FONT&gt;, unless otherwise configured. If Microsoft IIS is used, please refer to Microsoft's documentation on where to locate the service's log files.&lt;BR /&gt;&lt;BR /&gt;WebServer log entries are single strings without columns. The data is not uniform, therefore no columns can be provided. An example entry would look like this, however:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;YMDTime&amp;nbsp;&amp;nbsp; &amp;nbsp;Information&amp;nbsp;&amp;nbsp; &amp;nbsp;Create client: Mode=Authenticate, Host=qlikserver2:4747, &lt;STRONG&gt;ClientIP=172.16.16.103&lt;/STRONG&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Here the&amp;nbsp;&lt;STRONG&gt;Host&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;is the QlikView Server that is being used to serve the document, and the&amp;nbsp;&lt;STRONG&gt;ClientIP&amp;nbsp;&lt;/STRONG&gt;is the IP address of the client.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;Related Content:&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-to-trace-user-login-usage-and-exit-in-QlikView/ta-p/1715961" target="_self"&gt;How to trace user login, usage, and exit in QlikView&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 11:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-find-the-IP-address-of-a-QlikView-client-accessing/ta-p/1778880</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-02-01T11:15:13Z</dc:date>
    </item>
  </channel>
</rss>

