<?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: SQL Server Error Message 20586 - (default destination) in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-Server-Error-Message-20586-default-destination/m-p/2493851#M13233</link>
    <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you see the error you mentioned, do you see it in the Replicate log? or in the MS SQL log?&amp;nbsp; If the error is related to Replicate please open a case in the SalesForce and attach to the case the task diagnostic package &amp;amp; the logs with the error so we can further analyze it and get more details on the Replicate version you are running and the its settings.&lt;/P&gt;
&lt;P&gt;If the error is in MS-SQL logs then please contact your MS-SQL DBA.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;
&lt;P&gt;Orit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2024 08:40:25 GMT</pubDate>
    <dc:creator>OritA</dc:creator>
    <dc:date>2024-11-21T08:40:25Z</dc:date>
    <item>
      <title>SQL Server Error Message 20586 - (default destination)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-Server-Error-Message-20586-default-destination/m-p/2493688#M13219</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;When using transactional replication SQL Server, after running the Attynity task I see a message 20586 - (default destination) - in the SQL Server error log. I wanted to ask if this is a normal behavior or a problem ?&lt;BR /&gt;The code that causes this error message is as follows&lt;/P&gt;
&lt;P&gt;if not exists&lt;BR /&gt;(&lt;BR /&gt;select a.name from sysarticles a,sysobjects o&lt;BR /&gt;where a.[objid]=o.[id]&lt;BR /&gt;and schema_name(o.[uid]) =N'dbo'&lt;BR /&gt;and object_name(a.[objid])=N'wbExternalUsers'&lt;BR /&gt;and a.[type] in(1,3,5,7)&lt;BR /&gt;and a.status &amp;amp; 1 = 1&lt;BR /&gt;)&lt;BR /&gt;begin&lt;BR /&gt;-- Adding the transactional articles&lt;BR /&gt;exec sp_addarticle&lt;BR /&gt;@publication = N'AR_PUBLICATION_00007', --Publication Name&lt;BR /&gt;@article = N'AR_ARTICLE_00007_1089438955', --Article Name&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95739"&gt;@Source&lt;/a&gt;_owner = N'dbo', --Owner&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95739"&gt;@Source&lt;/a&gt;_object = N'wbExternalUsers', --Table&lt;BR /&gt;@type = N'logbased',&lt;BR /&gt;@description = N'',&lt;BR /&gt;@creation_script = N'',&lt;BR /&gt;@pre_creation_cmd = N'drop',&lt;BR /&gt;/*@schema_option = 0x00000000000000F3,*/&lt;BR /&gt;@schema_option = 0x050D3,&lt;BR /&gt;@identityrangemanagementoption = N'none',&lt;BR /&gt;@destination_table = N'wbExternalUsers', --Table&lt;BR /&gt;@destination_owner = N'dbo', --Owner&lt;BR /&gt;@status = 16,&lt;BR /&gt;@vertical_partition = N'false',&lt;BR /&gt;@ins_cmd = N'CALL [sp_MSins_wbExternalUsers]', --Table&lt;BR /&gt;@del_cmd = N'CALL [sp_MSdel_wbExternalUsers]', --Table&lt;BR /&gt;@upd_cmd = N'MCALL [sp_MSupd_wbExternalUsers]',--Table&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/64932"&gt;@filter&lt;/a&gt;_clause = N'(1=0)'&lt;BR /&gt;-- Adding the article filter&lt;BR /&gt;exec sp_articlefilter&lt;BR /&gt;@publication = N'AR_PUBLICATION_00007', --Publication Name&lt;BR /&gt;@article = N'AR_ARTICLE_00007_1089438955', --Article Name&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/64932"&gt;@filter&lt;/a&gt;_name = N'AR_FILTER_00007_1089438955', --Filter name&lt;BR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/64932"&gt;@filter&lt;/a&gt;_clause = N'(1=0)',&lt;BR /&gt;@force_invalidate_snapshot = 1,&lt;BR /&gt;@force_reinit_subscription = 1&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 15:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-Server-Error-Message-20586-default-destination/m-p/2493688#M13219</guid>
      <dc:creator>Orlandis</dc:creator>
      <dc:date>2024-11-20T15:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Error Message 20586 - (default destination)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-Server-Error-Message-20586-default-destination/m-p/2493851#M13233</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you see the error you mentioned, do you see it in the Replicate log? or in the MS SQL log?&amp;nbsp; If the error is related to Replicate please open a case in the SalesForce and attach to the case the task diagnostic package &amp;amp; the logs with the error so we can further analyze it and get more details on the Replicate version you are running and the its settings.&lt;/P&gt;
&lt;P&gt;If the error is in MS-SQL logs then please contact your MS-SQL DBA.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;
&lt;P&gt;Orit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 08:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-Server-Error-Message-20586-default-destination/m-p/2493851#M13233</guid>
      <dc:creator>OritA</dc:creator>
      <dc:date>2024-11-21T08:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Error Message 20586 - (default destination)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-Server-Error-Message-20586-default-destination/m-p/2493897#M13234</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I am getting this error in SQL Server Extended Events "error_reported" on behalf of the account that Attunity is running under. There are no errors on the Attunity side and everything is working correctly, there are also no errors in the SQL server transaction replication logs. I have no idea what this error is and how critical it is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 10:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-Server-Error-Message-20586-default-destination/m-p/2493897#M13234</guid>
      <dc:creator>Orlandis</dc:creator>
      <dc:date>2024-11-21T10:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Error Message 20586 - (default destination)</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-Server-Error-Message-20586-default-destination/m-p/2494231#M13250</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229549"&gt;@Orlandis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error is logged with severity code 16 which is:&amp;nbsp;&lt;SPAN&gt;Indicate errors that can be corrected by the user.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/relational-databases/errors-events/database-engine-error-severities?view=sql-server-ver16" target="_blank"&gt;Database Engine error severities - SQL Server | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have not found helpful information on the error on the internet, but did find this. Maybe there are more details that can be found in other SQL Server log files:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sqlserver-dba.co.uk/sql-server/sql-server-error-20586-severity-16-default-destination.html" target="_blank"&gt;SQL Server Error : 20586, Severity: 16. (default destination) - SQL Server DBA&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The error could be informational, but I do not know. You may need to contact Microsoft for further clarification.&lt;/P&gt;
&lt;P&gt;Sorry I could not be of further help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 17:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-Server-Error-Message-20586-default-destination/m-p/2494231#M13250</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2024-11-22T17:56:28Z</dc:date>
    </item>
  </channel>
</rss>

