<?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: Warning messages when CDC from Oracle to MS-SQL in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061794#M5707</link>
    <description>&lt;P&gt;Hi, Hein&lt;/P&gt;
&lt;P&gt;I will test about your suggestion&lt;/P&gt;
&lt;P&gt;thanks for your response.&lt;/P&gt;
&lt;P&gt;Jinsam&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 01:09:38 GMT</pubDate>
    <dc:creator>jinsam</dc:creator>
    <dc:date>2023-04-19T01:09:38Z</dc:date>
    <item>
      <title>Warning messages when CDC from Oracle to MS-SQL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061341#M5694</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am using Log Stream to CDC from Oracle to MS-SQL on qlik replicate.&lt;/P&gt;
&lt;P&gt;I have several questions, while i am testing.&lt;/P&gt;
&lt;P&gt;1. When i run the task, i got warning message about&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"The Truncation might be incorrect due to unexpected codepage 949 for column 'attrep_apply_exceptions.ERROR', 'attrep_apply_exceptions.TABLE_NAME', 'attrep_apply_exceptions.STATEMENT', 'attrep_apply_exceptions.TABLE_OWNER', 'attrep_apply_exceptions.TASK_NAME'".&lt;/P&gt;
&lt;P&gt;Could you give a solution to solve the warning message?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. How can i store [Decimal] data type to mssql database?&lt;/P&gt;
&lt;P&gt;i looked qlik documentation, but i couldn't find the data type that support [Decimal] data type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 06:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061341#M5694</guid>
      <dc:creator>jinsam</dc:creator>
      <dc:date>2023-04-18T06:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Warning messages when CDC from Oracle to MS-SQL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061684#M5698</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/212435"&gt;@jinsam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This may require modifying the provider syntax file for SQL Server. I suggest to open a support case to go through the steps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 17:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061684#M5698</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2023-04-18T17:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Warning messages when CDC from Oracle to MS-SQL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061764#M5700</link>
      <description>&lt;P&gt;1) That's such an odd message. It doesn't say columnS, yet provides a whole list of columns. One wonders whether this is a single column name or multiple.&lt;/P&gt;
&lt;P&gt;Was there perhaps an existing '&lt;SPAN&gt;attrep_apply_exceptions' on the target db/schema? Can you delete or rename that and try again? Can you try without having 'attrep_apply_exceptions' activated?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;To help you it would be best to share (critical parts) of the exported task&amp;nbsp; json. (feel free to generously trim table lists and transformations).&lt;/P&gt;
&lt;P&gt;Anyway, I suspect the warning is just that, a warning which you evaluate once and then ignore going forward as this is not business data as such, just error handling background information.&lt;/P&gt;
&lt;P&gt;2) Why do you need 'decimal' data?&lt;/P&gt;
&lt;P&gt;According to Microsoft "&lt;SPAN&gt;&lt;EM&gt;Decimal and numeric are synonyms and can be used interchangeably.&lt;/EM&gt;"&amp;nbsp;&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/sql/t-sql/data-types/decimal-and-numeric-transact-sql?view=sql-server-ver16" target="_self"&gt;msSQL decimal-and-numeric&lt;/A&gt;&amp;nbsp; . For other SQL's there may be a difference in&amp;nbsp; precision handling according to&amp;nbsp;&lt;A href="https://learnsql.com/blog/numeric-decimal-data-types-sql/#:~:text=There%20is%20one%20notable%20difference,numbers%20than%20the%20stated%20precision." target="_self"&gt;other decimal vs numeric&lt;/A&gt;&amp;nbsp;. The Replicate Userguide shows decimal(p,s) source columns to be mapped on numeric(p,s) on target and why not?!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If need be, can you try pre-creating the target table with decimal(p,s) column(s) and use 'truncate' or 'do nothing' in the full-load settings? Does that work for you?&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;Hein&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 21:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061764#M5700</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-04-18T21:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Warning messages when CDC from Oracle to MS-SQL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061792#M5705</link>
      <description>&lt;P&gt;Hi, Dana&lt;/P&gt;
&lt;P&gt;thanks for the response.&lt;/P&gt;
&lt;P&gt;Jinsam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 01:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061792#M5705</guid>
      <dc:creator>jinsam</dc:creator>
      <dc:date>2023-04-19T01:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Warning messages when CDC from Oracle to MS-SQL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061794#M5707</link>
      <description>&lt;P&gt;Hi, Hein&lt;/P&gt;
&lt;P&gt;I will test about your suggestion&lt;/P&gt;
&lt;P&gt;thanks for your response.&lt;/P&gt;
&lt;P&gt;Jinsam&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 01:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Warning-messages-when-CDC-from-Oracle-to-MS-SQL/m-p/2061794#M5707</guid>
      <dc:creator>jinsam</dc:creator>
      <dc:date>2023-04-19T01:09:38Z</dc:date>
    </item>
  </channel>
</rss>

