<?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: QlikSense Problem importing security rules. in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Problem-importing-security-rules/m-p/2051193#M24565</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I found the reason/issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You cannot use the QLIK-CLi command to import security rules that has TAGS or Custom properties configured.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All other Security rules without additional config (Tags or Custom properties) are successfully imported.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is by design. The working of the Qlik- Cli command.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2023 15:27:38 GMT</pubDate>
    <dc:creator>Jio</dc:creator>
    <dc:date>2023-03-20T15:27:38Z</dc:date>
    <item>
      <title>QlikSense Problem importing security rules.</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Problem-importing-security-rules/m-p/2045751#M24479</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;ik have a problem when trying to import the securtiy rules in a new environmetn.&lt;/P&gt;
&lt;P&gt;what have i done:&lt;/P&gt;
&lt;P&gt;I've successfully export all the custom security rules with powershell (QLIK-CLI) as a json file.&lt;/P&gt;
&lt;P&gt;i copy the json file to the new server.&lt;/P&gt;
&lt;P&gt;but when i try to import the security rules 1 rule got imported then i got the following error:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jio_0-1678115627592.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102080i0419A4AD76ECE0E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jio_0-1678115627592.png" alt="Jio_0-1678115627592.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To export i use these code:&lt;/P&gt;
&lt;P&gt;"&amp;nbsp;Get-QlikRule -filter "type eq 'Custom' and category eq 'security'" -full -raw | ConvertTo-Json | Out-File D:\temp\QS-Prd\Newsecrules.json"&lt;/P&gt;
&lt;P&gt;To import i use this code:&lt;/P&gt;
&lt;P&gt;"Get-Content -raw D:\Temp\QS-Prd\\Newsecrules.json |% {$_ -replace '.*"id":.*','' } | ConvertFrom-Json | Import-QlikObject -Verbose"&lt;/P&gt;
&lt;P&gt;Does any one have an idea and can help me with this problem.&lt;/P&gt;
&lt;P&gt;I've also added the core.ps1 script (as tekst) witch gives the error.&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Problem-importing-security-rules/m-p/2045751#M24479</guid>
      <dc:creator>Jio</dc:creator>
      <dc:date>2024-11-15T22:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Problem importing security rules.</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Problem-importing-security-rules/m-p/2047666#M24507</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/178668"&gt;@Jio&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its failing because lack of privileges.&amp;nbsp;Does your user has RootAdmin? Is it the same user you are logged to the machine you are running QLIK-CLI ?&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Eduardo Monteiro&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 00:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Problem-importing-security-rules/m-p/2047666#M24507</guid>
      <dc:creator>Eduardo_Monteiro</dc:creator>
      <dc:date>2023-03-10T00:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Problem importing security rules.</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Problem-importing-security-rules/m-p/2047855#M24513</link>
      <description>&lt;P&gt;Hello Eduardo,&lt;/P&gt;
&lt;P&gt;Yes the user i'am using to import is a ROOTAdmin&amp;nbsp; user. With this user i logged in on the server ansd ther i exeute the QLIK-CLI commands&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 10:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Problem-importing-security-rules/m-p/2047855#M24513</guid>
      <dc:creator>Jio</dc:creator>
      <dc:date>2023-03-10T10:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Problem importing security rules.</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Problem-importing-security-rules/m-p/2051193#M24565</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I found the reason/issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You cannot use the QLIK-CLi command to import security rules that has TAGS or Custom properties configured.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All other Security rules without additional config (Tags or Custom properties) are successfully imported.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is by design. The working of the Qlik- Cli command.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 15:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Problem-importing-security-rules/m-p/2051193#M24565</guid>
      <dc:creator>Jio</dc:creator>
      <dc:date>2023-03-20T15:27:38Z</dc:date>
    </item>
  </channel>
</rss>

