<?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: %MDUIMPLB macro to load exiting users to existing groups - What am I missing? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402911#M10655</link>
    <description>&lt;P&gt;I'd say you should populate all variables defined in&amp;nbsp;&lt;EM&gt;%defineidgrpmemscols.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2017 19:31:21 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-10-10T19:31:21Z</dc:date>
    <item>
      <title>%MDUIMPLB macro to load exiting users to existing groups - What am I missing?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402827#M10644</link>
      <description>&lt;P&gt;I want to add a user to a group using the %MDUIMPLB &amp;nbsp;macro on SAS 9.4M3. I created&amp;nbsp;my grpmem table&amp;nbsp;and populated it with the gpkeyid and memkeyid of the group and user - just one row of data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See sample code:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;%mduimpc();&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;/* Create the grpmems table. */&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;data &amp;amp;idgrpmemstbla;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;%defineidgrpmemscols;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;infile datalines delimiter=',' missover;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;input grpkeyid memkeyid;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;datalines;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;MYUSERGROUP,MYID&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;* Load the information from the work library into the metadata server. */;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%mduimplb();&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Several attempts to load this association into metadata have failed with two errors on different occasions:&lt;/P&gt;&lt;P&gt;- "There is an illegal character in the name" :&amp;nbsp;There are no special characters or spaces in both keyids. Also, the values in the columns are of short lengths.&lt;/P&gt;&lt;P&gt;&amp;nbsp;- "The idgrps and persons are either missing or have no records": I ran the %MDUEXTR macro to create the tables. I also filtered both tables to the one row containing the group and person respectively.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone come across any of these issues or know how I can resolve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggestions welcome&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 16:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402827#M10644</guid>
      <dc:creator>JayK</dc:creator>
      <dc:date>2017-10-10T16:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: %MDUIMPLB macro to load exiting users to existing groups - What am I missing?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402908#M10654</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/169247"&gt;@JayK&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I work quite often with the user sync macros, and I personally find a bit hard to help you properly with this question. Normally the only way is to see all the data, the script, and the error messages as a whole. So, for now, only a few things I can say, although probably you already know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Those macros work with something named Canonical Tables, because they require to have a very specific format in order to work. If you deviate from the format, they won't work (&amp;nbsp;&lt;A href="http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p1o31lg0trorn8n1rketxxe1jbr1.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p1o31lg0trorn8n1rketxxe1jbr1.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt; ).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Explained on very few words, those macros basically "download" the users and groups from the metadata on canonical tables, they will compare them with the origins of the users/groups (which might be from AD, LDAP or csv, etc) which will have to be as well on canonical form and contain the full set of external users you will have on the metadata, and in the end, it will generate some more canonical tables, for adding, deleting and for updating users/groups.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Finally, I thing it will help you to know the exact set of users or groups that are failing and how.&amp;nbsp; That macro you are using (&amp;nbsp;&lt;A href="http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0vj488njpcgmrn19c9ekymlq6hc.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=bisecag&amp;amp;docsetTarget=p0vj488njpcgmrn19c9ekymlq6hc.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt; ) is capable of generating a "log" table named&amp;nbsp;&lt;SPAN&gt;mduimplb_failedobjs if you set the&amp;nbsp;mduimplb_failedobjs&amp;nbsp; macro variable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Juan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:24:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402908#M10654</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-10-10T19:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: %MDUIMPLB macro to load exiting users to existing groups - What am I missing?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402911#M10655</link>
      <description>&lt;P&gt;I'd say you should populate all variables defined in&amp;nbsp;&lt;EM&gt;%defineidgrpmemscols.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:31:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402911#M10655</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-10T19:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: %MDUIMPLB macro to load exiting users to existing groups - What am I missing?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402914#M10656</link>
      <description>&lt;P&gt;Hello Bart,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13625"&gt;@bheinsius&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think there are no better guides as Apache's or the SAS one:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html" target="_blank"&gt;https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0y2fq741xmw8nn1btstcnwnq3jj.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&amp;nbsp;" target="_blank"&gt;http://documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0y2fq741xmw8nn1btstcnwnq3jj.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to keep it simple, I also think that, for what you want to achieve, most probably a reverse proxy is way too much for what you want to achieve. Meaning there are many other possible solutions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- If you or your project feel more comfortable with another Web Server (IIS, or anything else), please use it, it will help with configuration. Otherwise, you will need a good Apache admin, or a Web Developer, they know well this stuff.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- The next step of simplification: perhaps you can just use rewrite and redirect&amp;nbsp;&lt;A href="https://httpd.apache.org/docs/2.4/rewrite/remapping.html" target="_blank"&gt;https://httpd.apache.org/docs/2.4/rewrite/remapping.html&lt;/A&gt; +&amp;nbsp; &lt;A href="https://httpd.apache.org/docs/2.0/misc/rewriteguide.html" target="_blank"&gt;https://httpd.apache.org/docs/2.0/misc/rewriteguide.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- And then even another step for simplification. If the reverse proxy you are looking for is only for managing alias redirection, not security or whatsoever, perhaps you can just speak with the network guys. They should be able to create a redirect and even rewrite rules on a alias to another alias, directly on the routing/network system, without further effort from your side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope it helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402914#M10656</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-10-10T19:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: %MDUIMPLB macro to load exiting users to existing groups - What am I missing?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402915#M10657</link>
      <description>&lt;P&gt;Hello Bart,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13625"&gt;@bheinsius&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think there are no better guides as Apache's or the SAS one:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html" target="_blank"&gt;https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0y2fq741xmw8nn1btstcnwnq3jj.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&amp;nbsp;" target="_blank"&gt;http://documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0y2fq741xmw8nn1btstcnwnq3jj.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to keep it simple, I also think that, for what you want to achieve, most probably a reverse proxy is way too much for what you want to achieve. Meaning there are many other possible solutions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- If you or your project feel more comfortable with another Web Server (IIS, or anything else), please use it, it will help with configuration. Otherwise, you will need a good Apache admin, or a Web Developer, they know well this stuff.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- The next step of simplification: perhaps you can just use rewrite and redirect&amp;nbsp;&lt;A href="https://httpd.apache.org/docs/2.4/rewrite/remapping.html" target="_blank"&gt;https://httpd.apache.org/docs/2.4/rewrite/remapping.html&lt;/A&gt; +&amp;nbsp; &lt;A href="https://httpd.apache.org/docs/2.0/misc/rewriteguide.html" target="_blank"&gt;https://httpd.apache.org/docs/2.0/misc/rewriteguide.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- And then even another step for simplification. If the reverse proxy you are looking for is only for managing alias redirection, not security or whatsoever, perhaps you can just speak with the network guys. They should be able to create a redirect and even rewrite rules on a alias to another alias, directly on the routing/network system, without further effort from your side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope it helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:35:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/402915#M10657</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-10-10T19:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: %MDUIMPLB macro to load exiting users to existing groups - What am I missing?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/403477#M10684</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the feedback. I have included some more details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have populated the grpmems canonical table with the right columns and in the right format. . as defined usingh the %defineidgrpcols macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the two scenarios which I tested:&lt;/P&gt;&lt;P&gt;1) Full code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/&lt;FONT color="#800000"&gt;&lt;EM&gt;* Initialize the macro variables that create canonical tables. */&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;%mduimpc();&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;&amp;nbsp;/* Create the grpmems table for user/groups association to add to Metadata. */&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;data &amp;amp;idgrpmemstbla;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;%defineidgrpmemscols;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;infile datalines delimiter=',' missover;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;input grpkeyid memkeyid;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;datalines;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;MYGROUP,MYID&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;* Load the information from the work library into the metadata server. */;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;&lt;EM&gt;%mduimplb();&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_1.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15774iBF4304BF403D7B9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error_1.PNG" alt="Error_1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;See attachment&amp;nbsp;&lt;STRONG&gt;MDUIMPLB_error_log_1.txt&lt;/STRONG&gt;&amp;nbsp;for full error log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) I populated the idgrps and persons canonical tables, filtering them down to just the relevant user and group.&lt;/P&gt;&lt;P&gt;Full code:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;&amp;nbsp;/*To extract existing metadata content */&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;%mduextr(libref = work);&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;&amp;nbsp;/*Filter idgrps and person tables to include only relevant group(s) and user(s)*/&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;data work.person;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;set work.person(where=(name="MYID"));&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;run;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;data work.idgrps;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;set work.idgrps(where=(name="MYGROUP"));&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;run;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;/* Initialize the macro variables that create canonical tables. */&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;%mduimpc();&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;/* Create the grpmems table for user/groups association to add to Metadata. */&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;data &amp;amp;idgrpmemstbla;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;%defineidgrpmemscols;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;infile datalines delimiter=',' missover;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;input grpkeyid memkeyid;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;datalines;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;MYGROUP,MYID&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;* Load the information from the work library into the metadata server. */;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;%mduimplb();&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error_2_1.PNG" style="width: 331px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15819i6F06760A96C27507/image-dimensions/331x101?v=v2" width="331" height="101" role="button" title="Error_2_1.PNG" alt="Error_2_1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FAILEDOBJS_Table.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15818iA4D87A41DA314AEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="FAILEDOBJS_Table.PNG" alt="FAILEDOBJS_Table.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attachment for &lt;STRONG&gt;MDUIMPLB_error_log_3&lt;/STRONG&gt;&lt;STRONG&gt;.txt&amp;nbsp;&lt;/STRONG&gt;for full error log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure what I am missing in the code or process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suggestions much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 09:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MDUIMPLB-macro-to-load-exiting-users-to-existing-groups-What-am/m-p/403477#M10684</guid>
      <dc:creator>JayK</dc:creator>
      <dc:date>2017-10-12T09:17:45Z</dc:date>
    </item>
  </channel>
</rss>

