<?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: failing Replication from Sqlserver to MYsql in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/failing-Replication-from-Sqlserver-to-MYsql/m-p/2049358#M5356</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/220303"&gt;@Denial&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out!&lt;/P&gt;
&lt;P&gt;If you are running Full Load, or CDC with Batch Apply Mode then&amp;nbsp;&lt;SPAN&gt;load method is called , the&amp;nbsp;&lt;/SPAN&gt;&lt;A title="local_infile" href="https://dev.mysql.com/doc/refman/8.0/en/load-data-local-security.html" target="_blank" rel="noopener nofollow noreferrer"&gt;local_infile&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;is required by MySQL Server. You can set it in MySQL setting file (need restart the MySQL service), or set it dynamically (the setting will lost if MySQL Service restart):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;mysql&amp;gt; show global variables like 'local_infile';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;+---------------+-------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| Variable_name | Value |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+---------------+-------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| local_infile | OFF |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+---------------+-------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;1 row in set (0.00 sec)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;mysql&amp;gt; set global local_infile = 'ON';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2023 08:17:20 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2023-03-15T08:17:20Z</dc:date>
    <item>
      <title>failing Replication from Sqlserver to MYsql</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/failing-Replication-from-Sqlserver-to-MYsql/m-p/2049355#M5355</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;We are getting below error&amp;nbsp; while replicating data from sqlserver to my sql&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;error :-&lt;/P&gt;
&lt;P&gt;Handling End of table 'collage'.'Employee' loading failed by subtask 1 thread 1&lt;BR /&gt;Failed to load data from csv file.&lt;BR /&gt;Failed to load file '1'&lt;BR /&gt;Failed to start load process for file '1'&lt;BR /&gt;RetCode: SQL_ERROR SqlState: HY000 NativeError: 3948 Message: [MySQL][ODBC 8.0(w) Driver][mysqld-8.0.32]Loading local data is disabled; this must be enabled on both the client and server sides&lt;BR /&gt;Failed (retcode -1) to execute statement: 'load data local infile "C:\\Program Files\\Attunity\\Replicate\\data\\tasks\\test1\\data_files\\1\\LOAD00000001.csv" into table `collage`.`Employee` CHARACTER SET UTF8MB4 fields terminated by ',' enclosed by '"' lines terminated by '\n'( `EmployeeID`,`FirstName` )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know the solution .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 08:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/failing-Replication-from-Sqlserver-to-MYsql/m-p/2049355#M5355</guid>
      <dc:creator>Denial</dc:creator>
      <dc:date>2023-03-15T08:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: failing Replication from Sqlserver to MYsql</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/failing-Replication-from-Sqlserver-to-MYsql/m-p/2049358#M5356</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/220303"&gt;@Denial&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out!&lt;/P&gt;
&lt;P&gt;If you are running Full Load, or CDC with Batch Apply Mode then&amp;nbsp;&lt;SPAN&gt;load method is called , the&amp;nbsp;&lt;/SPAN&gt;&lt;A title="local_infile" href="https://dev.mysql.com/doc/refman/8.0/en/load-data-local-security.html" target="_blank" rel="noopener nofollow noreferrer"&gt;local_infile&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;is required by MySQL Server. You can set it in MySQL setting file (need restart the MySQL service), or set it dynamically (the setting will lost if MySQL Service restart):&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;mysql&amp;gt; show global variables like 'local_infile';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;+---------------+-------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| Variable_name | Value |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+---------------+-------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;| local_infile | OFF |&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;+---------------+-------+&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;1 row in set (0.00 sec)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;mysql&amp;gt; set global local_infile = 'ON';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 08:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/failing-Replication-from-Sqlserver-to-MYsql/m-p/2049358#M5356</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-03-15T08:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: failing Replication from Sqlserver to MYsql</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/failing-Replication-from-Sqlserver-to-MYsql/m-p/2049406#M5359</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you it is working&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 09:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/failing-Replication-from-Sqlserver-to-MYsql/m-p/2049406#M5359</guid>
      <dc:creator>Denial</dc:creator>
      <dc:date>2023-03-15T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: failing Replication from Sqlserver to MYsql</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/failing-Replication-from-Sqlserver-to-MYsql/m-p/2049407#M5360</link>
      <description>&lt;P&gt;Glad to hear that,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/220303"&gt;@Denial&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Please click "Accept as Solution" if possible.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 09:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/failing-Replication-from-Sqlserver-to-MYsql/m-p/2049407#M5360</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-03-15T09:51:25Z</dc:date>
    </item>
  </channel>
</rss>

