<?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 Command Line / Button , Reload Qlik Sense APP in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Command-Line-Button-Reload-Qlik-Sense-APP/m-p/1571404#M10374</link>
    <description>&lt;P&gt;Hi to everyone ,&lt;/P&gt;&lt;P&gt;I need help about the command line for reload an APP Qlik sense in enterprise environment , if it's not possible I think a workaround with a Button "Reload" inside an HTML page.&lt;/P&gt;&lt;P&gt;I have made this script&amp;nbsp; but without success:&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html lang="en" dir="ltr"&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;RELOAD QLIK&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;RELOAD QLIK&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;button type="button" onclick="testqs()"&amp;gt;&lt;BR /&gt;clik to start &amp;lt;/button&amp;gt;&lt;BR /&gt;&amp;lt;div id="status"&amp;gt; Ready.. &amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;function testqs()&lt;BR /&gt;{&lt;BR /&gt;var reloadtest="ws://185.xx.xxx.44:4848/app/";&lt;BR /&gt;var ws=new WebSocket(reloadtest);&lt;BR /&gt;var socketStatus= document.getElementById('status');&lt;BR /&gt;////////////////////////// OPEN APP ///////////////////////////&lt;BR /&gt;//"D:\\QlikShare\\Apps\\60d83ebf-3aab-4cea-a76d-e6a3c2fcc228"&lt;BR /&gt;&lt;BR /&gt;var opendoc=&lt;BR /&gt;{&lt;BR /&gt;"method":"OpenDoc",&lt;BR /&gt;"handle": -1,&lt;BR /&gt;"params": {&lt;BR /&gt;"qDocName":"60d83ebf-3aab-4cea-a76d-e6a3c2fcc228"&lt;BR /&gt;},&lt;BR /&gt;"outKey":-1,&lt;BR /&gt;"id":1,&lt;BR /&gt;type:"open"&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;////////////////////////// RELOAD APP ///////////////////////////&lt;BR /&gt;var doreload=&lt;BR /&gt;{&lt;BR /&gt;"handle": 1,&lt;BR /&gt;"method":"DoReload",&lt;BR /&gt;"params":{&lt;BR /&gt;"qmode":0,&lt;BR /&gt;"qPartial": false,&lt;BR /&gt;"qDebug": false&lt;BR /&gt;},&lt;BR /&gt;"jsonrpc":"2.0",&lt;BR /&gt;"id":2,&lt;BR /&gt;type:"run"&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;////////////////////////// SAVE APP ///////////////////////////&lt;BR /&gt;var dosave=&lt;BR /&gt;{&lt;BR /&gt;"handle": 1,&lt;BR /&gt;"method":"DoSave",&lt;BR /&gt;"params":{&lt;BR /&gt;"qFileName":"60d83ebf-3aab-4cea-a76d-e6a3c2fcc228"&lt;BR /&gt;},&lt;BR /&gt;"id":3,&lt;BR /&gt;type:"save"&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&lt;/P&gt;&lt;P&gt;ReloadQlik.html:15 WebSocket connection to 'ws://185.xx.xxx.44:4848/app/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.s. I have added in White List the server address&amp;nbsp;&amp;nbsp;185.xx.xxx.44&lt;/P&gt;&lt;P&gt;Please, someone Can help me ??&amp;nbsp;&amp;nbsp;&lt;BR /&gt;THANKS !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2019 13:35:30 GMT</pubDate>
    <dc:creator>steeramp</dc:creator>
    <dc:date>2019-04-19T13:35:30Z</dc:date>
    <item>
      <title>Command Line / Button , Reload Qlik Sense APP</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Command-Line-Button-Reload-Qlik-Sense-APP/m-p/1571404#M10374</link>
      <description>&lt;P&gt;Hi to everyone ,&lt;/P&gt;&lt;P&gt;I need help about the command line for reload an APP Qlik sense in enterprise environment , if it's not possible I think a workaround with a Button "Reload" inside an HTML page.&lt;/P&gt;&lt;P&gt;I have made this script&amp;nbsp; but without success:&lt;/P&gt;&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html lang="en" dir="ltr"&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;RELOAD QLIK&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;RELOAD QLIK&amp;lt;/h1&amp;gt;&lt;BR /&gt;&amp;lt;button type="button" onclick="testqs()"&amp;gt;&lt;BR /&gt;clik to start &amp;lt;/button&amp;gt;&lt;BR /&gt;&amp;lt;div id="status"&amp;gt; Ready.. &amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;function testqs()&lt;BR /&gt;{&lt;BR /&gt;var reloadtest="ws://185.xx.xxx.44:4848/app/";&lt;BR /&gt;var ws=new WebSocket(reloadtest);&lt;BR /&gt;var socketStatus= document.getElementById('status');&lt;BR /&gt;////////////////////////// OPEN APP ///////////////////////////&lt;BR /&gt;//"D:\\QlikShare\\Apps\\60d83ebf-3aab-4cea-a76d-e6a3c2fcc228"&lt;BR /&gt;&lt;BR /&gt;var opendoc=&lt;BR /&gt;{&lt;BR /&gt;"method":"OpenDoc",&lt;BR /&gt;"handle": -1,&lt;BR /&gt;"params": {&lt;BR /&gt;"qDocName":"60d83ebf-3aab-4cea-a76d-e6a3c2fcc228"&lt;BR /&gt;},&lt;BR /&gt;"outKey":-1,&lt;BR /&gt;"id":1,&lt;BR /&gt;type:"open"&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;////////////////////////// RELOAD APP ///////////////////////////&lt;BR /&gt;var doreload=&lt;BR /&gt;{&lt;BR /&gt;"handle": 1,&lt;BR /&gt;"method":"DoReload",&lt;BR /&gt;"params":{&lt;BR /&gt;"qmode":0,&lt;BR /&gt;"qPartial": false,&lt;BR /&gt;"qDebug": false&lt;BR /&gt;},&lt;BR /&gt;"jsonrpc":"2.0",&lt;BR /&gt;"id":2,&lt;BR /&gt;type:"run"&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;////////////////////////// SAVE APP ///////////////////////////&lt;BR /&gt;var dosave=&lt;BR /&gt;{&lt;BR /&gt;"handle": 1,&lt;BR /&gt;"method":"DoSave",&lt;BR /&gt;"params":{&lt;BR /&gt;"qFileName":"60d83ebf-3aab-4cea-a76d-e6a3c2fcc228"&lt;BR /&gt;},&lt;BR /&gt;"id":3,&lt;BR /&gt;type:"save"&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&lt;/P&gt;&lt;P&gt;ReloadQlik.html:15 WebSocket connection to 'ws://185.xx.xxx.44:4848/app/' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.s. I have added in White List the server address&amp;nbsp;&amp;nbsp;185.xx.xxx.44&lt;/P&gt;&lt;P&gt;Please, someone Can help me ??&amp;nbsp;&amp;nbsp;&lt;BR /&gt;THANKS !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 13:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Command-Line-Button-Reload-Qlik-Sense-APP/m-p/1571404#M10374</guid>
      <dc:creator>steeramp</dc:creator>
      <dc:date>2019-04-19T13:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Command Line / Button , Reload Qlik Sense APP</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Command-Line-Button-Reload-Qlik-Sense-APP/m-p/1586712#M10672</link>
      <description>&lt;P&gt;Could you please run the test in this article &lt;A href="https://support.qlik.com/articles/000038601" target="_blank"&gt;https://support.qlik.com/articles/000038601&lt;/A&gt; to rule out a websocket issue in your environment?&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 14:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Command-Line-Button-Reload-Qlik-Sense-APP/m-p/1586712#M10672</guid>
      <dc:creator>StevenJDH</dc:creator>
      <dc:date>2019-05-30T14:43:00Z</dc:date>
    </item>
  </channel>
</rss>

