<?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: Generate Report on User Group Access in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/950354#M29252</link>
    <description>&lt;P&gt;This sounds like your WORK library had an issue.&amp;nbsp; &amp;nbsp;This could just be that you are making too-large of a metadata request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your original post said you were interested in what access specific groups had.&amp;nbsp; &amp;nbsp;You could filter on both the member type (Library) and the specific group.&amp;nbsp; &amp;nbsp;This is similar to what is shown in&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bisecag/n0l1mpdt430djgn1bl1c3euei85w.htm#p1erksk56y6n0tn1ar0twogmbgz8" target="_self"&gt;Example 3: ReadMetadata Permission for Libraries for a Specified User&lt;/A&gt;.&amp;nbsp; &amp;nbsp;Here's the form of this, looking for all libraries where the ETLDevelopers group have WriteMetadata access:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xisDoc-codeFragment"&gt;&lt;CODE&gt;%mdsecds(identitynames="ETLDevelopers", identitytypes="IdentityGroup", membertypes="Library", perms="WriteMetadata");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What do you have for MEMSIZE?&amp;nbsp; Have you verified your work library is OK?&amp;nbsp; Since it shows the H: drive, I suspect it is a network drive.&amp;nbsp; &amp;nbsp;It's best to use a local disk for WORK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you continue to have issues, share your SAS log or open a case with SAS Technical Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Carl Sommer - SAS Technical Support&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2024 13:56:01 GMT</pubDate>
    <dc:creator>carl_sommer</dc:creator>
    <dc:date>2024-11-11T13:56:01Z</dc:date>
    <item>
      <title>Generate Report on User Group Access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/949451#M29211</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running on SAS OA 9.4 M8. I would like to know if there's a way for me to generate a report on the user group access. For example, I have 20 user groups, and I want to know which libraries each of the user group have access to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 08:02:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/949451#M29211</guid>
      <dc:creator>ronnynch</dc:creator>
      <dc:date>2024-10-30T08:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Report on User Group Access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/949477#M29212</link>
      <description>&lt;P&gt;Please see the documentation for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bisecag/n0l1mpdt430djgn1bl1c3euei85w.htm" target="_blank" rel="noopener noreferrer"&gt;SAS Help Center: %MDSECDS Security Report Macro&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that you likely have granted permissions using groups, so if you really want to report on an individual user, you will probably need to also use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bisecag/n024i4nqa5b12qn1lfek77h69ns5.htm" target="_blank" rel="noopener noreferrer"&gt;SAS Help Center: %MDUEXTR User Import Macro&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to generate tables of users and group memberships that you can join with the data from %MDSECDS to report at an individual user-level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an example invocation of %mdsecds to generate tables and a view in the WORK library for all libraries defined to metadata.&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;&lt;SPAN&gt;%mdsecds(membertypes="Library");&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;Carl Sommer - SAS Technical Support&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 14:13:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/949477#M29212</guid>
      <dc:creator>carl_sommer</dc:creator>
      <dc:date>2024-10-30T14:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Report on User Group Access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/950334#M29250</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/3142"&gt;@carl_sommer&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I tried running the %mdsecds(membertypes="Library"); command but hit errors below:&lt;BR /&gt;&lt;BR /&gt;ERROR: Physical file does not exist, H:\SASWork\_TD32436_DCVWAPSASP_\#LN00074.&lt;BR /&gt;ERROR: Encountered during XMLInput parsing at or near line 1, column 1.&lt;BR /&gt;ERROR: The definition for the "MEMBERS" table is not well-formed or is corrupt.&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 08:44:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/950334#M29250</guid>
      <dc:creator>ronnynch</dc:creator>
      <dc:date>2024-11-11T08:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Report on User Group Access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/950354#M29252</link>
      <description>&lt;P&gt;This sounds like your WORK library had an issue.&amp;nbsp; &amp;nbsp;This could just be that you are making too-large of a metadata request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your original post said you were interested in what access specific groups had.&amp;nbsp; &amp;nbsp;You could filter on both the member type (Library) and the specific group.&amp;nbsp; &amp;nbsp;This is similar to what is shown in&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bisecag/n0l1mpdt430djgn1bl1c3euei85w.htm#p1erksk56y6n0tn1ar0twogmbgz8" target="_self"&gt;Example 3: ReadMetadata Permission for Libraries for a Specified User&lt;/A&gt;.&amp;nbsp; &amp;nbsp;Here's the form of this, looking for all libraries where the ETLDevelopers group have WriteMetadata access:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xisDoc-codeFragment"&gt;&lt;CODE&gt;%mdsecds(identitynames="ETLDevelopers", identitytypes="IdentityGroup", membertypes="Library", perms="WriteMetadata");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What do you have for MEMSIZE?&amp;nbsp; Have you verified your work library is OK?&amp;nbsp; Since it shows the H: drive, I suspect it is a network drive.&amp;nbsp; &amp;nbsp;It's best to use a local disk for WORK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you continue to have issues, share your SAS log or open a case with SAS Technical Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Carl Sommer - SAS Technical Support&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 13:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/950354#M29252</guid>
      <dc:creator>carl_sommer</dc:creator>
      <dc:date>2024-11-11T13:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Report on User Group Access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/950355#M29253</link>
      <description>&lt;P&gt;You might want to look into the (3rd party) security plug-ins from Metacoda.&amp;nbsp;&amp;nbsp;&lt;A href="https://www.metacoda.com/en/" target="_blank"&gt;https://www.metacoda.com/en/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They make it super easy to answer questions like "What can this person/group see" and "Who can see this data" etc.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 14:18:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/950355#M29253</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2024-11-11T14:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Generate Report on User Group Access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/950414#M29256</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt; for mentioning Metacoda Security Plug-ins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/400609"&gt;@ronnynch&lt;/a&gt; if you'd like to try out the software you can sign up for a free 30 day trial at &lt;A href="https://www.metacoda.com/en/evaluation/" target="_blank"&gt;https://www.metacoda.com/en/evaluation/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The installation is local to where your SAS Management Console is installed and takes less than 5 minutes. You can then explore SAS metadata security from numerous perspectives, as well as produce reports. The plug-ins help SAS admins maintain the security integrity of their SAS platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any questions, please feel free to &lt;A href="https://www.metacoda.com/en/contact-us/" target="_blank" rel="noopener"&gt;contact us&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 01:19:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Generate-Report-on-User-Group-Access/m-p/950414#M29256</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2024-11-12T01:19:59Z</dc:date>
    </item>
  </channel>
</rss>

