<?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 Query Timeout (ODBC) in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Query-Timeout-ODBC/m-p/2513049#M76166</link>
    <description>&lt;P&gt;I am querying using the ODBC connector.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the M code we have the connection:&lt;/P&gt;&lt;P&gt;Odbc.DataSource("dsn="ww", [HierarchyNaviagtion = true, ConnectionTimeout-#duration(0,0,30,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping this would allow the Odbc connector to time out at 30 minutes. However it still seems to timeout at 15 minutes regardless of the duration? Is this a setting in the ODBC Data Source Adminstrator on my PC or a native timeout? Or am I missing something. Error message below.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;OLE DB or ODBC error: [DataSource.Error] ERROR [ ] ERROR: Error executing query. Total time 900.18 seconds. QUERY [VIRTUAL] [QUERY_TIMEOUT] QUERY [JDBC WRAPPER] [PROCESSING] QUERY [JDBC ROUTE] [PROCESSING] java.sql.SQLException: Error executing query. Total time 900.18 seconds. QUERY [VIRTUAL] [QUERY_TIMEOUT] QUERY [JDBC WRAPPER] [PROCESSING] QUERY [JDBC ROUTE] [PROCESSING] ; Error fetching next row.&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 09:29:48 GMT</pubDate>
    <dc:creator>ells</dc:creator>
    <dc:date>2022-05-13T09:29:48Z</dc:date>
    <item>
      <title>Query Timeout (ODBC)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Query-Timeout-ODBC/m-p/2513049#M76166</link>
      <description>&lt;P&gt;I am querying using the ODBC connector.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the M code we have the connection:&lt;/P&gt;&lt;P&gt;Odbc.DataSource("dsn="ww", [HierarchyNaviagtion = true, ConnectionTimeout-#duration(0,0,30,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping this would allow the Odbc connector to time out at 30 minutes. However it still seems to timeout at 15 minutes regardless of the duration? Is this a setting in the ODBC Data Source Adminstrator on my PC or a native timeout? Or am I missing something. Error message below.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;OLE DB or ODBC error: [DataSource.Error] ERROR [ ] ERROR: Error executing query. Total time 900.18 seconds. QUERY [VIRTUAL] [QUERY_TIMEOUT] QUERY [JDBC WRAPPER] [PROCESSING] QUERY [JDBC ROUTE] [PROCESSING] java.sql.SQLException: Error executing query. Total time 900.18 seconds. QUERY [VIRTUAL] [QUERY_TIMEOUT] QUERY [JDBC WRAPPER] [PROCESSING] QUERY [JDBC ROUTE] [PROCESSING] ; Error fetching next row.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 09:29:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Query-Timeout-ODBC/m-p/2513049#M76166</guid>
      <dc:creator>ells</dc:creator>
      <dc:date>2022-05-13T09:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query Timeout (ODBC)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Query-Timeout-ODBC/m-p/2515218#M76254</link>
      <description>&lt;P&gt;There are two timeouts&lt;/P&gt;
&lt;P&gt;- connection timeout : time to negotiate a connection successfully&lt;/P&gt;
&lt;P&gt;- command timeout : time until the first data is returned (or sometimes a brute force hard limit on when the last of the data has to be returned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specify the command timeout value.&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 18:17:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Query-Timeout-ODBC/m-p/2515218#M76254</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-05-14T18:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Query Timeout (ODBC)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Query-Timeout-ODBC/m-p/2515583#M76266</link>
      <description>&lt;P&gt;Thanks,&lt;BR /&gt;It looks the the ODBC data source will automatically timeout at 15 minutes. I have changed the setting in the ODBC Sata Sources and this appears to heave reqolved the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 09:17:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Query-Timeout-ODBC/m-p/2515583#M76266</guid>
      <dc:creator>ells</dc:creator>
      <dc:date>2022-05-15T09:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Query Timeout (ODBC)</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Query-Timeout-ODBC/m-p/2597707#M79247</link>
      <description>&lt;P&gt;Hello, hope you are well.&lt;/P&gt;&lt;P&gt;How did you do that? I'm having the same error of timeout but I don't know how to set it in the ODBC.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 12:56:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Query-Timeout-ODBC/m-p/2597707#M79247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-23T12:56:52Z</dc:date>
    </item>
  </channel>
</rss>

