<?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: Reloading task from script : authentication with saml and multi-node in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782936#M13852</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27636"&gt;@mjperreault&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which version of Qlik Sense are you running ? There were some issues with POST calls using certificates in older versions, such as February 2019, April 2019, June 2019.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Sense-REST-connector-cannot-make-POST-calls-403-No-client/ta-p/1717822" target="_blank"&gt;https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Sense-REST-connector-cannot-make-POST-calls-403-No-client/ta-p/1717822&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2021 10:08:34 GMT</pubDate>
    <dc:creator>Damien_V</dc:creator>
    <dc:date>2021-02-16T10:08:34Z</dc:date>
    <item>
      <title>Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1743623#M13228</link>
      <description>&lt;P&gt;Hello all,&lt;BR /&gt;&lt;BR /&gt;The use case : I need to launch Tasks from the script.&lt;BR /&gt;What works :&lt;BR /&gt;1.on my dev environment, I created a certificate through &lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;myserver&amp;gt;/saml/qmc/certificates&lt;/A&gt;&lt;BR /&gt;2. I set a certificate password and just put a localhost on the certificate name.&lt;BR /&gt;3. I copy pasted it from C:\ProgramData\Qlik\Sense\Repository\Exported Certificates&lt;BR /&gt;4. I created a connection like that :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonaubert_0-1600091580409.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40479iDBDA54EEAB62817C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="simonaubert_0-1600091580409.png" alt="simonaubert_0-1600091580409.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonaubert_1-1600091797877.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40487iC6B1031C96A7826A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="simonaubert_1-1600091797877.png" alt="simonaubert_1-1600091797877.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonaubert_2-1600091913144.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40499i851768F7FD033073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="simonaubert_2-1600091913144.png" alt="simonaubert_2-1600091913144.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="simonaubert_4-1600092032296.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40501iF96BB1F8CE58F81A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="simonaubert_4-1600092032296.png" alt="simonaubert_4-1600092032296.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5. I use this&amp;nbsp; script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Let vServer = 'localhost';
Let vTaskName = 'Reload task of Extension.Usage.Dashboard';

Let vURL = '"https://$(vServer):4242/qrs/task/start?name=$(vTaskName) "';

LIB CONNECT TO 'REST_local_Task_Launcher';
RestTable:
SQL SELECT
FROM JSON (wrap on) "root"
WITH CONNECTION ( URL $(vURL) );
Drop Table RestTable;

exit script;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, okay, I somehow cheated a little but that works ! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;And now I have some difficulties doing the same thing on the production environnement. First of all, it's a multi-node.&lt;BR /&gt;&lt;BR /&gt;So what do I have to do with certificate? What machine name? Which certificate do I have to copy on which machine?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT :&lt;/STRONG&gt; detailed procedure on page 2&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 08:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1743623#M13228</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2021-02-17T08:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1749864#M13331</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made it to work in multi-node. Same process except I also copy the client.pfx certificate from the central node on all nodes.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 08:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1749864#M13331</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2020-10-06T08:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782442#M13832</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/54230"&gt;@simonaubert&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for the response, I have followed your procedure closely but unfortunately I am getting the same error, it does not seem to make sense to me! The connector is definitely recognizing the certificate because if I try and enter the wrong password I get an error for wrong password.&amp;nbsp; Couple more questions&lt;/P&gt;&lt;P&gt;1. Did you export the secret key&lt;/P&gt;&lt;P&gt;2. Did you choose windows format&lt;/P&gt;&lt;P&gt;3. Did you have to restart any services&lt;/P&gt;&lt;P&gt;4. Which version of Qlik Sense are you on&lt;/P&gt;&lt;P&gt;Thanks so much,&lt;BR /&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 23:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782442#M13832</guid>
      <dc:creator>mjperreault</dc:creator>
      <dc:date>2021-02-12T23:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782606#M13834</link>
      <description>&lt;P&gt;This approach was documented here in qlik support documents:&amp;nbsp;&lt;A href="https://support.qlik.com/articles/000048247" target="_blank"&gt;https://support.qlik.com/articles/000048247&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2021 22:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782606#M13834</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-02-14T22:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782663#M13835</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;The article referenced by Lech was moved to:&amp;nbsp; &lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/How-to-setup-a-Data-Connection-to-the-QRS-API-using-Certificates/ta-p/1712498" target="_blank"&gt;https://community.qlik.com/t5/Support-Knowledge-Base/How-to-setup-a-Data-Connection-to-the-QRS-API-using-Certificates/ta-p/1712498&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thought I'd let you know to prevent any possible future dead-ends.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 08:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782663#M13835</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-02-15T08:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782882#M13849</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp; &amp;amp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for your responses, what is very strange is when I follow the steps from the article Lech has posted to create a GET Rest API connection to the repository I am succeeding and getting data from the repository, however when I try and makes a POST Rest API connection using the exact same certificate I am still getting the "HTTP protocol error 403 (No client certificate supplied): The server refused to fulfill the request."&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is my connection details.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-02-15 17_48_58-Window.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49107i9430097D94806BDA/image-size/small?v=v2&amp;amp;px=200" role="button" title="2021-02-15 17_48_58-Window.png" alt="2021-02-15 17_48_58-Window.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-02-15 17_51_34-Window.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49108iFE3F502869621FDB/image-size/small?v=v2&amp;amp;px=200" role="button" title="2021-02-15 17_51_34-Window.png" alt="2021-02-15 17_51_34-Window.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-02-15 17_51_47-Window.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49109i169CC70330D5EC6D/image-size/small?v=v2&amp;amp;px=200" role="button" title="2021-02-15 17_51_47-Window.png" alt="2021-02-15 17_51_47-Window.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-02-15 17_52_08-Window.png" style="width: 200px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49110i9B15E57817721FD3/image-size/small?v=v2&amp;amp;px=200" role="button" title="2021-02-15 17_52_08-Window.png" alt="2021-02-15 17_52_08-Window.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will make a broader community post to see if anyone else has any thoughts, thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 22:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782882#M13849</guid>
      <dc:creator>mjperreault</dc:creator>
      <dc:date>2021-02-15T22:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782936#M13852</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/27636"&gt;@mjperreault&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which version of Qlik Sense are you running ? There were some issues with POST calls using certificates in older versions, such as February 2019, April 2019, June 2019.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Sense-REST-connector-cannot-make-POST-calls-403-No-client/ta-p/1717822" target="_blank"&gt;https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Sense-REST-connector-cannot-make-POST-calls-403-No-client/ta-p/1717822&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 10:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782936#M13852</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-02-16T10:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782959#M13853</link>
      <description>&lt;P&gt;I have used different approach and never tried to run POST with URL parameter like "?name=...."&lt;/P&gt;&lt;P&gt;My approach you can see in attached file (have a look at subroutine "QRS_Reload_App_ByName_N_Stream"...).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some other subs which are invalid due to fact that I was not able to use&amp;nbsp;"X-HTTP-Method-Override", so please ignore them&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 10:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1782959#M13853</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-02-16T10:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1783001#M13854</link>
      <description>&lt;P&gt;Thanks for your rsponse&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;, I think this is likely the issue! I am on February 2019 and I am able to make the same POST call using postman so it definitely seems like its an issue with the REST connector, I will try the workarounds mentioned in the article as well as the alternate approach&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp; mentioned below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 13:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1783001#M13854</guid>
      <dc:creator>mjperreault</dc:creator>
      <dc:date>2021-02-16T13:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1783002#M13855</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp; will give this approach a shot, thanks so much!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 13:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1783002#M13855</guid>
      <dc:creator>mjperreault</dc:creator>
      <dc:date>2021-02-16T13:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1783308#M13856</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;Here is my detailed procedure&lt;/P&gt;&lt;P&gt;1.Connexion setup (the hard part).&lt;/P&gt;&lt;P&gt;In script, create a new connection of type REST&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 830px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49205i1CA5D9968980CFB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;configure it as follow :&lt;/P&gt;&lt;P&gt;URL : https://localhost:4242/qrs/task/start?name=TEST_TASK_SAU&lt;BR /&gt;Timeout : 900&lt;BR /&gt;Method : Post&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 533px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49206iAB7EF562939CEC84/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;HTTP Protocol : 1.1&lt;BR /&gt;Request/response body encoding : UTF-8&lt;BR /&gt;check :&lt;BR /&gt;Add ‘Expect :100-continue’ header,&lt;BR /&gt;Auto detect response type,&lt;BR /&gt;Check response type during ‘Test connection’&lt;/P&gt;&lt;P&gt;Key generation strategy put to No keys&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 510px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49207i86F704DB07471767/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Authentication Schema : Anonymous&lt;BR /&gt;check Skip server certificate validation&lt;BR /&gt;use certificate : From File&lt;BR /&gt;PFX file name : client.pfx&lt;/P&gt;&lt;P&gt;Write password of the pfx file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 340px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49208i6B3332504CE4D55A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Query parameters&lt;BR /&gt;Name : xrfkey Value : 0000000000000000&lt;BR /&gt;Check « Add missing query parameters to final request »&lt;/P&gt;&lt;P&gt;Query headers:&lt;BR /&gt;Name : X-Qlik-XrfKey Value : 0000000000000000&lt;BR /&gt;Name : X-Qlik-User Value : UserDirectory=internal; UserId=sa_repository&lt;/P&gt;&lt;P&gt;Name : REST_TASK_LAUNCHER&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 369px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49209i101BD57AD76D7234/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 157px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49210iFC1C12D8077CB8E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If the client.pfx file is missing, here what to do :&lt;BR /&gt;Go to QMC, on Certificates. Put localhost as machine name and write a password for the certificate. Click on Export Certificate.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 399px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49211iE1EA3621291C47E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Certificate is exported to central node in repository C:\ProgramData\Qlik\Sense\Repository\Exported Certificates&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 394px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49213iFD78EC49C4793AD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Copy paste it on C:\ProgramData\Qlik\Sense\Engine\Certificates on every node.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 387px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49215iBB7510248595CD42/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Use connexion in script :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//déclenchement de la tâche&lt;/P&gt;&lt;P&gt;Let vServer = 'localhost';&lt;/P&gt;&lt;P&gt;Let vTaskName = '$(v_task_reellement_lancee)';&lt;/P&gt;&lt;P&gt;Let vURL = '"https://$(vServer):4242/qrs/task/start?name=$(vTaskName)"';&lt;/P&gt;&lt;P&gt;trace $(vURL);&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'REST_TASK_LAUNCHER';&lt;/P&gt;&lt;P&gt;RestTable:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root"&lt;/P&gt;&lt;P&gt;WITH CONNECTION ( URL $(vURL) );&lt;/P&gt;&lt;P&gt;Drop Table RestTable;​&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please note there is also an idea to make it native on Qlik Sense here &lt;A href="https://community.qlik.com/t5/Ideas/Launch-natively-a-task-from-script/idi-p/1776117" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Ideas/Launch-natively-a-task-from-script/idi-p/1776117&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit : images are now available&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 08:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1783308#M13856</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2021-02-17T08:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1784316#M13881</link>
      <description>&lt;P&gt;Thanks for your responses everyone, as my issue seems to be related to a bug with REST CONNECTOR&amp;nbsp; and POST requests using certificates, I found a different approach authenticating via PROXY which is working!&amp;nbsp; I got the idea from&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18172"&gt;@ChristofSchwarz&lt;/a&gt;&amp;nbsp;video here&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=jiJDDV9B_QU" target="_blank"&gt;https://www.youtube.com/watch?v=jiJDDV9B_QU&lt;/A&gt;.&amp;nbsp; I used his process to create a POST connection and this worked.&lt;/P&gt;&lt;P&gt;Here are my connection details&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-02-19 12_36_29-Test(2) - My new sheet (4) _ Sheets - Qlik Sense.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49470i2C85EE2A4111D961/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2021-02-19 12_36_29-Test(2) - My new sheet (4) _ Sheets - Qlik Sense.png" alt="2021-02-19 12_36_29-Test(2) - My new sheet (4) _ Sheets - Qlik Sense.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can create a script like.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-02-19 12_38_14-Test(2) - My new sheet (4) _ Sheets - Qlik Sense.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49471i81C191C67FB0F128/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2021-02-19 12_38_14-Test(2) - My new sheet (4) _ Sheets - Qlik Sense.png" alt="2021-02-19 12_38_14-Test(2) - My new sheet (4) _ Sheets - Qlik Sense.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You also need to set up a header virtual proxy but there are thorough details on how to do that in Christof's video&lt;/P&gt;&lt;P&gt;Unfortunately my ultimate goal was to try to create a reload script that would duplicate an app and then replace an existing published app with the duplicate but this is not possible due to "&lt;SPAN&gt;X-HTTP-Method-Override" not working with the REST Connector, bummer!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 17:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1784316#M13881</guid>
      <dc:creator>mjperreault</dc:creator>
      <dc:date>2021-02-19T17:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1972613#M17238</link>
      <description>&lt;P&gt;I had the same problem. I could not etablish a POST command via a certificate from QV to QS. And then i was able to use a POST-command with the virutal proxy of the video from&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18172"&gt;@ChristofSchwarz&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Thank you for all the input in this thread&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 15:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/1972613#M17238</guid>
      <dc:creator>domanski</dc:creator>
      <dc:date>2022-08-24T15:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/2427823#M20121</link>
      <description>&lt;P&gt;EDIT:&lt;/P&gt;
&lt;P&gt;It works! thank you for this awesome solution!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/54230"&gt;@simonaubert&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;i am following every part of your instruction, but when i try to select data from the datasource, i cant find anything.&lt;/P&gt;
&lt;P&gt;Hopefully you can help me?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 14:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/2427823#M20121</guid>
      <dc:creator>JHuis</dc:creator>
      <dc:date>2024-03-06T14:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reloading task from script : authentication with saml and multi-node</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/2455678#M20648</link>
      <description>&lt;P&gt;Can a PUT method invoked from the script. I can see only GET and POST method while creating connection&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 13:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Reloading-task-from-script-authentication-with-saml-and-multi/m-p/2455678#M20648</guid>
      <dc:creator>fabdulazeez</dc:creator>
      <dc:date>2024-05-23T13:03:47Z</dc:date>
    </item>
  </channel>
</rss>

