<?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: QlikSense May 2023 Patch 3 - Rest Connection returns error using &amp;quot;WITH CONNECTION&amp;quot; in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2097042#M25331</link>
    <description>&lt;P&gt;Good&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/60539"&gt;@Benoit_C&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;We came to the same solution, I proud of mine&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 13:41:04 GMT</pubDate>
    <dc:creator>andregas</dc:creator>
    <dc:date>2023-07-25T13:41:04Z</dc:date>
    <item>
      <title>QlikSense May 2023 Patch 3 - Rest Connection returns error using "WITH CONNECTION"</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2096091#M25315</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;
&lt;P&gt;After update QlikSense May 2023 to patch 3 I've found an error during reload using REST connector and "WITH CONNECTION" method.&lt;/P&gt;
&lt;P&gt;The error is the following:&lt;/P&gt;
&lt;P&gt;"WITH CONNECTION" is not allowed. To allow "WITH CONNECTION", select Allow "WITH CONNECTION" in the connector settings.&lt;/P&gt;
&lt;P&gt;Unfortunately this flag it's hidden. To enabled it you must edit the file "&lt;SPAN&gt;C:\Program Files\Common Files\Qlik\Custom Data\QvRestConnector\qsdfw_qsefw_qlikview.qliksourceconfig" in all QlikSense nodes adding the following line.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Between the property queryHeaders and PaginationType add the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;Property&amp;gt;&lt;BR /&gt;&amp;lt;Name&amp;gt;allowWithConnection&amp;lt;/Name&amp;gt;&lt;BR /&gt;&amp;lt;DisplayName&amp;gt;Allow "WITH CONNECTION"&amp;lt;/DisplayName&amp;gt;&lt;BR /&gt;&amp;lt;Description&amp;gt;Allow "WITH CONNECTION"&amp;lt;/Description&amp;gt;&lt;BR /&gt;&amp;lt;InputType&amp;gt;checkbox&amp;lt;/InputType&amp;gt;&lt;BR /&gt;&amp;lt;GroupName&amp;gt;Additional request parameters&amp;lt;/GroupName&amp;gt;&lt;BR /&gt;&amp;lt;/Property&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;...&lt;BR /&gt;&amp;lt;Property&amp;gt;&lt;BR /&gt;&amp;lt;Name&amp;gt;queryHeaders&amp;lt;/Name&amp;gt;&lt;BR /&gt;...&lt;BR /&gt;&amp;lt;/Property&amp;gt;&lt;BR /&gt;&amp;lt;Property&amp;gt;&lt;BR /&gt;&amp;lt;Name&amp;gt;allowWithConnection&amp;lt;/Name&amp;gt;&lt;BR /&gt;&amp;lt;DisplayName&amp;gt;Allow "WITH CONNECTION"&amp;lt;/DisplayName&amp;gt;&lt;BR /&gt;&amp;lt;Description&amp;gt;Allow "WITH CONNECTION"&amp;lt;/Description&amp;gt;&lt;BR /&gt;&amp;lt;InputType&amp;gt;checkbox&amp;lt;/InputType&amp;gt;&lt;BR /&gt;&amp;lt;GroupName&amp;gt;Additional request parameters&amp;lt;/GroupName&amp;gt;&lt;BR /&gt;&amp;lt;/Property&amp;gt;&lt;BR /&gt;&amp;lt;Property styleName="mediumselect"&amp;gt;&lt;BR /&gt;&amp;lt;Name&amp;gt;PaginationType&amp;lt;/Name&amp;gt;&lt;BR /&gt;...&lt;BR /&gt;&amp;lt;/Property&amp;gt;&lt;BR /&gt;...&lt;/PRE&gt;
&lt;P&gt;You could find the file alredy edited here as attached.&lt;/P&gt;
&lt;P&gt;Otherwise, if cannot edit the file you could add&amp;nbsp;&lt;SPAN&gt;"&lt;STRONG&gt;allowWithConnection=true;&lt;/STRONG&gt;" to your connection string.&lt;BR /&gt;To edit the connection string: go into QMC, enter in Data connection section, search and select your connection, press edit, modify the Connection string.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I hope it could be useful.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 10:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2096091#M25315</guid>
      <dc:creator>andregas</dc:creator>
      <dc:date>2023-07-21T10:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense May 2023 Patch 3 - Rest Connection returns error using "WITH CONNECTION"</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2096845#M25329</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7316"&gt;@andregas&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;Many thanks for this initiative.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For your information, this is a known defect and we have published an article with the workaround:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-May-2023-Patch-3-causes-REST-connection-error-quot/ta-p/2096170" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-May-2023-Patch-3-causes-REST-connection-error-quot/ta-p/2096170&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Benoit&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 07:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2096845#M25329</guid>
      <dc:creator>Benoit_C</dc:creator>
      <dc:date>2023-07-25T07:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense May 2023 Patch 3 - Rest Connection returns error using "WITH CONNECTION"</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2097042#M25331</link>
      <description>&lt;P&gt;Good&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/60539"&gt;@Benoit_C&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;We came to the same solution, I proud of mine&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 13:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2097042#M25331</guid>
      <dc:creator>andregas</dc:creator>
      <dc:date>2023-07-25T13:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense May 2023 Patch 3 - Rest Connection returns error using "WITH CONNECTION"</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2113186#M25554</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/7316"&gt;@andregas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did not succeed with altering the connection string in QMC - where did you place it? Im thinking if the order of the different settings is important.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 12:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2113186#M25554</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2023-09-05T12:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense May 2023 Patch 3 - Rest Connection returns error using "WITH CONNECTION"</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2119948#M25672</link>
      <description>&lt;P&gt;Also did not work for me. I wonder if the server needs to be restarted after the modification.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 11:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2119948#M25672</guid>
      <dc:creator>stascher</dc:creator>
      <dc:date>2023-09-19T11:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense May 2023 Patch 3 - Rest Connection returns error using "WITH CONNECTION"</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2121824#M25691</link>
      <description>&lt;P&gt;Sorry, I haven't no more instance with that patch to retest the solution 2. Maybe I tried to edit the string after I edited the file and it worked because I had already added the support.&lt;/P&gt;
&lt;P&gt;Sorry.&lt;/P&gt;
&lt;P&gt;I suggest you to update to the latest patch.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 07:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-May-2023-Patch-3-Rest-Connection-returns-error-using/m-p/2121824#M25691</guid>
      <dc:creator>andregas</dc:creator>
      <dc:date>2023-09-25T07:55:08Z</dc:date>
    </item>
  </channel>
</rss>

