<?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: How do I enforce a timeout on a SQL query/connection? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-enforce-a-timeout-on-a-SQL-query-connection/m-p/1422591#M428941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most options and parameters in OLE DB/ODBC connection strings belong specifically to the RDBMS you are trying to talk to, and are of no meaning to QlikView.&lt;/P&gt;&lt;P&gt;You can check whether MS SQL Server supports a connection timeout option by either visiting all "advanced" configuration tabs in the driver (by preference the Native SQL Driver) or by visiting a web site like &lt;A href="http://www.connectionstrings.com/"&gt;http://www.connectionstrings.com&lt;/A&gt; and navigating to the proper forums/pages for your RDBMS. There are different areas for different SQL Server releases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2017 13:54:51 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-09-01T13:54:51Z</dc:date>
    <item>
      <title>How do I enforce a timeout on a SQL query/connection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-enforce-a-timeout-on-a-SQL-query-connection/m-p/1422588#M428938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to enforce a timeout in QlikView on a query which executes a stored procedure in Microsoft SQL Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the connection string builder I have put both a connection timeout and general timeout but neither of these appear in the connection string that is built when I press OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After looking around I have tried the below parameters in the string but none seem to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt;QueryTimeout=10&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;&lt;EM&gt;&lt;STRONG&gt;Timeout=10&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: left; padding-left: 30px;"&gt;&lt;STRONG&gt;&lt;EM&gt;Connection Timeout=10&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried this on OLE DB SQL and ODBC and none of these seem to affect the timeout. Has anyone managed to do this successfully?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 09:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-enforce-a-timeout-on-a-SQL-query-connection/m-p/1422588#M428938</guid>
      <dc:creator>pauluk__</dc:creator>
      <dc:date>2017-09-01T09:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enforce a timeout on a SQL query/connection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-enforce-a-timeout-on-a-SQL-query-connection/m-p/1422589#M428939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be look about "&lt;STRONG style="text-decoration: underline;"&gt;SLEEP&lt;/STRONG&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 09:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-enforce-a-timeout-on-a-SQL-query-connection/m-p/1422589#M428939</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-01T09:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enforce a timeout on a SQL query/connection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-enforce-a-timeout-on-a-SQL-query-connection/m-p/1422590#M428940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I look on this: &lt;A href="https://community.qlik.com/message/1199082"&gt;Re: Qlik Sense - Timeout loading data from SQL&lt;/A&gt; it should be in general possible but both the oledb/odbc-driver and the database must support these commands whereby it's important that the database sends an error to qlikview and not just silently exit the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 13:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-enforce-a-timeout-on-a-SQL-query-connection/m-p/1422590#M428940</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-09-01T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enforce a timeout on a SQL query/connection?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-enforce-a-timeout-on-a-SQL-query-connection/m-p/1422591#M428941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most options and parameters in OLE DB/ODBC connection strings belong specifically to the RDBMS you are trying to talk to, and are of no meaning to QlikView.&lt;/P&gt;&lt;P&gt;You can check whether MS SQL Server supports a connection timeout option by either visiting all "advanced" configuration tabs in the driver (by preference the Native SQL Driver) or by visiting a web site like &lt;A href="http://www.connectionstrings.com/"&gt;http://www.connectionstrings.com&lt;/A&gt; and navigating to the proper forums/pages for your RDBMS. There are different areas for different SQL Server releases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 13:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-enforce-a-timeout-on-a-SQL-query-connection/m-p/1422591#M428941</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-01T13:54:51Z</dc:date>
    </item>
  </channel>
</rss>

