<?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: Checking the Connectivity setting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Checking-the-Connectivity-setting/m-p/981949#M335189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to check for connection errors at script execution time, you can set the ErrorMode variable to 0 and check for any ScriptError values different from 0. For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET ErrorMode = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;OLEDB CONNECT &lt;EM&gt;YourConnectionParameters&lt;/EM&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;IF ScriptError &amp;lt;&amp;gt; 0 THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;// Do something with this error condition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;END IF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;SET ErrorMode = 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also the &lt;EM&gt;Error Variables&lt;/EM&gt; chapter in QV Desktop Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2015 09:37:51 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-11-12T09:37:51Z</dc:date>
    <item>
      <title>Checking the Connectivity setting</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-the-Connectivity-setting/m-p/981947#M335187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we are connecting Qlikview with Smart DB ,how can we check the connectivity whether it is working fine or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 08:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-the-Connectivity-setting/m-p/981947#M335187</guid>
      <dc:creator />
      <dc:date>2015-11-12T08:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Checking the Connectivity setting</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-the-Connectivity-setting/m-p/981948#M335188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are couple of ways,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.at the time of creating connection string u could be enter username and password of ur db and click on test button,that helps whether u will able to connect ur db or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.if u already created connection string,then try to pull some data,if u are able to see data on ur qv app..it's connecting else no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 09:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-the-Connectivity-setting/m-p/981948#M335188</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-11-12T09:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Checking the Connectivity setting</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-the-Connectivity-setting/m-p/981949#M335189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to check for connection errors at script execution time, you can set the ErrorMode variable to 0 and check for any ScriptError values different from 0. For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET ErrorMode = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;OLEDB CONNECT &lt;EM&gt;YourConnectionParameters&lt;/EM&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;IF ScriptError &amp;lt;&amp;gt; 0 THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;// Do something with this error condition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;END IF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;SET ErrorMode = 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also the &lt;EM&gt;Error Variables&lt;/EM&gt; chapter in QV Desktop Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 09:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-the-Connectivity-setting/m-p/981949#M335189</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-12T09:37:51Z</dc:date>
    </item>
  </channel>
</rss>

