<?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: Control/handle connection errors in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2866#M511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to do sthing like this:&lt;/P&gt;&lt;P&gt;let vUrlMailDev= url1;&lt;/P&gt;&lt;P&gt;let vUrlMailInt= url2;&lt;/P&gt;&lt;P&gt;SET ErrorMode=0;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Post Today (send email)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;"result"&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" &lt;STRONG&gt;WITH CONNECTION(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; BODY "$(vRequestBody2)" URL "$(vUrlMailInt)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; );&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root]:&lt;/P&gt;&lt;P&gt;LOAD [result] AS [result]&lt;/P&gt;&lt;P&gt;RESIDENT RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ScriptError&amp;gt;0 then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Post Today (send email)';&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;"result"&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" &lt;STRONG&gt;WITH CONNECTION(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; BODY "$(vRequestBody2)" URL "$(vUrlMailDev)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; );&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root]:&lt;/P&gt;&lt;P&gt;LOAD [result] AS [result]&lt;/P&gt;&lt;P&gt;RESIDENT RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ErrorMode=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do u know how to combine with connection body with with connection url?&lt;/P&gt;&lt;P&gt;I've used both of these seperately, but when I try to combine both, i can't achieve it (syntax thing)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2018 16:09:54 GMT</pubDate>
    <dc:creator>OmarBenSalem</dc:creator>
    <dc:date>2018-01-18T16:09:54Z</dc:date>
    <item>
      <title>Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2862#M507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The title's question is maybe not that clear, but I'll try to explain what I'm willing to achieve:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Situation&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;I'm using Qlik REST Connector to retrieve some data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Problem&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;The web services team have developed 2 web services that have the same data.&lt;/P&gt;&lt;P&gt;WS1: &lt;STRONG style="color: #ff0000;"&gt;URL1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;WS2 : &lt;STRONG style="color: #339966;"&gt;URL2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This approach of building the same WS in 2 different servers (dev and int) was due to some deployment issues..&lt;/P&gt;&lt;P&gt;I mean sometimes, when I try to connect to &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;URL1&lt;/STRONG&gt; , I can't access to it, so I immediately change my Qlik Rest connector URL to &lt;STRONG style="color: #339966; font-size: 13.3333px;"&gt;URL2..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(all of this is temporary till the building of a stable WS in the prd environment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for test reasons, while I'm on my qlik sense DESKTOP, I can handle this manually..&lt;/P&gt;&lt;P&gt;I reload data = &amp;gt; have errors =&amp;gt; Solution: change the URL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT, I can't do this if I deploy my application in the qlik sense ENTREPRISE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;Solution I'm seeking for&lt;/SPAN&gt;: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So, basically, what I'm looking to do/ask for:&lt;/P&gt;&lt;P&gt;Is there wa way to control/handle how Qlik responds to connection errors?&lt;/P&gt;&lt;P&gt;I mean, instead of interrupting the data reloading process; I want to build sthing like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if CONNECTION to the WS through &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;URL1 &lt;/STRONG&gt;fails =&amp;gt; CONNECT to the WS using &lt;STRONG style="color: #339966; font-size: 13.3333px;"&gt;URL2 &lt;/STRONG&gt;without interrupting the data loading process..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done? &lt;/P&gt;&lt;P&gt;If yes, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm aware of the &lt;STRONG style=": ; color: #ff9900;"&gt;ErrorMode&lt;/STRONG&gt; thing, but I'm not sure how to use it in my case.&lt;/P&gt;&lt;P&gt;Any hint/help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2862#M507</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-18T10:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2863#M508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jontydkpi&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/2433"&gt;bmw&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌ &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 11:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2863#M508</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-18T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2864#M509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;SET ErrorMode=0;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;LOAD stuff FROM URL1;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;if ScriptError&amp;gt;0 then&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // an error occured so try URL2&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD stuff FROM URL2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;end if&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Targets.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;SET ErrorMode=1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 12:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2864#M509</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-01-18T12:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2865#M510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try and let u know ! Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 12:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2865#M510</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-18T12:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2866#M511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to do sthing like this:&lt;/P&gt;&lt;P&gt;let vUrlMailDev= url1;&lt;/P&gt;&lt;P&gt;let vUrlMailInt= url2;&lt;/P&gt;&lt;P&gt;SET ErrorMode=0;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Post Today (send email)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;"result"&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" &lt;STRONG&gt;WITH CONNECTION(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; BODY "$(vRequestBody2)" URL "$(vUrlMailInt)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; );&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root]:&lt;/P&gt;&lt;P&gt;LOAD [result] AS [result]&lt;/P&gt;&lt;P&gt;RESIDENT RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ScriptError&amp;gt;0 then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Post Today (send email)';&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;"result"&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" &lt;STRONG&gt;WITH CONNECTION(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; BODY "$(vRequestBody2)" URL "$(vUrlMailDev)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; );&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root]:&lt;/P&gt;&lt;P&gt;LOAD [result] AS [result]&lt;/P&gt;&lt;P&gt;RESIDENT RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ErrorMode=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do u know how to combine with connection body with with connection url?&lt;/P&gt;&lt;P&gt;I've used both of these seperately, but when I try to combine both, i can't achieve it (syntax thing)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 16:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2866#M511</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-18T16:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2867#M512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just add a comma between the 2 would work.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;WITH CONNECTION(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;BODY "$(vRequestBody2)" , URL "$(vUrlMailDev)"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 16:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2867#M512</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-18T16:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2868#M513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does this work? (syntax of many if..)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET ErrorMode=0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Post Today (send email)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;"result"&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" WITH CONNECTION(&lt;/P&gt;&lt;P&gt; BODY "$(vRequestBody2)", URL "$(vUrlMailInt)"&lt;/P&gt;&lt;P&gt; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root]:&lt;/P&gt;&lt;P&gt;LOAD [result] AS [result]&lt;/P&gt;&lt;P&gt;RESIDENT RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if ScriptError&amp;gt;0 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'Post Today (send email)';&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;"result"&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" WITH CONNECTION(&lt;/P&gt;&lt;P&gt; BODY "$(vRequestBody2)", URL "$(vUrlMailInt)"&lt;/P&gt;&lt;P&gt; );&lt;/P&gt;&lt;P&gt;[root]:&lt;/P&gt;&lt;P&gt;LOAD [result] AS [result]&lt;/P&gt;&lt;P&gt;RESIDENT RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if ScriptError&amp;gt;0 then&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; LIB CONNECT TO 'Post Today (send email)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;"result"&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" WITH CONNECTION(&lt;/P&gt;&lt;P&gt; BODY "$(vRequestBody2)", URL "$(vUrlMailInt)"&lt;/P&gt;&lt;P&gt; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[root]:&lt;/P&gt;&lt;P&gt;LOAD [result] AS [result]&lt;/P&gt;&lt;P&gt;RESIDENT RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end if&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end if&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET ErrorMode=1;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 13:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2868#M513</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-19T13:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2869#M514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, that won't work. You use the same test in both if statements. So the first if will execute if ScriptError &amp;gt; 0 and the second if never will because the first if already took care of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 18:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2869#M514</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-01-19T18:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2870#M515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what I'm trying to do, is trying to perform the same connection with the same URL more than once; let's say 3 or 4 times (or as long as it takes) till the connection is done without throughing errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to issues in the server where the ws is deployed, sometimes it takes 3 or 4 tries till the connection is finally made..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my aim is clear and that u would have a solution to such a situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 23:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2870#M515</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-19T23:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2871#M516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this video: &lt;A href="https://www.youtube.com/watch?v=-RTW9zUa4jk" title="https://www.youtube.com/watch?v=-RTW9zUa4jk"&gt;Qlik #033: If at first you don't succeed, Error Trap! - YouTube&lt;/A&gt;. You should be able to appy the same technique in Qlik Sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2018 14:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2871#M516</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-01-20T14:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Control/handle connection errors</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2872#M517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2018 15:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Control-handle-connection-errors/m-p/2872#M517</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-01-20T15:04:47Z</dc:date>
    </item>
  </channel>
</rss>

