<?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: Qlikview Lease License via PowerShell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Lease-License-via-PowerShell/m-p/1786696#M1210117</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8386"&gt;@nigelapt&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm not aware of any method to renew a QlikView Desktop license lease programmatically using PowerShell.&amp;nbsp; Given the constraints of your environment/account, you may want to apply a stand alone QV Desktop license and skip using license lease completely.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2021 19:32:25 GMT</pubDate>
    <dc:creator>Chip_Matejowsky</dc:creator>
    <dc:date>2021-02-26T19:32:25Z</dc:date>
    <item>
      <title>Qlikview Lease License via PowerShell</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Lease-License-via-PowerShell/m-p/1786583#M1210109</link>
      <description>&lt;P&gt;Hi folks&lt;/P&gt;&lt;P&gt;We have a secure script server which reloads a number of QV Dashboards via scheduled AutoSys scripts.&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /R "D:\QV-Scripts\SCOMDashboard.qvw"&lt;/P&gt;&lt;P&gt;The functional ID which Autosys uses is locked down and we cannot use the account to login to the script server.&lt;/P&gt;&lt;P&gt;We suspect that the QV License leased to the account has expired, but because we cannot log into the server using the FID we cannot request a new lease.&lt;/P&gt;&lt;P&gt;Can anyone advise if its possible to renew the lease via PowerShell which we could add into the AutoSys script prior to the QV Dashboard reloads?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Nigel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 12:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Lease-License-via-PowerShell/m-p/1786583#M1210109</guid>
      <dc:creator>nigelapt</dc:creator>
      <dc:date>2021-02-26T12:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Lease License via PowerShell</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Lease-License-via-PowerShell/m-p/1786696#M1210117</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8386"&gt;@nigelapt&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm not aware of any method to renew a QlikView Desktop license lease programmatically using PowerShell.&amp;nbsp; Given the constraints of your environment/account, you may want to apply a stand alone QV Desktop license and skip using license lease completely.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 19:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Lease-License-via-PowerShell/m-p/1786696#M1210117</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2021-02-26T19:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Lease License via PowerShell</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Lease-License-via-PowerShell/m-p/1787248#M1210188</link>
      <description>&lt;P&gt;Of course, it's possible. To renew a license lease you have to open a QlikView App from the QlikView Server via qvp protocol. By myself I use a powershell script that uses the COM Interface of QlikView Desktop to do this.&lt;/P&gt;&lt;P&gt;The essential steps are:&lt;/P&gt;&lt;P&gt;$qvwApp="qvp://qlikview-server/DOCS/A Small App.qvw"&lt;BR /&gt;Start-Process -FilePath "c:\Program Files\QlikView\Qv.exe" -ArgumentList /nosecurity -WindowStyle Hidden&lt;BR /&gt;$qvAppl = New-Object -ComObject QlikTech.QlikView&lt;BR /&gt;$qvDoc=$qvAppl.OpenDoc($qvwApp,"","")&lt;BR /&gt;$qvDoc.CloseDoc()&lt;BR /&gt;$qvAppl.Quit()&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For using the COM Interface you have to ensure that there is no running other QV.exe processes for the same user!&lt;/P&gt;&lt;P&gt;See attachement for the full script.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 22:17:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Lease-License-via-PowerShell/m-p/1787248#M1210188</guid>
      <dc:creator>cwolf</dc:creator>
      <dc:date>2021-03-01T22:17:19Z</dc:date>
    </item>
  </channel>
</rss>

