<?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: Full Load Only Permissions for MSSQL Source in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Only-Permissions-for-MSSQL-Source/m-p/1938345#M2886</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144432"&gt;@simonB2020&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here are the minimum required permissions to perform the Full load with SQL Server Source:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;USE [master]&lt;BR /&gt;GO&lt;BR /&gt;CREATE LOGIN [test_fl] WITH PASSWORD=N'******', DEFAULT_DATABASE=[master], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF&lt;BR /&gt;GO&lt;BR /&gt;USE [test_sql]&lt;BR /&gt;GO&lt;BR /&gt;CREATE USER [test_fl] FOR LOGIN [test_fl]&lt;BR /&gt;GO&lt;BR /&gt;USE [test_sql]&lt;BR /&gt;GO&lt;BR /&gt;ALTER ROLE [db_datareader] ADD MEMBER [test_fl]&lt;BR /&gt;GO&lt;BR /&gt;use [test_sql]&lt;BR /&gt;GO&lt;BR /&gt;GRANT VIEW DATABASE STATE TO [test_fl]&lt;BR /&gt;GO&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2022 12:40:10 GMT</pubDate>
    <dc:creator>SwathiPulagam</dc:creator>
    <dc:date>2022-06-01T12:40:10Z</dc:date>
    <item>
      <title>Full Load Only Permissions for MSSQL Source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Only-Permissions-for-MSSQL-Source/m-p/1938193#M2884</link>
      <description>&lt;P&gt;The Replicate docs do not differentiate between Full Load &amp;amp; CDC configuration.&lt;BR /&gt;It simply sates that to use MSSQL as a source, Replicate needs to be a db_owner &amp;amp; sysAdmin&lt;/P&gt;
&lt;P&gt;I am thinking that this really isn't necessary for Tasks that are only Full Load ?&lt;BR /&gt;Can it work with just a &lt;STRONG&gt;db_datareader ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I tried with one of our generic existing DB roles that gives select on all tables, but getting error:&lt;/P&gt;
&lt;UL class="moreDetailsMessageList"&gt;
&lt;LI class="ng-scope firstMsgItem"&gt;&lt;SPAN class="ng-binding"&gt;SYS-E-HTTPFAIL, Command get_table_list failed when getting the list..&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="ng-scope secondMsgItem"&gt;&lt;SPAN class="ng-binding"&gt;SYS,GENERAL_EXCEPTION,Command get_table_list failed when getting the list.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;Before I go back to the DBAs to take a look at configuration, would be good to know what the precise requirements are for Replicate.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-binding"&gt;Many Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 09:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Only-Permissions-for-MSSQL-Source/m-p/1938193#M2884</guid>
      <dc:creator>simonB2020</dc:creator>
      <dc:date>2022-06-01T09:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Full Load Only Permissions for MSSQL Source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Only-Permissions-for-MSSQL-Source/m-p/1938345#M2886</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144432"&gt;@simonB2020&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here are the minimum required permissions to perform the Full load with SQL Server Source:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;USE [master]&lt;BR /&gt;GO&lt;BR /&gt;CREATE LOGIN [test_fl] WITH PASSWORD=N'******', DEFAULT_DATABASE=[master], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF&lt;BR /&gt;GO&lt;BR /&gt;USE [test_sql]&lt;BR /&gt;GO&lt;BR /&gt;CREATE USER [test_fl] FOR LOGIN [test_fl]&lt;BR /&gt;GO&lt;BR /&gt;USE [test_sql]&lt;BR /&gt;GO&lt;BR /&gt;ALTER ROLE [db_datareader] ADD MEMBER [test_fl]&lt;BR /&gt;GO&lt;BR /&gt;use [test_sql]&lt;BR /&gt;GO&lt;BR /&gt;GRANT VIEW DATABASE STATE TO [test_fl]&lt;BR /&gt;GO&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 12:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Only-Permissions-for-MSSQL-Source/m-p/1938345#M2886</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-06-01T12:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Full Load Only Permissions for MSSQL Source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Only-Permissions-for-MSSQL-Source/m-p/1938371#M2887</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144432"&gt;@simonB2020&lt;/a&gt;&amp;nbsp; for accepting it as a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 13:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Full-Load-Only-Permissions-for-MSSQL-Source/m-p/1938371#M2887</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-06-01T13:24:07Z</dc:date>
    </item>
  </channel>
</rss>

