<?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: Multiple CDC tasks failing with &amp;quot;An unexpected error occurred while trying to retrieve access token” in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533677#M15304</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/352852"&gt;@ChristopheL&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for the response. Is this the solution that you tried?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MoeE_0-1760658174691.png" style="width: 551px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184281i88C4CC50A7FC0E1C/image-dimensions/551x128?v=v2" width="551" height="128" role="button" title="MoeE_0-1760658174691.png" alt="MoeE_0-1760658174691.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Or did you implement&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;'s solution to add the "&lt;A href="https://learn.microsoft.com/en-us/sql/connect/odbc/dsn-connection-string-attribute?view=sql-server-ver17&amp;amp;utm_source=chatgpt.com#:~:text=SQL_ATTR_LOGIN_TIMEOUT%0A(SQL_LOGIN_TIMEOUT)" target="_blank" rel="noopener nofollow noreferrer"&gt;SQL_ATTR_LOGIN_TIMEOUT (SQL_LOGIN_TIMEOUT)&lt;/A&gt;" parameter? Or only what is mentioned in the screenshot above?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
    <pubDate>Thu, 16 Oct 2025 23:45:02 GMT</pubDate>
    <dc:creator>MoeE</dc:creator>
    <dc:date>2025-10-16T23:45:02Z</dc:date>
    <item>
      <title>Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2532810#M15203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A client's CDC tasks are frequently failing intermittently with the following error after a windows patch last month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RetCode: SQL_ERROR  SqlState: 42000 NativeError: 105117 Message: [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]An error occurred while authenticating against Managed Service Identity: 'An unexpected error occurred while trying to retrieve access token.’&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The target is Azure Analytics. I've researched the error online and haven't found much indication to the issue. Has anyone seen this before? The task stops, then can be resumed again. I am also seeing these two errors every time this occurs&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[TARGET_APPLY    ]E:  Failed to load data of file CDC000013BF.csv to database 

[TARGET_APPLY    ]E:  Failed to copy data to net changes table [1022505]  (bulk_apply.c:6413)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help with this is appreciated. Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 06:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2532810#M15203</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2025-10-08T06:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2532882#M15206</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Mohammed,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for the post here.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;RetCode: SQL_ERROR  SqlState: 42000 NativeError: 105117 Message: [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]An error occurred while authenticating against Managed Service Identity: 'An unexpected error occurred while trying to retrieve access token.’&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It appears that the issue is more likely related to the latest Windows patch or the SQL Server ODBC Driver.&lt;/P&gt;
&lt;P&gt;The error indicates that the Managed Identity token failed to be retrieved from the Azure Instance Metadata Service (IMDS).&lt;BR /&gt;Possible causes include:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A temporary Azure MSI (Managed Service Identity) outage&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Network connectivity issues between the host and IMDS&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In summary, these errors reflect a Synapse client/server communication problem.&lt;BR /&gt;This issue should be reviewed by the user’s DBA or escalated to Microsoft if necessary.&lt;/P&gt;
&lt;P data-start="688" data-end="761"&gt;If you would like to investigate further, we suggest the following steps:&lt;/P&gt;
&lt;OL data-start="763" data-end="1310"&gt;
&lt;LI data-start="763" data-end="865"&gt;
&lt;P data-start="766" data-end="865"&gt;&lt;STRONG data-start="766" data-end="810"&gt;Check the SQL Server ODBC Driver version&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="866" data-end="1037"&gt;
&lt;P data-start="869" data-end="1037"&gt;&lt;STRONG data-start="869" data-end="903"&gt;Review driver timeout period&amp;nbsp;&lt;/STRONG&gt;— by default, the ODBC driver waits only a few seconds to retrieve the MSI token. If IMDS responds slowly, authentication may fail.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1038" data-end="1138"&gt;
&lt;P data-start="1041" data-end="1138"&gt;&lt;STRONG data-start="1041" data-end="1074"&gt;Set TARGET_APPLY to Verbose&lt;/STRONG&gt;, reproduce the issue, and review the detailed task log files.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="1139" data-end="1209"&gt;
&lt;P data-start="1142" data-end="1209"&gt;&lt;STRONG data-start="1142" data-end="1165"&gt;Enable ODBC tracing&lt;/STRONG&gt; to capture additional diagnostic details.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 14:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2532882#M15206</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-08T14:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533245#M15237</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;We have exactly the same problem. You say to review the timeout period, does this mean to add for instance ConnectRetryCount=20;ConnectionTimeout=30 in the ODBC Attributes on the endpoint connection for Azure for the additional connection properties so it will retry 20 times and wait for a timeout of 30 seconds?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Christophe&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 12:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533245#M15237</guid>
      <dc:creator>ChristopheL</dc:creator>
      <dc:date>2025-10-13T12:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533433#M15273</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/352852"&gt;@ChristopheL&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the update. I could only find the parameter &lt;A href="https://learn.microsoft.com/en-us/sql/connect/odbc/dsn-connection-string-attribute?view=sql-server-ver17&amp;amp;utm_source=chatgpt.com#:~:text=SQL_ATTR_LOGIN_TIMEOUT%0A(SQL_LOGIN_TIMEOUT)" target="_blank" rel="noopener"&gt;SQL_ATTR_LOGIN_TIMEOUT (SQL_LOGIN_TIMEOUT)&lt;/A&gt; on the Microsoft webpage. Please check if this is helpful.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 05:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533433#M15273</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-15T05:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533536#M15284</link>
      <description>&lt;P&gt;Hi Christophe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm curious, did the issue begin appearing after Windows patching? Is your QR instance on an Azure VM, and is your target SQL Server or Synapse?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 22:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533536#M15284</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2025-10-15T22:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533626#M15295</link>
      <description>&lt;P&gt;Hi MoeE,&lt;/P&gt;
&lt;P&gt;I think it started when we updated the ODBC driver for SQL Server on the unix server that hosts Qlik Replicate from a version 17 to a version 18, but since it's done by an infrastructure team I'm not sure about it.&lt;BR /&gt;&lt;BR /&gt;I can confirm however that the sollution I posted above seems to be working. Since I implemented it everywhere yesterday I finally had a night without any issues in the Qlik Tasks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Christophe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 13:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533626#M15295</guid>
      <dc:creator>ChristopheL</dc:creator>
      <dc:date>2025-10-16T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533627#M15296</link>
      <description>&lt;P&gt;Hi Mohammed;&lt;/P&gt;
&lt;P&gt;i forgot to answer, but our target is Azure Synapse indeed and QR is on a virtual machine, a linux server.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Christophe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 13:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533627#M15296</guid>
      <dc:creator>ChristopheL</dc:creator>
      <dc:date>2025-10-16T13:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533628#M15297</link>
      <description>&lt;P&gt;Thank you so much for the feedback, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/352852"&gt;@ChristopheL&lt;/a&gt;&amp;nbsp;! Your input is truly valuable for everyone.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 13:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533628#M15297</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-16T13:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533677#M15304</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/352852"&gt;@ChristopheL&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for the response. Is this the solution that you tried?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MoeE_0-1760658174691.png" style="width: 551px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184281i88C4CC50A7FC0E1C/image-dimensions/551x128?v=v2" width="551" height="128" role="button" title="MoeE_0-1760658174691.png" alt="MoeE_0-1760658174691.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Or did you implement&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;'s solution to add the "&lt;A href="https://learn.microsoft.com/en-us/sql/connect/odbc/dsn-connection-string-attribute?view=sql-server-ver17&amp;amp;utm_source=chatgpt.com#:~:text=SQL_ATTR_LOGIN_TIMEOUT%0A(SQL_LOGIN_TIMEOUT)" target="_blank" rel="noopener nofollow noreferrer"&gt;SQL_ATTR_LOGIN_TIMEOUT (SQL_LOGIN_TIMEOUT)&lt;/A&gt;" parameter? Or only what is mentioned in the screenshot above?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 23:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533677#M15304</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2025-10-16T23:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533708#M15305</link>
      <description>&lt;P&gt;Hi Mohammed,&lt;/P&gt;
&lt;P&gt;yes the screenshot is the solution I applied. ConnectioTimeout and SQL_ATTR_LOGIN_TIMEOUT are said to be the same in fact.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Christophe&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 06:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533708#M15305</guid>
      <dc:creator>ChristopheL</dc:creator>
      <dc:date>2025-10-17T06:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533765#M15306</link>
      <description>&lt;P&gt;I really appreciate your valuable information, Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/352852"&gt;@ChristopheL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Oct 2025 02:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533765#M15306</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-18T02:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533880#M15312</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/352852"&gt;@ChristopheL&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately we tried these internal parameters on the target endpoint yet we're still seeing the issue. We applied them the same as shown in the screenshot.&lt;/P&gt;&lt;P&gt;Edit: I noticed that there was no semicolon at the end of the internal parameters and I wonder if that would have an effect "ConnectRetryCount=20;ConnectionTimeout=30"&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 23:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2533880#M15312</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2025-10-21T23:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CDC tasks failing with "An unexpected error occurred while trying to retrieve access token”</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2534047#M15336</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Mohammed,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for the update.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Yes, we recommend adding a semicolon (";") at the end of the connection string. The complete string should look like:&lt;BR /&gt;&lt;STRONG&gt;ConnectRetryCount=20;ConnectionTimeout=30;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;However, based on the ODBC Trace logs you uploaded in the support ticket, there are 32 errors such as:&lt;/P&gt;
&lt;TABLE style="background-color: lightgrey; width: 100%; border-style: none;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;DIAG [08S01] [Microsoft][ODBC Driver 18 for SQL Server]Communication link failure (10054)&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;This appears to be a network-related issue. Please check with your DBA or IT team for further assistance.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 08:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Multiple-CDC-tasks-failing-with-quot-An-unexpected-error/m-p/2534047#M15336</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-22T08:32:00Z</dc:date>
    </item>
  </channel>
</rss>

