<?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>article Qlik Talend Data Integration: tDBConnection adaption for MSSQL Availability Group failover cluster setup in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Data-Integration-tDBConnection-adaption-for-MSSQL/ta-p/2541915</link>
    <description>&lt;P&gt;When setting up a &lt;STRONG&gt;Microsoft SQL Server Always On Availability Group (AG)&lt;/STRONG&gt; along with a &lt;STRONG&gt;Windows Failover Cluster&lt;/STRONG&gt;, are there any additional SQL Server–side configurations or Talend-specific database settings required to run Talend Job against a MSSQL Always On database?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Talend Job need be adapted at the JDBC connection level to ensure proper failover handling and connection resiliency, by setting relevant parameters in the &lt;STRONG&gt;Additional JDBC Parameters&lt;/STRONG&gt; field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Talend JDBC Configuration Requirement&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN&gt;Talend should connect to SQL Server using either the Availability Group Listener (AG Listener) DNS name or the Failover Cluster Instance (FCI) virtual network name, and include specific JDBC connection parameters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sample JDBC Connection URL:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;jdbc:sqlserver://&amp;lt;AG_Listener_DNS_Name&amp;gt;:1433;
databaseName=&amp;lt;Database_Name&amp;gt;;
multiSubnetFailover=true;
loginTimeout=60&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Replace and with your actual values. Unless otherwise configured, Port 1433 is the default SQL Server port.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tDBConnection.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186603i6FA32B2BE0B2303D/image-size/large?v=v2&amp;amp;px=999" role="button" title="tDBConnection.png" alt="tDBConnection.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Key Parameter Explanations&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN&gt;multiSubnetFailover=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Enables fast reconnection after AG failover and is mandatory for multi-subnet or DR-enabled AG environments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;applicationIntent=ReadWrite (optional, usage-dependent)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ensures write operations are always routed to the primary replica.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valid values:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ReadWrite&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ReadOnly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;loginTimeout=60&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prevents premature Talend Job failures during transient failover or brief network interruptions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Best Practice Recommendation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="" data-slate-leaf="true" data-sent-id="zYmZ1xJ7oz" data-para-id="0"&gt;Before promoting any changes to the Production environment, &lt;/SPAN&gt;&lt;SPAN class="" data-slate-leaf="true" data-sent-id="zYmZ1xJ7oz" data-para-id="0"&gt;&lt;SPAN class="tstZ8JrX F_UVJ_ZX internet-mark-item" data-pos-id="60_68" data-trans-type="src" data-source-type="0" data-source-id="Oby8578nKP" data-sent-id="zYmZ1xJ7oz"&gt;it is es&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" data-slate-leaf="true" data-sent-id="zYmZ1xJ7oz" data-para-id="0"&gt;senti&lt;/SPAN&gt;&lt;SPAN class="" data-slate-leaf="true" data-sent-id="zYmZ1xJ7oz" data-para-id="0"&gt;&lt;SPAN class="tstZ8JrX F_UVJ_ZX internet-mark-item" data-pos-id="73_85" data-trans-type="src" data-source-type="0" data-source-id="Oby8578nKP" data-sent-id="zYmZ1xJ7oz"&gt;al to perform&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" data-slate-leaf="true" data-sent-id="zYmZ1xJ7oz" data-para-id="0"&gt;failover and reconnection stress tests in the DEV/QA environment. This will help to validate the behavior of Talend Job during:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;AG role switchovers&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Network interruptions&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Planned and unplanned failover scenarios&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/talend/en-US/studio-user-guide/8.0-R2025-08/defining-connection-parameters?ver=3" target="_self"&gt;Talend JDBC connection parameters | Qlik Talend Help Center&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/connect/jdbc/jdbc-driver-support-for-high-availability-disaster-recovery?view=sql-server-ver17" target="_self"&gt;Microsoft JDBC driver support for Always On / HA-DR | learn.microsoft.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver17" target="_self"&gt;SQL Server JDBC connection properties | learn.microsoft.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Data Integration" id="qlik_TalendDataIntegration"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 29 Jan 2026 06:53:03 GMT</pubDate>
    <dc:creator>wei_guo</dc:creator>
    <dc:date>2026-01-29T06:53:03Z</dc:date>
    <item>
      <title>Qlik Talend Data Integration: tDBConnection adaption for MSSQL Availability Group failover cluster setup</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Data-Integration-tDBConnection-adaption-for-MSSQL/ta-p/2541915</link>
      <description>&lt;P&gt;When setting up a &lt;STRONG&gt;Microsoft SQL Server Always On Availability Group (AG)&lt;/STRONG&gt; along with a &lt;STRONG&gt;Windows Failover Cluster&lt;/STRONG&gt;, are there any additional SQL Server–side configurations or Talend-specific database settings required to run Talend Job against a MSSQL Always On database?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Talend Job need be adapted at the JDBC connection level to ensure proper failover handling and connection resiliency, by setting relevant parameters in the &lt;STRONG&gt;Additional JDBC Parameters&lt;/STRONG&gt; field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Talend JDBC Configuration Requirement&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN&gt;Talend should connect to SQL Server using either the Availability Group Listener (AG Listener) DNS name or the Failover Cluster Instance (FCI) virtual network name, and include specific JDBC connection parameters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sample JDBC Connection URL:&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;jdbc:sqlserver://&amp;lt;AG_Listener_DNS_Name&amp;gt;:1433;
databaseName=&amp;lt;Database_Name&amp;gt;;
multiSubnetFailover=true;
loginTimeout=60&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Replace and with your actual values. Unless otherwise configured, Port 1433 is the default SQL Server port.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tDBConnection.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186603i6FA32B2BE0B2303D/image-size/large?v=v2&amp;amp;px=999" role="button" title="tDBConnection.png" alt="tDBConnection.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Key Parameter Explanations&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN&gt;multiSubnetFailover=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Enables fast reconnection after AG failover and is mandatory for multi-subnet or DR-enabled AG environments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;applicationIntent=ReadWrite (optional, usage-dependent)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ensures write operations are always routed to the primary replica.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Valid values:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ReadWrite&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ReadOnly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;loginTimeout=60&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prevents premature Talend Job failures during transient failover or brief network interruptions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Best Practice Recommendation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="" data-slate-leaf="true" data-sent-id="zYmZ1xJ7oz" data-para-id="0"&gt;Before promoting any changes to the Production environment, &lt;/SPAN&gt;&lt;SPAN class="" data-slate-leaf="true" data-sent-id="zYmZ1xJ7oz" data-para-id="0"&gt;&lt;SPAN class="tstZ8JrX F_UVJ_ZX internet-mark-item" data-pos-id="60_68" data-trans-type="src" data-source-type="0" data-source-id="Oby8578nKP" data-sent-id="zYmZ1xJ7oz"&gt;it is es&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" data-slate-leaf="true" data-sent-id="zYmZ1xJ7oz" data-para-id="0"&gt;senti&lt;/SPAN&gt;&lt;SPAN class="" data-slate-leaf="true" data-sent-id="zYmZ1xJ7oz" data-para-id="0"&gt;&lt;SPAN class="tstZ8JrX F_UVJ_ZX internet-mark-item" data-pos-id="73_85" data-trans-type="src" data-source-type="0" data-source-id="Oby8578nKP" data-sent-id="zYmZ1xJ7oz"&gt;al to perform&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" data-slate-leaf="true" data-sent-id="zYmZ1xJ7oz" data-para-id="0"&gt;failover and reconnection stress tests in the DEV/QA environment. This will help to validate the behavior of Talend Job during:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;AG role switchovers&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Network interruptions&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Planned and unplanned failover scenarios&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/talend/en-US/studio-user-guide/8.0-R2025-08/defining-connection-parameters?ver=3" target="_self"&gt;Talend JDBC connection parameters | Qlik Talend Help Center&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/connect/jdbc/jdbc-driver-support-for-high-availability-disaster-recovery?view=sql-server-ver17" target="_self"&gt;Microsoft JDBC driver support for Always On / HA-DR | learn.microsoft.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver17" target="_self"&gt;SQL Server JDBC connection properties | learn.microsoft.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Data Integration" id="qlik_TalendDataIntegration"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 29 Jan 2026 06:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Data-Integration-tDBConnection-adaption-for-MSSQL/ta-p/2541915</guid>
      <dc:creator>wei_guo</dc:creator>
      <dc:date>2026-01-29T06:53:03Z</dc:date>
    </item>
  </channel>
</rss>

