<?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: Error while trying to load a new table from MySQL into Snowflake in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489640#M13086</link>
    <description>&lt;P&gt;Hi&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;It's hard to tell a WA without knowing the values in the column. Would you please confirm what's the real values in this column?&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2024 10:07:53 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2024-10-29T10:07:53Z</dc:date>
    <item>
      <title>Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489617#M13083</link>
      <description>&lt;P&gt;The source endpoint is AWS RDS MySQL 8 while target is Snowflake endpoint.&lt;/P&gt;
&lt;P&gt;The datatype for column expected_event_date is "datetime" in table "booking_event_data".&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The table failed to load due to error below. Can you please help and suggest a workaround fix?&lt;/P&gt;
&lt;P&gt;RetCode: SQL_ERROR SqlState: 22007 NativeError: 100035 Message: Timestamp '0000-00-00 00:00:00' is not recognized&lt;BR /&gt;File '7/LOAD00000001.csv.gz', line 6, character 15&lt;BR /&gt;Row 6, column ""booking_event_data""["expected_event_date":7]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Handling End of table 'LZ_SCHEMA'.'booking_event_data' loading failed by subtask 2 thread 1&lt;BR /&gt;Failed to copy data of file D:\Attunity\Replicate\data\tasks\BridgeNet\cloud\7\LOAD00000001.csv to database&lt;BR /&gt;Failed to load LZ_SCHEMA.booking_event_data from stage, file name: LOAD00000001.csv&lt;BR /&gt;RetCode: SQL_ERROR SqlState: 22007 NativeError: 100035 Message: Timestamp '0000-00-00 00:00:00' is not recognized&lt;BR /&gt;File '7/LOAD00000001.csv.gz', line 6, character 15&lt;BR /&gt;Row 6, column ""booking_event_data""["expected_event_date":7]&lt;BR /&gt;If you would like to continue loading when an error is encountered, use other values such as 'SKIP_FILE' or 'CONTINUE' for the ON_ERROR option. For more information on loading options, please run 'info loading_data' in a SQL client.&lt;BR /&gt;Failed (retcode -1) to execute statement: COPY INTO "LZ_SCHEMA"."booking_event_data"("id", "booking_id", "container_id", "process_event_id", "process_id", "event_id", "expected_event_date", "revised_event_date", "actual_event_date", "location", "vessel", "voyage", "created_by", "created_at", "updated_by", "updated_at", "is_revised_fix", "is_actual_fix", "is_revised_update", "is_actual_update") FROM (select $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20 FROM '@"DEV"."LZ_LEGACYODS"."ATTREP_IS_DEV_31b7412f_d101_3a49_8e6a_f3a6e796d55f"/7/') files = ('LOAD00000001.csv.gz') force=true&lt;BR /&gt;RetCode: SQL_ERROR SqlState: 22007 NativeError: 100035 Message: Timestamp '0000-00-00 00:00:00' is not recognized&lt;BR /&gt;File '7/LOAD00000001.csv.gz', line 6, character 15&lt;BR /&gt;Row 6, column ""booking_event_data""["expected_event_date":7]&lt;BR /&gt;If you would like to continue loading when an error is encountered, use other values such as 'SKIP_FILE' or 'CONTINUE' for the ON_ERROR option. For more information on loading options, please run 'info loading_data' in a SQL client.&lt;BR /&gt;Failed (retcode -1) to execute statement: COPY INTO "LZ_SCHEMA"."booking_event_data"("id", "booking_id", "container_id", "process_event_id", "process_id", "event_id", "expected_event_date", "revised_event_date", "actual_event_date", "location", "vessel", "voyage", "created_by", "created_at", "updated_by", "updated_at", "is_revised_fix", "is_actual_fix", "is_revised_update", "is_actual_update") FROM (select $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20 FROM '@"DEV"."LZ_LEGACYODS"."ATTREP_IS_DEV_31b7412f_d101_3a49_8e6a_f3a6e796d55f"/7/') files = ('LOAD00000001.csv.gz') force=true&lt;BR /&gt;RetCode: SQL_ERROR SqlState: 22007 NativeError: 100035 Message: Timestamp '0000-00-00 00:00:00' is not recognized&lt;BR /&gt;File '7/LOAD00000001.csv.gz', line 6, character 15&lt;BR /&gt;Row 6, column ""booking_event_data""["expected_event_date":7]&lt;BR /&gt;If you would like to continue loading when an error is encountered, use other values such as 'SKIP_FILE' or 'CONTINUE' for the ON_ERROR option. For more information on loading options, please run 'info loading_data' in a SQL client.&lt;BR /&gt;Failed (retcode -1) to execute statement: COPY INTO "LZ_SCHEMA"."booking_event_data"("id", "booking_id", "container_id", "process_event_id", "process_id", "event_id", "expected_event_date", "revised_event_date", "actual_event_date", "location", "vessel", "voyage", "created_by", "created_at", "updated_by", "updated_at", "is_revised_fix", "is_actual_fix", "is_revised_update", "is_actual_update") FROM (select $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20 FROM '@"DEV"."LZ_LEGACYODS"."ATTREP_IS_DEV_31b7412f_d101_3a49_8e6a_f3a6e796d55f"/7/') files = ('LOAD00000001.csv.gz') force=true&lt;BR /&gt;RetCode: SQL_ERROR SqlState: 22007 NativeError: 100035 Message: Timestamp '0000-00-00 00:00:00' is not recognized&lt;BR /&gt;File '7/LOAD00000001.csv.gz', line 6, character 15&lt;BR /&gt;Row 6, column ""booking_event_data""["expected_event_date":7]&lt;BR /&gt;If you would like to continue loading when an error is encountered, use other values such as 'SKIP_FILE' or 'CONTINUE' for the ON_ERROR option. For more information on loading options, please run 'info loading_data' in a SQL client.&lt;BR /&gt;Failed (retcode -1) to execute statement: COPY INTO "LZ_SCHEMA"."booking_event_data"("id", "booking_id", "container_id", "process_event_id", "process_id", "event_id", "expected_event_date", "revised_event_date", "actual_event_date", "location", "vessel", "voyage", "created_by", "created_at", "updated_by", "updated_at", "is_revised_fix", "is_actual_fix", "is_revised_update", "is_actual_update") FROM (select $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20 FROM '@"DEV"."LZ_LEGACYODS"."ATTREP_IS_DEV_31b7412f_d101_3a49_8e6a_f3a6e796d55f"/7/') files = ('LOAD00000001.csv.gz') force=true&lt;BR /&gt;RetCode: SQL_ERROR SqlState: 22007 NativeError: 100035 Message: Timestamp '0000-00-00 00:00:00' is not recognized&lt;BR /&gt;File '7/LOAD00000001.csv.gz', line 6, character 15&lt;BR /&gt;Row 6, column ""booking_event_data""["expected_event_date":7]&lt;BR /&gt;If you would like to continue loading when an error is encountered, use other values such as 'SKIP_FILE' or 'CONTINUE' for the ON_ERROR option. For more information on loading options, please run 'info loading_data' in a SQL client.&lt;BR /&gt;Failed (retcode -1) to execute statement: COPY INTO "LZ_SCHEMA"."booking_event_data"("id", "booking_id", "container_id", "process_event_id", "process_id", "event_id", "expected_event_date", "revised_event_date", "actual_event_date", "location", "vessel", "voyage", "created_by", "created_at", "updated_by", "updated_at", "is_revised_fix", "is_actual_fix", "is_revised_update", "is_actual_update") FROM (select $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20 FROM '@"DEV"."LZ_LEGACYODS"."ATTREP_IS_DEV_31b7412f_d101_3a49_8e6a_f3a6e796d55f"/7/') files = ('LOAD00000001.csv.gz') force=true&lt;BR /&gt;RetCode: SQL_ERROR SqlState: 22007 NativeError: 100035 Message: Timestamp '0000-00-00 00:00:00' is not recognized&lt;BR /&gt;File '7/LOAD00000001.csv.gz', line 6, character 15&lt;BR /&gt;Row 6, column ""booking_event_data""["expected_event_date":7]&lt;BR /&gt;If you would like to continue loading when an error is encountered, use other values such as 'SKIP_FILE' or 'CONTINUE' for the ON_ERROR option. For more information on loading options, please run 'info loading_data' in a SQL client.&lt;BR /&gt;Failed (retcode -1) to execute statement: COPY INTO "LZ_SCHEMA"."booking_event_data"("id", "booking_id", "container_id", "process_event_id", "process_id", "event_id", "expected_event_date", "revised_event_date", "actual_event_date", "location", "vessel", "voyage", "created_by", "created_at", "updated_by", "updated_at", "is_revised_fix", "is_actual_fix", "is_revised_update", "is_actual_update") FROM (select $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20 FROM '@"DEV"."LZ_LEGACYODS"."ATTREP_IS_DEV_31b7412f_d101_3a49_8e6a_f3a6e796d55f"/7/') files = ('LOAD00000001.csv.gz') force=true&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 08:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489617#M13083</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2024-10-29T08:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489622#M13084</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;Not sure if the column&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;expected_event_date&amp;nbsp;&lt;/FONT&gt;is nullable, or it contains empty values. You may verify the corresponding columns values by check the CSV files, or query the original source table row. if it's null/empty, you may use transformation to replace it by a specific date eg 9999-12-31 or something like that.&lt;/SPAN&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;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 08:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489622#M13084</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-10-29T08:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489627#M13085</link>
      <description>&lt;P&gt;I queried from the source MySQL database.&lt;/P&gt;
&lt;P&gt;SELECT * FROM booking_event_data WHERE expected_event_date IS NULL;&lt;/P&gt;
&lt;P&gt;it didn't return any records.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Desc the table show that the column is nullable.&lt;BR /&gt;&lt;BR /&gt;Please share how to workaround by transforming?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Desmond&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 09:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489627#M13085</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2024-10-29T09:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489640#M13086</link>
      <description>&lt;P&gt;Hi&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;It's hard to tell a WA without knowing the values in the column. Would you please confirm what's the real values in this column?&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 10:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489640#M13086</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-10-29T10:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489834#M13088</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please see attached value showing "0000-00" values with the datetime column. How can we transform them?&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 05:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489834#M13088</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2024-10-30T05:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489838#M13089</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;There are several options:&lt;/P&gt;
&lt;P&gt;1. In MySQL set&amp;nbsp;NO_ZERO_DATE&lt;/P&gt;
&lt;P&gt;2. In Qlik Replicate, &lt;A title="adding a global transformation" href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-and-Snowflake-Endpoint-Tables-are-suspended-with/ta-p/2050666" target="_blank" rel="noopener"&gt;adding a global transformation&lt;/A&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;'&lt;FONT face="courier new,courier"&gt;0000-00-00 00:00:00&lt;/FONT&gt;' is not a valid timestamp in Snowflake. A transformation will need to be added to change this to your desired value.&lt;/P&gt;
&lt;P&gt;Here is an example, in this case we are replacing the timestamp to '&lt;FONT face="courier new,courier"&gt;1970-01-01 00:00:00&lt;/FONT&gt;':&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;coalesce(
CASE WHEN substr($AR_M_SOURCE_COLUMN_DATA,1,4) = '0000'
THEN '1970-01-01 00:00:00'
WHEN substr($AR_M_SOURCE_COLUMN_DATA,1,4) = ''
THEN '1970-01-01 00:00:00'
ELSE
$AR_M_SOURCE_COLUMN_DATA
END
,$AR_M_SOURCE_COLUMN_DATA)&lt;/LI-CODE&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 06:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489838#M13089</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-10-30T06:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489841#M13090</link>
      <description>&lt;P&gt;John,&lt;BR /&gt;&lt;BR /&gt;One of the table was able to process after applying the global transformation. However another table encountered error.&lt;BR /&gt;&lt;BR /&gt;Handling End of table 'SCHEMA'.'booking_event_data' loading failed by subtask 1 thread 1&lt;BR /&gt;Failed to copy data of file D:\Attunity\Replicate\data\tasks\BridgeNet\cloud\7\LOAD00000001.csv to database&lt;BR /&gt;Failed to load SCHEMA.booking_event_data from stage, file name: LOAD00000001.csv&lt;BR /&gt;RetCode: SQL_ERROR SqlState: 22007 NativeError: 100035 Message: Timestamp '0001-00-00 00:00:00' is not recognized&lt;BR /&gt;File '7/LOAD00000001.csv.gz', line 1, character 1&lt;BR /&gt;Row 1, column ""booking_event_data""["id":1]&lt;BR /&gt;If you would like to continue loading when an error is encountered, use other values such as 'SKIP_FILE' or 'CONTINUE' for the ON_ERROR option. For more information on loading options, please run 'info loading_data' in a SQL client.&lt;BR /&gt;Failed (retcode -1) to execute statement: COPY INTO "SCHEMA"."booking_event_data"("id", "booking_id", "container_id", "process_event_id", "process_id", "event_id", "expected_event_date", "revised_event_date", "actual_event_date", "location", "vessel", "voyage", "created_by", "created_at", "updated_by", "updated_at", "is_revised_fix", "is_actual_fix", "is_revised_update", "is_actual_update") FROM (select $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20 FROM '@"DEV"."LZ_LEGACYODS"."ATTREP_IS_DEV_31b7412f_d101_3a49_8e6a_f3a6e796d55f"/7/') files = ('LOAD00000001.csv.gz') force=true&lt;BR /&gt;RetCode: SQL_ERROR SqlState: 22007 NativeError: 100035 Message: Timestamp '0001-00-00 00:00:00' is not recognized&lt;BR /&gt;File '7/LOAD00000001.csv.gz', line 1, character 1&lt;BR /&gt;Row 1, column ""booking_event_data""["id":1]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can help please?&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;</description>
      <pubDate>Wed, 30 Oct 2024 07:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489841#M13090</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2024-10-30T07:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489842#M13091</link>
      <description>&lt;P&gt;Hi&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;Please add one more CASE WHEN entry to transfer year '0001' to '1970-01-01 as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 07:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489842#M13091</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-10-30T07:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489853#M13092</link>
      <description>&lt;P&gt;John, &lt;BR /&gt;&lt;BR /&gt;I added additional condition yet still hitting error.&lt;BR /&gt;&lt;BR /&gt;coalesce(&lt;BR /&gt;CASE WHEN substr($AR_M_SOURCE_COLUMN_DATA,1,4) = '0000'&lt;BR /&gt;THEN '1970-01-01 00:00:00'&lt;BR /&gt;WHEN substr($AR_M_SOURCE_COLUMN_DATA,1,4) = '0001'&lt;BR /&gt;THEN '1970-01-01 00:00:00'&lt;BR /&gt;WHEN substr($AR_M_SOURCE_COLUMN_DATA,1,4) = ''&lt;BR /&gt;THEN '1970-01-01 00:00:00'&lt;BR /&gt;ELSE&lt;BR /&gt;$AR_M_SOURCE_COLUMN_DATA&lt;BR /&gt;END&lt;BR /&gt;,$AR_M_SOURCE_COLUMN_DATA)&lt;BR /&gt;&lt;BR /&gt;SQL_ERROR SqlState: 22007 NativeError: 100035 Message: Timestamp '0001-00-00 00:00:00' is not recognized&lt;BR /&gt;&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 08:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489853#M13092</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2024-10-30T08:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489861#M13093</link>
      <description>&lt;P&gt;Hi&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;Looks to me the expression is good. did you try to reload the task?&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 08:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489861#M13093</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-10-30T08:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489863#M13094</link>
      <description>&lt;P&gt;yes I did a reload but it still fail.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 08:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489863#M13094</guid>
      <dc:creator>desmondchew</dc:creator>
      <dc:date>2024-10-30T08:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to load a new table from MySQL into Snowflake</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489870#M13095</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Hello Team,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Thanks for reaching out to Qlik via Qlik Community Support page. Such issue requires through analysis of Settings and logs, hence request you to reach out to technical Support via a case and provide Diagnostics package. And request you to not to upload any Log here as it can be access by larger Community member then the intended Support personal.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Please refer to Replicate &lt;A href="https://community.qlik.com/t5/Knowledge/How-to-collect-Diagnostics-Package-from-Qlik-Replicate/ta-p/1815056" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/How-to-collect-Diagnostics-Package-from-Qlik-Replicate/ta-p/1815056&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Sushil Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 09:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-while-trying-to-load-a-new-table-from-MySQL-into-Snowflake/m-p/2489870#M13095</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-10-30T09:06:29Z</dc:date>
    </item>
  </channel>
</rss>

