<?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: Qliksense License Addition Process in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531356#M32241</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/348142"&gt;@kikiram&lt;/a&gt;&amp;nbsp;Hi, here is a link to the latest help document for this&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-License-Create-Key.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-License-Create-Key.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Sep 2025 10:50:32 GMT</pubDate>
    <dc:creator>Maria_Halley</dc:creator>
    <dc:date>2025-09-19T10:50:32Z</dc:date>
    <item>
      <title>Qliksense License Addition Process</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531345#M32240</link>
      <description>&lt;P&gt;I have installed Qliksense using silent installer methods, Now I'm trying to add license via CLI, while hitting qrs api&amp;nbsp;&lt;A href="https://localhost:4242/qrs/about?xrfkey=1234567890qazxsw" target="_blank" rel="noopener"&gt;https://localhost:4242/qrs/about?xrfkey=1234567890qazxsw&lt;/A&gt;&amp;nbsp;ending up with "The request was aborted: Could not create SSL/TLS secure channel." Even after exporting all (client.pem, client_key.pem, root.pem) the certificates from .Local Certificate into client.pfx&lt;BR /&gt;&lt;BR /&gt;I'm using latest license version (Signed License Key) Model.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229862"&gt;@qlik&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/93518"&gt;@qliksense&lt;/a&gt;&amp;nbsp; &amp;nbsp;Also I couldn't find any document to automate License addition process for latest version as such&amp;nbsp;&lt;A href="https://support.qlik.com/articles/000084832" target="_blank" rel="noopener"&gt;Qlik Sense: How to automate the installation and configuration with commands and APIs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 08:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531345#M32240</guid>
      <dc:creator>kikiram</dc:creator>
      <dc:date>2025-09-19T08:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense License Addition Process</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531356#M32241</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/348142"&gt;@kikiram&lt;/a&gt;&amp;nbsp;Hi, here is a link to the latest help document for this&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-License-Create-Key.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2025/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-License-Create-Key.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 10:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531356#M32241</guid>
      <dc:creator>Maria_Halley</dc:creator>
      <dc:date>2025-09-19T10:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense License Addition Process</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531525#M32242</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Thanks for sharing the doc. I attempted to use the following command to access the URI:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;Invoke-RestMethod -Uri "https://$qlikServer/qrs/license?privileges=true" `&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;-Method POST `&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;-Body $body `&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;where&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;$body&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;{ &lt;/SPAN&gt;&lt;SPAN&gt;key&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;$slk&lt;/SPAN&gt;&lt;SPAN&gt; } &lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt; &lt;SPAN&gt;ConvertTo-Json&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;However, I received the following error:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Invoke-RestMethod :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;400 - Bad Request - Qlik Sense&lt;BR /&gt;&lt;BR /&gt;Note : It also throws same response with header,&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;$headers = @{&amp;nbsp; &amp;nbsp; "Content-Type" = "application/json"&amp;nbsp;}&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Sep 2025 14:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531525#M32242</guid>
      <dc:creator>kikiram</dc:creator>
      <dc:date>2025-09-22T14:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense License Addition Process</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531526#M32243</link>
      <description>&lt;P&gt;Also it would be helpful if any other ways to activate SLK with qlik-cli&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 14:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531526#M32243</guid>
      <dc:creator>kikiram</dc:creator>
      <dc:date>2025-09-22T14:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense License Addition Process</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531762#M32251</link>
      <description>&lt;P&gt;Reference code which works on May 2025 (I doubt this varies between versions):&lt;/P&gt;
&lt;PRE&gt;$hdrs = @{}&lt;BR /&gt;$hdrs.Add("X-Qlik-Xrfkey","examplexrfkey123")&lt;BR /&gt;$hdrs.Add("X-Qlik-User", "UserDirectory=QMI-QS-d208; UserId=qmi")&lt;BR /&gt;# Grab the Client certificate to trust the QRS request&lt;BR /&gt;$cert = Get-ChildItem -Path "Cert:\CurrentUser\My" | Where {$_.Subject -like '*QlikClient*'}&lt;BR /&gt;# Construct the FQDN&lt;BR /&gt;# Use case is being run on the Qlik Sense Server&lt;BR /&gt;$Data = Get-Content C:\ProgramData\Qlik\Sense\Host.cfg&lt;BR /&gt;# Convert the base64 encoded install name for Sense to UTF data&lt;BR /&gt;$FQDN = [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($($Data)))&lt;BR /&gt;# Construct the body for the POST request&lt;BR /&gt;$body = '{"key":"eyJhb"}'&lt;BR /&gt;# Handle TLS 1.2 only environments&lt;BR /&gt;[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]'Ssl3,Tls,Tls11,Tls12' &lt;BR /&gt;Invoke-RestMethod -Uri "https://$($FQDN):4242/qrs/license?xrfkey=examplexrfkey123" -Method Post -Body $body -Headers $hdrs -ContentType 'application/json' -Certificate $cert&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notes of configurable values:&lt;BR /&gt;Line 3: I'd use whatever user you intend to log in. Upon licensing Qlik Sense Enterprise - Client Managed, the user who licenses the cluster is made a RootAdmin. Do cmd.exe &amp;gt; whoami to determine the account that you're interactively logging in as&lt;/P&gt;
&lt;P&gt;Line 12: Obviously specify your SLK here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 17:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qliksense-License-Addition-Process/m-p/2531762#M32251</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2025-09-24T17:52:27Z</dc:date>
    </item>
  </channel>
</rss>

