<?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: Getting error for a new tasks using MySQL as both source and target endpoints. in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036357#M4966</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In general this is a pure MySQL account issue, include the account is not allowed from this IP, or the password is incorrect etc, many reasons may lead the exact same error. You may try to use the provided credential to try to connect to MySQL Server manually, detailed information can be found at MySQL website &lt;A title="Troubleshooting Problems Connecting to MySQL" href="https://dev.mysql.com/doc/refman/8.0/en/problems-connecting.html" target="_blank" rel="noopener"&gt;https://dev.mysql.com/doc/refman/8.0/en/problems-connecting.html&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Let me know if it helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 08:14:52 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2023-02-10T08:14:52Z</dc:date>
    <item>
      <title>Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2034913#M4918</link>
      <description>&lt;P&gt;I have setup a new task using MySQL as source and target end points. We do have license using MySQL as source.&lt;/P&gt;
&lt;P&gt;We are unable to load not a single table. Both MySQL are running 8.0.31. Qlik replicate server is Nov 2021 version odbc driver 8.0.23 connector.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stream component 'st_0_OnPrem_MySQLDev' terminated&lt;BR /&gt;Cannot initialize subtask&lt;BR /&gt;Failed while preparing stream component 'st_0_OnPrem_MySQLDev'.&lt;BR /&gt;Errors in MySQL server validation. &lt;BR /&gt;Error 1045 (Plugin caching_sha2_password could not be loaded: The specified module could not be found. Library path is 'C:/Program Files (x86)/mariadb-connector-c/lib/mariadb/plugin/caching_sha2_password.dll') connecting to MySQL server 'hostname A'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 11:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2034913#M4918</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2023-02-07T11:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2034937#M4919</link>
      <description>&lt;P&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(24,24,24);font-size:13px;"&gt;Qlik Replicate doesn't support caching_sha2_password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(24,24,24);font-size:13px;"&gt;Please, have a look at the following Community post where my colleague provides some additional explanation on that: &lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/td-p/1906331" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/td-p/1906331&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 12:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2034937#M4919</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2023-02-07T12:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2034952#M4921</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This is because in MySQL 8.0.4 the default&amp;nbsp;authentication plugin is&amp;nbsp;caching_sha2_password (in previous versions eg v5.7 the default plugin is&amp;nbsp;mysql_native_password) , Replicate does not support caching_sha2_password&amp;nbsp; at the moment (will support it in next versions). there are different ways to solve the problem eg providing the relevant DLLs (this is not recommended), or change the user&amp;nbsp;authentication plugin (this is the best solution) so Steve &amp;amp; Lyka's link solve the problem perfectly.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 13:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2034952#M4921</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-02-07T13:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2035304#M4924</link>
      <description>&lt;P&gt;So I have applied the link that Steve's shared as a workaround. The task was able to run. Then I have another tasks that uses MySQL as source and Snowflake as target endpoint, seems to give a similar error. I am attaching the logs in verbose mode, masking some details.&lt;/P&gt;
&lt;P&gt;I am checking with another team that owns the MySQL if it's running MySQL 8. I am guess is it's on MySQL 5.7 which should not give us the same error.&lt;/P&gt;
&lt;P&gt;00013820: 2023-02-08T01:20:11:373808 [SOURCE_CAPTURE ]E: Error 1045 (Plugin caching_sha2_password could not be loaded: The specified module could not be found. Library path is 'C:/Program Files (x86)/mariadb-connector-c/lib/mariadb/plugin/caching_sha2_password.dll') connecting to MySQL server 'hostname04' [1020414] (mysql_endpoint_capture.c:313)&lt;BR /&gt;00013820: 2023-02-08T01:20:11:373808 [SOURCE_CAPTURE ]E: Errors in MySQL server validation. [1020414] (mysql_endpoint_imp.c:670)&lt;BR /&gt;00013820: 2023-02-08T01:20:11:373808 [TASK_MANAGER ]E: Failed while preparing stream component 'st_0_MeriApps_DEV'. [1020414] (subtask.c:853)&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 07:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2035304#M4924</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2023-02-08T07:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2035309#M4925</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You may run query to understand further (by a privileged account):&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SELECT USER,HOST,PLUGIN FROM MYSQL.USER WHERE USER='xxxx';&lt;/LI-CODE&gt;
&lt;P&gt;where 'xxxx' is the user name in MySQL.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 07:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2035309#M4925</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-02-08T07:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036259#M4953</link>
      <description>&lt;P&gt;It turns out the MySQL is also running 8.0.29. That explains the error. Thank you.&lt;/P&gt;
&lt;P&gt;Can Replicate use binary logging=mixed? We hit into an error and it asked to revert to ROW. The prerequisites manual says need ROW but the application team folks is sceptical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Desmond&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 03:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036259#M4953</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2023-02-10T03:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036263#M4954</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your following up.&lt;/P&gt;
&lt;P&gt;The binlog format must be row (see Replicate user guide &lt;A title="binlog_format" href="https://help.qlik.com/en-US/replicate/May2022/Content/Global_Common/Content/SharedReplicateHDD/MySQL-Source/prereq-mysql-source.htm" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;binlog_format&lt;/SPAN&gt;&lt;/A&gt;), otherwise the binlog information is&amp;nbsp;insufficient to meet&amp;nbsp;Replicate capture changes prerequisites.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 03:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036263#M4954</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-02-10T03:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036310#M4963</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have reverted to use native password and the error has no longer there. This is for the task replicating both MySQL as source and target endpoints.&lt;/P&gt;
&lt;P&gt;However, I am hitting the error&lt;/P&gt;
&lt;P&gt;Creating Metadata Manager's utility components failed &lt;BR /&gt;Cannot create the source utility component&lt;BR /&gt;Failed while preparing stream component 'OnPrem_MySQLDev'.&lt;BR /&gt;Cannot connect to ODBC provider&lt;BR /&gt;RetCode: SQL_ERROR SqlState: HY000 NativeError: 1045 Message: [MySQL][ODBC 8.0(w) Driver]Access denied for user 'username'@'hostname.com' (using password: YES)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are using MySQL odbc connector 8.0.23&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 06:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036310#M4963</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2023-02-10T06:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036357#M4966</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In general this is a pure MySQL account issue, include the account is not allowed from this IP, or the password is incorrect etc, many reasons may lead the exact same error. You may try to use the provided credential to try to connect to MySQL Server manually, detailed information can be found at MySQL website &lt;A title="Troubleshooting Problems Connecting to MySQL" href="https://dev.mysql.com/doc/refman/8.0/en/problems-connecting.html" target="_blank" rel="noopener"&gt;https://dev.mysql.com/doc/refman/8.0/en/problems-connecting.html&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Let me know if it helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 08:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036357#M4966</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-02-10T08:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036359#M4967</link>
      <description>&lt;P&gt;Gotcha. It's resolved now. It's an account issue.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Desmond&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 08:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036359#M4967</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2023-02-10T08:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error for a new tasks using MySQL as both source and target endpoints.</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036360#M4968</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2924"&gt;@desmondchew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Glad to hear that.&lt;/P&gt;
&lt;P&gt;if the provided solution helps please "Accept as Solution". Thank you,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 08:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Getting-error-for-a-new-tasks-using-MySQL-as-both-source-and/m-p/2036360#M4968</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-02-10T08:19:15Z</dc:date>
    </item>
  </channel>
</rss>

