<?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>article QlikView: Connecting to QMS API using HTTPS in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/ta-p/1716724</link>
    <description>&lt;P&gt;This article explains how to connect to the QMS API using HTTPS with the QVClient certificate.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Prerequisites:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Certificates trust must be configured in the QlikView environment. Please see&amp;nbsp;&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/May2021/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Server-Security-Authentication-Certificate-Trust.htm" target="_blank" rel="noopener"&gt;Certificate trust&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;You will need an API client to connect (see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/QlikView-Connect-to-QMS-API-with-Visual-Studio/ta-p/1716717" target="_blank" rel="noopener"&gt;QlikView: Connect to QMS API with Visual Studio&lt;/A&gt;&amp;nbsp;on how to create one)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="QlikView" id="qlikView"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="qlik-migrated-tkb-headings"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="QMSAPIusingcertificates-ExportQVProxycertificatefromthevirtualmachine"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Export QVProxy certificate from the QlikView Server machine&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Log into the virtual machine as the&amp;nbsp;user running QlikView services&lt;/LI&gt;
&lt;LI&gt;Open Microsoft Management Console (Start - Run - mmc)&lt;/LI&gt;
&lt;LI&gt;Add the Certificates snap in (File - Add/Remove snap-in - Certificates - Add)&lt;/LI&gt;
&lt;LI&gt;Choose "Computer account" in the dialogue box&lt;/LI&gt;
&lt;LI&gt;"Local Computer" should be selected&lt;/LI&gt;
&lt;LI&gt;Next - Finish - OK&lt;/LI&gt;
&lt;LI&gt;Expand the View: Certificates - Personal - Certificates&lt;/LI&gt;
&lt;LI&gt;Right click the QVProxy certificate - All Tasks - Export&lt;/LI&gt;
&lt;LI&gt;Next&lt;/LI&gt;
&lt;LI&gt;Check the box for exporting the private key and click Next&lt;/LI&gt;
&lt;LI&gt;Click Next with default options&lt;/LI&gt;
&lt;LI&gt;Fill in and remember the password (It will be used when importing the certificate)&lt;/LI&gt;
&lt;LI&gt;Give it a name - put it somewhere where you can reach it from the machine running the&amp;nbsp;client - Finish&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3 id="QMSAPIusingcertificates-ImportQVProxycertificatetothemachinerunningtheclient"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Import QVProxy certificate to the machine running the client&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Open Microsoft Management Console (Start - Run - mmc) on the computer running the client&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Add the Certificates snap-in (File - Add/Remove snap-in - Certificates - Add)&lt;/LI&gt;
&lt;LI&gt;Choose "Computer account" in the dialogue&lt;/LI&gt;
&lt;LI&gt;"Local Computer" should be selected&lt;/LI&gt;
&lt;LI&gt;Next - Finish - OK&lt;/LI&gt;
&lt;LI&gt;Expand the View: Certificates - Personal - Certificates&lt;/LI&gt;
&lt;LI&gt;Right-click on the Certificates folder - All tasks - Import&lt;/LI&gt;
&lt;LI&gt;Next&lt;/LI&gt;
&lt;LI&gt;Look for the exported file (change the type to .pfx)&lt;/LI&gt;
&lt;LI&gt;Next&lt;/LI&gt;
&lt;LI&gt;Type in the password&lt;/LI&gt;
&lt;LI&gt;Choose Personal store&lt;/LI&gt;
&lt;LI&gt;Done&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3 id="QMSAPIusingcertificates-Modifyapp.configintheclientcode"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Modify the QMS Service reference to use HTTPS&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In Visual Studio, once you have followed the procedure in&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/QlikView-Connect-to-QMS-API-with-Visual-Studio/ta-p/1716717" target="_blank" rel="noopener"&gt;QlikView: Connect to QMS API with Visual Studio&lt;/A&gt;&amp;nbsp;then you can just right-click on the QMS API reference in the solution explorer and choose "Configure service reference".&lt;BR /&gt;Modify "http" to "https" in the connection address.&lt;/P&gt;
&lt;H3&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Modify app.config in the client code&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In Visual Studio solution explorer, find App.config and double-click to edit it.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;This customization is provided as is. Qlik Support cannot provide continued support of the solution. For assistance, reach out to our &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-and-when-to-contact-Qlik-s-Professional-Services-and/ta-p/1714936" target="_blank" rel="noopener"&gt;Professional Services&lt;/A&gt; or engage in our active &lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/bd-p/qlik-sense-integration-extension-api" target="_blank" rel="noopener"&gt;Integrations forum&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Add this section to the app.config inside the &amp;lt;system.serviceModel&amp;gt; ... &amp;lt;/system.serviceModel&amp;gt; tags:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt; &amp;lt;behaviors&amp;gt;
   &amp;lt;endpointBehaviors&amp;gt;
     &amp;lt;behavior name="ServiceKeyEndpointBehavior"&amp;gt;
       &amp;lt;clientCredentials&amp;gt;
         &amp;lt;clientCertificate findValue="CN=QVProxy" x509FindType="FindBySubjectDistinguishedName" storeLocation="LocalMachine" storeName="My" /&amp;gt;
         &amp;lt;serviceCertificate&amp;gt;
           &amp;lt;authentication certificateValidationMode="ChainTrust" revocationMode="NoCheck"/&amp;gt;
         &amp;lt;/serviceCertificate&amp;gt;
       &amp;lt;/clientCredentials&amp;gt;
     &amp;lt;/behavior&amp;gt;
   &amp;lt;/endpointBehaviors&amp;gt;
 &amp;lt;/behaviors&amp;gt;

Note:If you get the following error "The client certificate is not provided. Specify a client certificate in ClientCredentials." add behaviorConfiguration="ServiceKeyEndpointBehavior" to all of the "endpoint" sections in the app.config &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 06:58:25 GMT</pubDate>
    <dc:creator>Damien_V</dc:creator>
    <dc:date>2023-08-03T06:58:25Z</dc:date>
    <item>
      <title>QlikView: Connecting to QMS API using HTTPS</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/ta-p/1716724</link>
      <description>&lt;P&gt;This article explains how to connect to the QMS API using HTTPS with the QVClient certificate.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Prerequisites:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Certificates trust must be configured in the QlikView environment. Please see&amp;nbsp;&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/May2021/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Server-Security-Authentication-Certificate-Trust.htm" target="_blank" rel="noopener"&gt;Certificate trust&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;You will need an API client to connect (see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/QlikView-Connect-to-QMS-API-with-Visual-Studio/ta-p/1716717" target="_blank" rel="noopener"&gt;QlikView: Connect to QMS API with Visual Studio&lt;/A&gt;&amp;nbsp;on how to create one)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="QlikView" id="qlikView"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="qlik-migrated-tkb-headings"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="QMSAPIusingcertificates-ExportQVProxycertificatefromthevirtualmachine"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Export QVProxy certificate from the QlikView Server machine&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Log into the virtual machine as the&amp;nbsp;user running QlikView services&lt;/LI&gt;
&lt;LI&gt;Open Microsoft Management Console (Start - Run - mmc)&lt;/LI&gt;
&lt;LI&gt;Add the Certificates snap in (File - Add/Remove snap-in - Certificates - Add)&lt;/LI&gt;
&lt;LI&gt;Choose "Computer account" in the dialogue box&lt;/LI&gt;
&lt;LI&gt;"Local Computer" should be selected&lt;/LI&gt;
&lt;LI&gt;Next - Finish - OK&lt;/LI&gt;
&lt;LI&gt;Expand the View: Certificates - Personal - Certificates&lt;/LI&gt;
&lt;LI&gt;Right click the QVProxy certificate - All Tasks - Export&lt;/LI&gt;
&lt;LI&gt;Next&lt;/LI&gt;
&lt;LI&gt;Check the box for exporting the private key and click Next&lt;/LI&gt;
&lt;LI&gt;Click Next with default options&lt;/LI&gt;
&lt;LI&gt;Fill in and remember the password (It will be used when importing the certificate)&lt;/LI&gt;
&lt;LI&gt;Give it a name - put it somewhere where you can reach it from the machine running the&amp;nbsp;client - Finish&lt;BR /&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3 id="QMSAPIusingcertificates-ImportQVProxycertificatetothemachinerunningtheclient"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Import QVProxy certificate to the machine running the client&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Open Microsoft Management Console (Start - Run - mmc) on the computer running the client&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Add the Certificates snap-in (File - Add/Remove snap-in - Certificates - Add)&lt;/LI&gt;
&lt;LI&gt;Choose "Computer account" in the dialogue&lt;/LI&gt;
&lt;LI&gt;"Local Computer" should be selected&lt;/LI&gt;
&lt;LI&gt;Next - Finish - OK&lt;/LI&gt;
&lt;LI&gt;Expand the View: Certificates - Personal - Certificates&lt;/LI&gt;
&lt;LI&gt;Right-click on the Certificates folder - All tasks - Import&lt;/LI&gt;
&lt;LI&gt;Next&lt;/LI&gt;
&lt;LI&gt;Look for the exported file (change the type to .pfx)&lt;/LI&gt;
&lt;LI&gt;Next&lt;/LI&gt;
&lt;LI&gt;Type in the password&lt;/LI&gt;
&lt;LI&gt;Choose Personal store&lt;/LI&gt;
&lt;LI&gt;Done&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3 id="QMSAPIusingcertificates-Modifyapp.configintheclientcode"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Modify the QMS Service reference to use HTTPS&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In Visual Studio, once you have followed the procedure in&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/QlikView-Connect-to-QMS-API-with-Visual-Studio/ta-p/1716717" target="_blank" rel="noopener"&gt;QlikView: Connect to QMS API with Visual Studio&lt;/A&gt;&amp;nbsp;then you can just right-click on the QMS API reference in the solution explorer and choose "Configure service reference".&lt;BR /&gt;Modify "http" to "https" in the connection address.&lt;/P&gt;
&lt;H3&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Modify app.config in the client code&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In Visual Studio solution explorer, find App.config and double-click to edit it.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;This customization is provided as is. Qlik Support cannot provide continued support of the solution. For assistance, reach out to our &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-and-when-to-contact-Qlik-s-Professional-Services-and/ta-p/1714936" target="_blank" rel="noopener"&gt;Professional Services&lt;/A&gt; or engage in our active &lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/bd-p/qlik-sense-integration-extension-api" target="_blank" rel="noopener"&gt;Integrations forum&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Add this section to the app.config inside the &amp;lt;system.serviceModel&amp;gt; ... &amp;lt;/system.serviceModel&amp;gt; tags:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt; &amp;lt;behaviors&amp;gt;
   &amp;lt;endpointBehaviors&amp;gt;
     &amp;lt;behavior name="ServiceKeyEndpointBehavior"&amp;gt;
       &amp;lt;clientCredentials&amp;gt;
         &amp;lt;clientCertificate findValue="CN=QVProxy" x509FindType="FindBySubjectDistinguishedName" storeLocation="LocalMachine" storeName="My" /&amp;gt;
         &amp;lt;serviceCertificate&amp;gt;
           &amp;lt;authentication certificateValidationMode="ChainTrust" revocationMode="NoCheck"/&amp;gt;
         &amp;lt;/serviceCertificate&amp;gt;
       &amp;lt;/clientCredentials&amp;gt;
     &amp;lt;/behavior&amp;gt;
   &amp;lt;/endpointBehaviors&amp;gt;
 &amp;lt;/behaviors&amp;gt;

Note:If you get the following error "The client certificate is not provided. Specify a client certificate in ClientCredentials." add behaviorConfiguration="ServiceKeyEndpointBehavior" to all of the "endpoint" sections in the app.config &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 06:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/ta-p/1716724</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2023-08-03T06:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView: Connecting to QMS API using HTTPS</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2098799#M9808</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for sharing the solution. We don't use Visual Studio to trigger the task, but we have another application called Alteryx. When we had the windows group authentication, the triggering was working fine. But it broke when we switched to the digital cert authentication.&lt;/P&gt;
&lt;P&gt;As per the article, I exported the cert from the QMS server and imported it on the Alteryx server successfully. However the trigger still wont work. The other part of the article is to update the&amp;nbsp;QMS Service reference to use HTTPS and update the&amp;nbsp;app.config in the client code, which I don't seem to find on the altreyx server. Any idea what I need to do to get this fixed?&lt;/P&gt;
&lt;P&gt;Thank you for your response.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 17:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2098799#M9808</guid>
      <dc:creator>ilyas393</dc:creator>
      <dc:date>2023-07-31T17:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView: Connecting to QMS API using HTTPS</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2101911#M9833</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12171"&gt;@ilyas393&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post about your query in our &lt;A href="https://community.qlik.com/t5/QlikView-Integrations/bd-p/qlikview-integration" target="_blank" rel="noopener"&gt;QlikView Integration forums&lt;/A&gt; or in the respective forum of the third party provider.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 06:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2101911#M9833</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-08-03T06:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView: Connecting to QMS API using HTTPS</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2103696#M9877</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;, thank you for the suggestion.&lt;/P&gt;
&lt;P&gt;I have posted it here -&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/EDX-Triggers-using-Alteryx-and-QlikView-s-Digital-Cert/m-p/2103693#M18977" target="_blank"&gt;EDX Triggers using Alteryx and QlikView's Digital ... - Qlik Community - 2103693&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I appreciate any pointers to get my issue fixed. thank you&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 20:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2103696#M9877</guid>
      <dc:creator>ilyas393</dc:creator>
      <dc:date>2023-08-08T20:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView: Connecting to QMS API using HTTPS</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2105622#M9913</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I think there is some configuration step missing in the article. After successfully implementing digital certificate authentication across all the nodes in QlikView, I cannot even trigger the EDX directly (manually) from the QMS Server where the EDX setup sits.&lt;/P&gt;
&lt;P&gt;I get this error message:&lt;/P&gt;
&lt;P&gt;Failed to create a client to the specified Uri.&lt;BR /&gt;The request channel timed out while waiting for a reply after 00:00:59.9375180. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.&lt;/P&gt;
&lt;P&gt;Do we need to make changes to the QMSEDX.exe.config file? I have tried https and fully qualified QMS Server name in the endpoint settings and still no luck.&lt;/P&gt;
&lt;P&gt;Appreciate any help.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 15:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2105622#M9913</guid>
      <dc:creator>ilyas393</dc:creator>
      <dc:date>2023-08-14T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView: Connecting to QMS API using HTTPS</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2105750#M9915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to figure out and fix the specified uri error, and I think I am pretty close to solving it. I am stuck with missing service key. do you know where can I find this or configure this service key?&lt;/P&gt;
&lt;P&gt;Here is the error message I am getting now:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error while starting task with id/name=taskname&lt;BR /&gt;Error message: Service key is missing&lt;BR /&gt;Failed to start the task!&lt;/P&gt;
&lt;P&gt;I have already looked into&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Service-key-is-missing/m-p/1436425#M431481" target="_blank" rel="noopener"&gt;Solved: Re: Service key is missing - Qlik Community - 1436424&lt;/A&gt;&amp;nbsp;and has&amp;nbsp;&lt;SPAN&gt;behaviorConfiguration="ServiceKeyEndpointBehavior" in the config file&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank&amp;nbsp; you so much for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 22:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2105750#M9915</guid>
      <dc:creator>ilyas393</dc:creator>
      <dc:date>2023-08-14T22:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView: Connecting to QMS API using HTTPS</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2122225#M10267</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_16" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12171" target="_self" aria-label="View Profile of ilyas393" aria-describedby="userProfileCard-12171"&gt;&lt;SPAN class=""&gt;@Ilyas393&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Were you able to resolve this issue? We are working on a similar solution using Power Shell.&lt;/P&gt;
&lt;P&gt;Are you using PowerShell on your Alteryx server to connect to QlikView QMS API ?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 04:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2122225#M10267</guid>
      <dc:creator>maheshacharya12</dc:creator>
      <dc:date>2023-09-26T04:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView: Connecting to QMS API using HTTPS</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2132484#M10556</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/15027"&gt;@maheshacharya12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, I have not been able to resolve it yet. I am stuck with the error message: service key is missing.&lt;/P&gt;
&lt;P&gt;Have you been able to resolve it yet?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 13:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/QlikView-Connecting-to-QMS-API-using-HTTPS/tac-p/2132484#M10556</guid>
      <dc:creator>ilyas393</dc:creator>
      <dc:date>2023-10-27T13:07:36Z</dc:date>
    </item>
  </channel>
</rss>

