<?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: python: doReload not working in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/python-doReload-not-working/m-p/1532578#M9883</link>
    <description>&lt;P&gt;Bump&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody having any idea what I am doing wrong?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jan 2019 09:03:13 GMT</pubDate>
    <dc:creator>david_kesselhei</dc:creator>
    <dc:date>2019-01-21T09:03:13Z</dc:date>
    <item>
      <title>python: doReload not working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/python-doReload-not-working/m-p/1523063#M9728</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using th method described &lt;A href="https://qlikcommunity.qliktech.com/docs/DOC-19781" target="_self"&gt;here &lt;/A&gt;to connect to the Qlik Engine with python3.6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connecting and opening the app works and apparently even doReload() works, but I can't see the reloaded data in my app in Qlik Sense Enterprise.&lt;/P&gt;&lt;P&gt;On connecting the server answers with this:&lt;/P&gt;&lt;PRE&gt;{"jsonrpc":"2.0",
"method":"OnConnected",
"params":{"qSessionState":"SESSION_CREATED"}
}&lt;/PRE&gt;&lt;P&gt;After connecting I send the request to open the app:&lt;/P&gt;&lt;PRE&gt;{
              "method": "OpenDoc",
              "handle": -1,
              "params": [
                      "ff47d159-bc96-4140-a34d-c8c6a4b355b7"
              ],
              "outKey": -1,
              "id": 2
      }&lt;/PRE&gt;&lt;P&gt;To which the server replies with:&lt;/P&gt;&lt;PRE&gt;{"jsonrpc":"2.0",
"id":2,
"result":{"qReturn":{"qType":"Doc",
		     "qHandle":1,
		     "qGenericId":"ff47d159-bc96-4140-a34d-c8c6a4b355b7"
		     }
		},
"change":[1]}&lt;/PRE&gt;&lt;P&gt;So far so good. I send this to reload the app:&lt;/P&gt;&lt;PRE&gt;      {
              "handle": 1,
              "method": "DoReload",
              "params": {
                      "qMode": 0,
                      "qPartial": false,
                      "qDebug": false
              },
              "outKey": -1,
              "id": 3
      }&lt;/PRE&gt;&lt;P&gt;and the servers answer looks ok to me:&lt;/P&gt;&lt;PRE&gt;{"jsonrpc":"2.0",
"id":3,
"result":{"qReturn":true},
"change":[1]}&lt;/PRE&gt;&lt;P&gt;The thing is though that the app isn't reloaded when I open it. To monitor this I have a text-field that shows ReloadTime().&lt;/P&gt;&lt;P&gt;It gets updated when I use the engine-api-explorer but not when I do it from python.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody see where the error is? Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 14:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/python-doReload-not-working/m-p/1523063#M9728</guid>
      <dc:creator>david_kesselhei</dc:creator>
      <dc:date>2018-12-20T14:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: python: doReload not working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/python-doReload-not-working/m-p/1532578#M9883</link>
      <description>&lt;P&gt;Bump&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody having any idea what I am doing wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 09:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/python-doReload-not-working/m-p/1532578#M9883</guid>
      <dc:creator>david_kesselhei</dc:creator>
      <dc:date>2019-01-21T09:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: python: doReload not working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/python-doReload-not-working/m-p/1774419#M13707</link>
      <description>&lt;P&gt;Use DoSave method after reloading&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2021 09:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/python-doReload-not-working/m-p/1774419#M13707</guid>
      <dc:creator>PradeepK</dc:creator>
      <dc:date>2021-01-17T09:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: python: doReload not working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/python-doReload-not-working/m-p/2536803#M22630</link>
      <description>&lt;P&gt;Thanks, I did worked for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 05:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/python-doReload-not-working/m-p/2536803#M22630</guid>
      <dc:creator>vighnesh_gawad</dc:creator>
      <dc:date>2025-11-21T05:44:16Z</dc:date>
    </item>
  </channel>
</rss>

