<?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: Qlik-cli bad request in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1708684#M12850</link>
    <description>&lt;P&gt;hi:&lt;/P&gt;&lt;P&gt;i am having the same problem when using qlik-cli from windows module.&amp;nbsp; hope that you can help.&lt;/P&gt;&lt;P&gt;i can connect using&amp;nbsp;c&lt;SPAN&gt;onnect-qlik.&amp;nbsp; but when calling&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;set-qliklicense, &lt;/SPAN&gt;&lt;SPAN&gt;it errors out:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The remote server returned an error: (400) Bad Request.&lt;BR /&gt;At C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli\functions\core.ps1:36 char:17&lt;BR /&gt;+ ... $result = Invoke-RestMethod -Method $method -Uri $path @params -Web ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException&lt;BR /&gt;+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand&lt;/P&gt;&lt;P&gt;ScriptStackTrace:&lt;BR /&gt;at CallRestUri, C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli\functions\core.ps1: line 36&lt;BR /&gt;at Invoke-QlikPost&amp;lt;Process&amp;gt;, C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli\Qlik-Cli.psm1: line 181&lt;BR /&gt;at Set-QlikLicense&amp;lt;Process&amp;gt;, C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli\resources\license.ps1: line 269&lt;BR /&gt;at &amp;lt;ScriptBlock&amp;gt;, &amp;lt;No file&amp;gt;: line 35&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2020 20:58:48 GMT</pubDate>
    <dc:creator>ceciliadoan</dc:creator>
    <dc:date>2020-06-05T20:58:48Z</dc:date>
    <item>
      <title>Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1642600#M11689</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to configure Qlik-cli in our server .&lt;/P&gt;&lt;P&gt;I connect successfully to it but then when executing commands like start-qliktask I'm getting bad request (400) error.&lt;/P&gt;&lt;P&gt;Other api calls like getAbout or so are working correctly.&lt;/P&gt;&lt;P&gt;I followed the steps to install the certificates from GitHub page and qlik help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any clues?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1642600#M11689</guid>
      <dc:creator>dferreirogft</dc:creator>
      <dc:date>2024-11-16T04:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1642658#M11690</link>
      <description>&lt;P&gt;What's the full series of commands that you're using to connect? Because that could be due to a lack of permissions. For example:&lt;/P&gt;
&lt;PRE&gt;PS C:\&amp;gt; Connect-Qlik -UserName Example\randomuser&lt;BR /&gt;&lt;BR /&gt;PS C:\&amp;gt; Start-QlikTask -id 3f053d35-e1e6-40f0-b3de-449c009ce99d&lt;BR /&gt;The remote server returned an error: (400) Bad Request.&lt;BR /&gt;At C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli\1.15.1\functions\core.ps1:35 char:17&lt;BR /&gt;+ ... $result = Invoke-RestMethod -Method $method -Uri $path @params -Web ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException&lt;BR /&gt;+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Nov 2019 17:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1642658#M11690</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2019-11-04T17:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1708684#M12850</link>
      <description>&lt;P&gt;hi:&lt;/P&gt;&lt;P&gt;i am having the same problem when using qlik-cli from windows module.&amp;nbsp; hope that you can help.&lt;/P&gt;&lt;P&gt;i can connect using&amp;nbsp;c&lt;SPAN&gt;onnect-qlik.&amp;nbsp; but when calling&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;set-qliklicense, &lt;/SPAN&gt;&lt;SPAN&gt;it errors out:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The remote server returned an error: (400) Bad Request.&lt;BR /&gt;At C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli\functions\core.ps1:36 char:17&lt;BR /&gt;+ ... $result = Invoke-RestMethod -Method $method -Uri $path @params -Web ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException&lt;BR /&gt;+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand&lt;/P&gt;&lt;P&gt;ScriptStackTrace:&lt;BR /&gt;at CallRestUri, C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli\functions\core.ps1: line 36&lt;BR /&gt;at Invoke-QlikPost&amp;lt;Process&amp;gt;, C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli\Qlik-Cli.psm1: line 181&lt;BR /&gt;at Set-QlikLicense&amp;lt;Process&amp;gt;, C:\Program Files\WindowsPowerShell\Modules\Qlik-Cli\resources\license.ps1: line 269&lt;BR /&gt;at &amp;lt;ScriptBlock&amp;gt;, &amp;lt;No file&amp;gt;: line 35&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 20:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1708684#M12850</guid>
      <dc:creator>ceciliadoan</dc:creator>
      <dc:date>2020-06-05T20:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709031#M12853</link>
      <description>&lt;P&gt;update:&amp;nbsp; this is the code where&amp;nbsp;&lt;SPAN&gt;Connect-Qlik works but&amp;nbsp;Set-QlikLicense doesn't.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;hashtable&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;$connection&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ComputerName&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$module&lt;/SPAN&gt;&lt;SPAN&gt;.Params.Computername&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;TrustAllCerts&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;UseDefaultCredentials&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; =&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;hashtable&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;$license&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;[&lt;/SPAN&gt;&lt;SPAN&gt;ordered&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;serial&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$module&lt;/SPAN&gt;&lt;SPAN&gt;.Params.serial&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;control&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$module&lt;/SPAN&gt;&lt;SPAN&gt;.Params.control&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$module&lt;/SPAN&gt;&lt;SPAN&gt;.Params.name&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;organization&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$module&lt;/SPAN&gt;&lt;SPAN&gt;.Params.organization&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;lef&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$module&lt;/SPAN&gt;&lt;SPAN&gt;.Params.lef&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;try&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Import-Module&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Qlik-Cli&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$result&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Connect-Qlik&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;@connection&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$result&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Set-QlikLicense&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/59930"&gt;@license&lt;/a&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;catch&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$module&lt;/SPAN&gt;&lt;SPAN&gt;.FailJson&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"failed.&amp;nbsp;$(&lt;/SPAN&gt;&lt;SPAN&gt;$_&lt;/SPAN&gt;&lt;SPAN&gt;.Exception.Message&lt;/SPAN&gt;&lt;SPAN&gt;)"&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;$_&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Jun 2020 13:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709031#M12853</guid>
      <dc:creator>ceciliadoan</dc:creator>
      <dc:date>2020-06-08T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709056#M12854</link>
      <description>&lt;P&gt;update:&amp;nbsp; we have been having this problem for days.&amp;nbsp; your help is greatly appreciated.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 14:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709056#M12854</guid>
      <dc:creator>ceciliadoan</dc:creator>
      <dc:date>2020-06-08T14:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709079#M12855</link>
      <description>&lt;UL&gt;&lt;LI&gt;What user is making the request?&lt;UL&gt;&lt;LI&gt;The user obviously needs to have the appropriate permissions&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Is the site licensed already?&lt;UL&gt;&lt;LI&gt;If so with what license type: JWT or Serial + Control number?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;What license are you applying?&lt;UL&gt;&lt;LI&gt;JWT or Serial + Control number?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 08 Jun 2020 15:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709079#M12855</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2020-06-08T15:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709082#M12856</link>
      <description>&lt;P&gt;hi Levi_Turner:&amp;nbsp;&amp;nbsp;thanks for your response.&amp;nbsp; please find the info as follows.&lt;/P&gt;&lt;P&gt;.the user making the request is a service account with sufficient permissions (ie, this same service account running this same command with win_shell works.&amp;nbsp; but we are trying to make running from windows module, then we got the errors)&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;.we have qlik license with serial and control numbers&lt;/P&gt;&lt;P&gt;.this code is for automating deployment&lt;/P&gt;&lt;P&gt;please let us know if there is anything else that needs clarified.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 15:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709082#M12856</guid>
      <dc:creator>ceciliadoan</dc:creator>
      <dc:date>2020-06-08T15:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709087#M12857</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Is the site licensed already?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;That is still outstanding.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 15:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709087#M12857</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2020-06-08T15:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709091#M12859</link>
      <description>&lt;P&gt;the ansible code does the followings:&lt;/P&gt;&lt;P&gt;.installing central node&lt;/P&gt;&lt;P&gt;.then running qlik-cli&amp;nbsp;&lt;SPAN&gt;Connect-Qlik to connect (this works) then running&amp;nbsp;&lt;/SPAN&gt;set-qliklicense (this fails)&lt;/P&gt;&lt;P&gt;so my guess: that is still outstanding?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 15:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709091#M12859</guid>
      <dc:creator>ceciliadoan</dc:creator>
      <dc:date>2020-06-08T15:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709097#M12860</link>
      <description>&lt;P&gt;update:&amp;nbsp; sorry if i did not understand the question.&lt;/P&gt;&lt;P&gt;this is a brand new central node installation where license has never been installed.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 16:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709097#M12860</guid>
      <dc:creator>ceciliadoan</dc:creator>
      <dc:date>2020-06-08T16:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709200#M12861</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This run fine on my end:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;$license = Get-Content -Path C:\shared-content\licenses\qlik-license.json | ConvertFrom-Json
Connect-Qlik
Set-QlikLicense -serial $license.sense.serial -control $license.sense.control -lef $license.sense.lef -name $license.sense.name -organization $license.sense.organization&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="licenseData.png" style="width: 583px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35173iFE7A475D8A4EA505/image-size/large?v=v2&amp;amp;px=999" role="button" title="licenseData.png" alt="licenseData.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Again, this is an unlicensed system. If a license is applied then a different technique would be required.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 22:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709200#M12861</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2020-06-08T22:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709451#M12867</link>
      <description>&lt;P&gt;hi Levi_Turner:&lt;/P&gt;&lt;P&gt;thank you so much.&amp;nbsp; we will try that once we get things working.&lt;/P&gt;&lt;P&gt;at the moment we can't even connect (running win_shell&amp;nbsp; Connect-Qlik {{ inventory_hostname }} -TrustAllCerts -UseDefaultCredentials directly from ansible).&amp;nbsp; we are sure that the port 4242 on the remote host is opened.&amp;nbsp; the Connect-Qlik sometime works and sometime doesn't when running on local visual code.&amp;nbsp; but it doesn't work at all when running from Jenkins with errors:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pipeline-node-32"&gt;"stderr": "Invoke-RestMethod : Unable to connect to the remote server\r\nAt C:\\Program Files\\WindowsPowerShell\\Modules\\Qlik-Cli\\functions\\core.ps1:30 char:17\r\n+ ...   $result = Invoke-RestMethod -Method $method -Uri $path @params -Ses ...\r\n+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebExc \r\n   eption\r\n    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand",
    "stderr_lines": [
        "Invoke-RestMethod : Unable to connect to the remote server",
        "At C:\\Program Files\\WindowsPowerShell\\Modules\\Qlik-Cli\\functions\\core.ps1:30 char:17",
        "+ ...   $result = Invoke-RestMethod -Method $method -Uri $path @params -Ses ...",
        "+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~",
        "    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebExc ",
        "   eption",
        "    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand"
    ],
    "stdout": "",
    "stdout_lines": []
}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 15:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1709451#M12867</guid>
      <dc:creator>ceciliadoan</dc:creator>
      <dc:date>2020-06-09T15:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1831581#M15520</link>
      <description>&lt;P&gt;Hi - Did you find a solution to this? I'm having the same issue. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 20:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/1831581#M15520</guid>
      <dc:creator>nategreen</dc:creator>
      <dc:date>2021-08-26T20:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik-cli bad request</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/2072894#M18573</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp; Except Start-QlikTask , all other commands (like Get-QlikTask ) seems to run properly from a third party tool.&amp;nbsp; I get 400 error while running from a third party tool .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However everything runs fine from powershell .&amp;nbsp; Any clue why this is happening .&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 13:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-cli-bad-request/m-p/2072894#M18573</guid>
      <dc:creator>BoB_Qlik_Support</dc:creator>
      <dc:date>2023-05-18T13:50:03Z</dc:date>
    </item>
  </channel>
</rss>

