<?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>topic Re: Authenticated User Session Logging on Qlik 12.50 April 2020 upgrade in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1737111#M1313878</link>
    <description>&lt;P&gt;You will find the link for the Governance Dashboard downloads in the following Help link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/governance-dashboard/Content/QV_GovDashboard/Getting-Started-with-the-Governance-Dashboard.htm" target="_blank"&gt;https://help.qlik.com/en-US/governance-dashboard/Content/QV_GovDashboard/Getting-Started-with-the-Governance-Dashboard.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The latest version will be there.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2020 14:32:05 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-08-19T14:32:05Z</dc:date>
    <item>
      <title>Authenticated User Session Logging on Qlik 12.50 April 2020 upgrade</title>
      <link>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1733505#M1313868</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;We've notice after upgrading&amp;nbsp; QVWS to April 2020 release (12.50) a difference in Authenticated User sessions logging: Previously both "Authenticated user" and "Identifying user" fields had the same information in the log file, now only&amp;nbsp;Identifying user is showing user information.&lt;/P&gt;&lt;P&gt;That was apparent in Governance Dashboard 2.0, as all user sessions since the upgrade were labeled "Anonymous".&lt;/P&gt;&lt;P&gt;Does anyone have had the same issue? Could it be related to the upgrading procedures or logging configuration?&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Pedro Freire&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1733505#M1313868</guid>
      <dc:creator>pedromfreire</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticated User Session Logging on Qlik 12.50 April 2020 upgrade</title>
      <link>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1736630#M1313872</link>
      <description>&lt;P&gt;We are having this same issue since upgrading the QV Server to 12.50 (aka April 2020). We have the latest version of the Governance Dashboard that Qlik have released. Can anyone worked out a fix? Qlik is there a new Governance Dashboard that works with 12.50?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 07:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1736630#M1313872</guid>
      <dc:creator>haty</dc:creator>
      <dc:date>2020-08-18T07:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticated User Session Logging on Qlik 12.50 April 2020 upgrade</title>
      <link>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1736681#M1313876</link>
      <description>&lt;P&gt;Hello Haty,&lt;/P&gt;&lt;P&gt;We realized that &lt;EM&gt;&lt;STRONG&gt;Authenticated user&lt;/STRONG&gt;&lt;/EM&gt; information was not being logged by the QVWS in the &lt;SPAN&gt;&amp;nbsp;April 2020&lt;/SPAN&gt;&amp;nbsp;version but the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Identifying user &lt;/STRONG&gt;&lt;/EM&gt;field&lt;EM&gt;&lt;STRONG&gt;,&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;that in our case used to have the same information, was still showing session user id, so we managed a small workaround changing GD original script:&lt;/P&gt;&lt;P&gt;In the &lt;STRONG&gt;Sessions&lt;/STRONG&gt; tab under&amp;nbsp;&lt;STRONG&gt;SUB Sessions (fname)&amp;nbsp;&lt;/STRONG&gt;change the original line:&lt;/P&gt;&lt;P&gt;from:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if(len([Authenticated user])&amp;gt;0,lower([Authenticated user]),'Anonymous') as Authenticated_User,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;to:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if(len([Authenticated user])&amp;gt;0,lower([Authenticated user]),if (len([Identifying user])&amp;gt;0,lower([Identifying user]),'Anonymous')) as Authenticated_User,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then we rebuild all the GD working QVDs and managed to read both QVWS log versions&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please be aware if support limitation on changing GD original script.&lt;/P&gt;&lt;P&gt;Hope this works for you.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;PF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 10:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1736681#M1313876</guid>
      <dc:creator>pedromfreire</dc:creator>
      <dc:date>2020-08-18T10:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticated User Session Logging on Qlik 12.50 April 2020 upgrade</title>
      <link>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1737111#M1313878</link>
      <description>&lt;P&gt;You will find the link for the Governance Dashboard downloads in the following Help link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/governance-dashboard/Content/QV_GovDashboard/Getting-Started-with-the-Governance-Dashboard.htm" target="_blank"&gt;https://help.qlik.com/en-US/governance-dashboard/Content/QV_GovDashboard/Getting-Started-with-the-Governance-Dashboard.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The latest version will be there.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 14:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1737111#M1313878</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-08-19T14:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticated User Session Logging on Qlik 12.50 April 2020 upgrade</title>
      <link>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1770083#M1313882</link>
      <description>&lt;P&gt;Thanks This helped&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 21:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Authenticated-User-Session-Logging-on-Qlik-12-50-April-2020/m-p/1770083#M1313882</guid>
      <dc:creator>Abdul_Khalique</dc:creator>
      <dc:date>2020-12-22T21:55:30Z</dc:date>
    </item>
  </channel>
</rss>

