<?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 QMSEDX problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QMSEDX-problem/m-p/1927744#M1231963</link>
    <description>&lt;P&gt;Good Morning.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm having a problem with QMSEDX in order to launch qlikview task from a remote powershell.&lt;/P&gt;
&lt;P&gt;The situation is the following.&lt;/P&gt;
&lt;P&gt;I have&amp;nbsp; 3 servers:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;nbsp;Server A have QV server installed and inside a domain&lt;/LI&gt;
&lt;LI&gt;Server B have access to QV server and I can launch task through QMSEDX and it is in the same domain as the QV server&lt;/LI&gt;
&lt;LI&gt;Server C is not in the same domain&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The point is that I can use the instruction&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;D:\QMSEDX.exe -task="publicados/ReportA.qvw" -qms="IP OF SERVER A" &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from the server B loged in with an specific domain user that exists in server A "Qlikview Administrators group".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, from server C i execute this instruction from a powershell:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;$Username = "domainUser"
$Password = "XXXXXXX"
$cred = New-Object System.Management.Automation.PSCredential -ArgumentList @($Username,(ConvertTo-SecureString -String $Password -AsPlainText -Force))
Get-Credential -Credential $cred
Invoke-Command -Computername "IP OF SERVER B" -ScriptBlock {D:\QMSEDX.exe -task="publicados/ReportA.qvw" -qms="IP OF SERVER A"} -Credential $cred&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm getting the following error:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Failed to create a client to the specified Uri, retries=2.
The HTTP request was forbidden with client authentication scheme 'Ntlm'.
Retry in 10s...&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Does anybody have a clue to solve this error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>srgank</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>QMSEDX problem</title>
      <link>https://community.qlik.com/t5/QlikView/QMSEDX-problem/m-p/1927744#M1231963</link>
      <description>&lt;P&gt;Good Morning.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm having a problem with QMSEDX in order to launch qlikview task from a remote powershell.&lt;/P&gt;
&lt;P&gt;The situation is the following.&lt;/P&gt;
&lt;P&gt;I have&amp;nbsp; 3 servers:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;nbsp;Server A have QV server installed and inside a domain&lt;/LI&gt;
&lt;LI&gt;Server B have access to QV server and I can launch task through QMSEDX and it is in the same domain as the QV server&lt;/LI&gt;
&lt;LI&gt;Server C is not in the same domain&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The point is that I can use the instruction&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;D:\QMSEDX.exe -task="publicados/ReportA.qvw" -qms="IP OF SERVER A" &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from the server B loged in with an specific domain user that exists in server A "Qlikview Administrators group".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, from server C i execute this instruction from a powershell:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;$Username = "domainUser"
$Password = "XXXXXXX"
$cred = New-Object System.Management.Automation.PSCredential -ArgumentList @($Username,(ConvertTo-SecureString -String $Password -AsPlainText -Force))
Get-Credential -Credential $cred
Invoke-Command -Computername "IP OF SERVER B" -ScriptBlock {D:\QMSEDX.exe -task="publicados/ReportA.qvw" -qms="IP OF SERVER A"} -Credential $cred&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm getting the following error:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Failed to create a client to the specified Uri, retries=2.
The HTTP request was forbidden with client authentication scheme 'Ntlm'.
Retry in 10s...&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Does anybody have a clue to solve this error?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QMSEDX-problem/m-p/1927744#M1231963</guid>
      <dc:creator>srgank</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: QMSEDX problem</title>
      <link>https://community.qlik.com/t5/QlikView/QMSEDX-problem/m-p/1934460#M1231969</link>
      <description>&lt;P&gt;That error happens, 9 times out of 10, when the credentials are wrong.&lt;/P&gt;
&lt;P&gt;I would try to shift+Right-Click the PowerShell icon and do a "Open as a Different user.." ... type in the credentials and try to run the EDX straight from the console.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, just RDP to the server as the account and simply run the command from the console of ServerC the same way as you do on ServerB ...&lt;/P&gt;
&lt;P&gt;Please let me know if it helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 20:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QMSEDX-problem/m-p/1934460#M1231969</guid>
      <dc:creator>Dan-Kenobi</dc:creator>
      <dc:date>2022-05-23T20:08:47Z</dc:date>
    </item>
  </channel>
</rss>

