<?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 when replicating tables from MS SQL Server DB using Qlik Replicate in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1993207#M3932</link>
    <description>&lt;P&gt;Thanks for the responses, I've followed the Qlik replicate user guide for MS SQL Server endpoint&amp;nbsp;&lt;BR /&gt;I should make some configs before using the server for replication. I've followed the guide as describe in the section&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Microsoft Azure SQL Managed Instance as a&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;source .&amp;nbsp;&lt;/STRONG&gt;I didn't configure the required permissions.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 09:23:37 GMT</pubDate>
    <dc:creator>Alihoussene</dc:creator>
    <dc:date>2022-10-17T09:23:37Z</dc:date>
    <item>
      <title>Error when replicating tables from MS SQL Server DB using Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1991205#M3890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I tried to replicate some tables from MS SQL Server DB as Source to Snowflake as target using Qlik replicate and Both connections are well established and work well. But when I runed the task, I encountered the error below:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Date and Time Level Message&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;10/10/2022 3:37:17 PM WARNING_GENERAL Task 'replication' encountered a fatal error&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;10/10/2022 3:37:17 PM ERROR_GENERAL "Stream component 'st_0_source' terminated&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Stream component failed at subtask 0, component st_0_source &lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Error executing command&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Failure upon initial CAPTURE fitness checking&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Unable to verify existence of artifact required for DBOWNER permission&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;mssql_perm_approve_object_existence(...) ended with CREATE() error: &lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;select 1&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;from master.sys.objects o&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;inner join master.sys.schemas s on o.schema_id = s.schema_id&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;where o.name = 'rtm_dump_dblog'&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;and o.type = 'P'&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;and s.name = 'attrep'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;RetCode: SQL_ERROR SqlState: 42000 NativeError: 40515 Message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Reference to database and/or server name in 'master.sys.objects' is not supported in this version of SQL Server. Line: 1 Column: -1&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;mssql_perm_approve_object_existence(...) ended with CREATE() error: &lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;select 1&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;from master.sys.objects o&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;inner join master.sys.schemas s on o.schema_id = s.schema_id&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;where o.name = 'split_partition_list'&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;and o.type = 'TF'&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;and s.name = 'attrep'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;RetCode: SQL_ERROR SqlState: 42000 NativeError: 40515 Message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Reference to database and/or server name in 'master.sys.objects' is not supported in this version of SQL Server. Line: 1 Column: -1"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I hope someone could&amp;nbsp;help me fix it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 10:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1991205#M3890</guid>
      <dc:creator>Alihoussene</dc:creator>
      <dc:date>2022-10-11T10:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error when replicating tables from MS SQL Server DB using Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1991429#M3892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/201991"&gt;@Alihoussene&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume this is a new task, correct?&lt;/P&gt;
&lt;P&gt;Do you have other tasks successfully using this same source endpoint? Not just the same database, but using the same source endpoint as defined?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 16:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1991429#M3892</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2022-10-11T16:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error when replicating tables from MS SQL Server DB using Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1991441#M3894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;This is the first task I've configured with this source endpoint&amp;nbsp; and it's the only task I have.&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 16:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1991441#M3894</guid>
      <dc:creator>Alihoussene</dc:creator>
      <dc:date>2022-10-11T16:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when replicating tables from MS SQL Server DB using Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1991808#M3903</link>
      <description>&lt;P&gt;The error message from SQLserver is very explicit : "&lt;STRONG&gt;&lt;EM&gt;Reference to database and/or server name in 'master.sys.objects' is not supported in &lt;FONT color="#FF0000"&gt;this version&lt;/FONT&gt; of SQL Server."&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;What version SQLserver version is being used? Which Replicate version (top right GUI, and first line in log).&lt;/P&gt;
&lt;P&gt;Is that SQLserver version supported as source?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2022/pdf/Replicate-Support-Matrix.pdf" target="_blank"&gt;https://help.qlik.com/en-US/replicate/May2022/pdf/Replicate-Support-Matrix.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;While the error message is explicit and needs to be checked from that angle, sometimes issues like this a security related. Make sure the username used has 'max' privs, at the very least during a retry maybe forever, and try the query in SMSS using the same username vs using dbadmin.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 13:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1991808#M3903</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-10-12T13:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error when replicating tables from MS SQL Server DB using Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1993207#M3932</link>
      <description>&lt;P&gt;Thanks for the responses, I've followed the Qlik replicate user guide for MS SQL Server endpoint&amp;nbsp;&lt;BR /&gt;I should make some configs before using the server for replication. I've followed the guide as describe in the section&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Microsoft Azure SQL Managed Instance as a&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;source .&amp;nbsp;&lt;/STRONG&gt;I didn't configure the required permissions.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 09:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Error-when-replicating-tables-from-MS-SQL-Server-DB-using-Qlik/m-p/1993207#M3932</guid>
      <dc:creator>Alihoussene</dc:creator>
      <dc:date>2022-10-17T09:23:37Z</dc:date>
    </item>
  </channel>
</rss>

