<?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 icon near principal when adding an access control for a caslib using accessControl actio in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/710801#M21200</link>
    <description>&lt;P&gt;If fact, I've just tested assigning caslib rules manually by: Edit Authorization - Add Identities. I select groups with white spaces in their IDs from the list (!) and it shows this alert - "The principal was not found".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do not have this issue in other environment which is older than the problematic environment.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2021 14:08:48 GMT</pubDate>
    <dc:creator>pavelr</dc:creator>
    <dc:date>2021-01-12T14:08:48Z</dc:date>
    <item>
      <title>Warning icon near principal when adding an access control for a caslib using accessControl action</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/708097#M21098</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When I add a Custom Group access control for a caslib using code I get a warning icon near that Custom Group in the "View Authorization" window (Environment Manager-Users-Data Sources-CASLIB-View Authorization) for that caslib. The Custom group exists. Why am I getting this warning (Alert) icon (a triangle with an !) ? The code looks like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc cas;&lt;BR /&gt;accessControl.updSomeAcsCaslib /&lt;BR /&gt;acs={&lt;BR /&gt;{caslib="MYCASLIB",&lt;BR /&gt;identityType="group",&lt;BR /&gt;identity="My Custom Group",&lt;BR /&gt;permType="Grant",&lt;BR /&gt;permission="READINFO"}};&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 16:07:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/708097#M21098</guid>
      <dc:creator>pavelr</dc:creator>
      <dc:date>2020-12-24T16:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Warning icon near principal when adding an access control for a caslib using accessControl actio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/708128#M21099</link>
      <description>Is the custom group's ID also "My Custom Group" or just the name? You can check the ID by selecting the group in Environment Manager, or you can visit the /identities/groups?providerId=local REST endpoint for a list of custom groups and their IDs.</description>
      <pubDate>Thu, 24 Dec 2020 19:39:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/708128#M21099</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-12-24T19:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Warning icon near principal when adding an access control for a caslib using accessControl actio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/708393#M21101</link>
      <description>&lt;P&gt;It's both the name and the ID.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the users of this custom group cannot access a caslib though access rules are there - only with this triangle alert. If I create the same rule manually - it works. What's wrong with creating these rules using&amp;nbsp;accessControl action?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 08:11:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/708393#M21101</guid>
      <dc:creator>pavelr</dc:creator>
      <dc:date>2020-12-28T08:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Warning icon near principal when adding an access control for a caslib using accessControl actio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/709217#M21134</link>
      <description>&lt;P&gt;The warning icon indicates the defined identity is not found. While Environment Manager will only let you select from a list, the code lets you specify any string so the discrepancy is likely with the group name you are providing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The permission isn't working for the same reason, the rule is defined for a non-existent identity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may wish to use the sas-admin cli to check the name and ID of the group:&lt;/P&gt;
&lt;PRE&gt;sas-admin identities list-groups&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Jan 2021 14:19:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/709217#M21134</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-01-04T14:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Warning icon near principal when adding an access control for a caslib using accessControl actio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/709222#M21137</link>
      <description>&lt;P&gt;These Custom Groups exist.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 14:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/709222#M21137</guid>
      <dc:creator>pavelr</dc:creator>
      <dc:date>2021-01-04T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Warning icon near principal when adding an access control for a caslib using accessControl actio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/709224#M21139</link>
      <description>You may wish to copy and paste the name from the sas-admin output or Environment Manager, it could be there are extra white space characters in your code or the group name causing the failure.</description>
      <pubDate>Mon, 04 Jan 2021 15:00:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/709224#M21139</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-01-04T15:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Warning icon near principal when adding an access control for a caslib using accessControl actio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/710797#M21198</link>
      <description>&lt;P&gt;No there are no extra white space characters in the code. I literally copied the Custom Group ID from the Environment Manager and pasted it in the code. And got the same alert.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it looks like the problem was found. When the group ID has white spaces, I get the alert. When group ID does not have white spaces - no alerts. But why is this? On the other Viya server there is no such problem with white spaces in a Custom Group&amp;nbsp; ID - no alerts. So, maybe there is some option in Viya that allows or disallows to use IDs with white spaces?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 13:28:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/710797#M21198</guid>
      <dc:creator>pavelr</dc:creator>
      <dc:date>2021-01-12T13:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Warning icon near principal when adding an access control for a caslib using accessControl actio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/710799#M21199</link>
      <description>I'm not aware of such an option. If you see this issue in one environment and not another, it sounds like this may be an issue that was corrected in an update.</description>
      <pubDate>Tue, 12 Jan 2021 13:54:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/710799#M21199</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-01-12T13:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Warning icon near principal when adding an access control for a caslib using accessControl actio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/710801#M21200</link>
      <description>&lt;P&gt;If fact, I've just tested assigning caslib rules manually by: Edit Authorization - Add Identities. I select groups with white spaces in their IDs from the list (!) and it shows this alert - "The principal was not found".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We do not have this issue in other environment which is older than the problematic environment.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 14:08:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/710801#M21200</guid>
      <dc:creator>pavelr</dc:creator>
      <dc:date>2021-01-12T14:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Warning icon near principal when adding an access control for a caslib using accessControl actio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/710803#M21201</link>
      <description>I would recommend opening a technical support track then.</description>
      <pubDate>Tue, 12 Jan 2021 14:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Warning-icon-near-principal-when-adding-an-access-control-for-a/m-p/710803#M21201</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-01-12T14:14:44Z</dc:date>
    </item>
  </channel>
</rss>

