<?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: How to search and change multiple user accounts in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-search-and-change-multiple-user-accounts/m-p/172482#M2198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allan,&lt;/P&gt;&lt;P&gt;If you ever used the AD Import for SAS. Make your change through that script and you're good to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 15:19:45 GMT</pubDate>
    <dc:creator>kkhelif</dc:creator>
    <dc:date>2014-10-02T15:19:45Z</dc:date>
    <item>
      <title>How to search and change multiple user accounts</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-search-and-change-multiple-user-accounts/m-p/172480#M2196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My it-department have changed the domain from &lt;EM&gt;ipaep&lt;/EM&gt; to &lt;EM&gt;koncern&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means that I have to change it for all useraccounts in the User Manager, and that will take some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User/Account/Userid = ipaep\abc must be changed to koncern\abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make a search and replace for all the user accounts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:14:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-search-and-change-multiple-user-accounts/m-p/172480#M2196</guid>
      <dc:creator>Allan_dk</dc:creator>
      <dc:date>2014-07-09T10:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to search and change multiple user accounts</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-search-and-change-multiple-user-accounts/m-p/172481#M2197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check bisecag if it SAS related. &lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#p0l4tn8x7yfurdn1mymwew0sp9od.htm" title="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#p0l4tn8x7yfurdn1mymwew0sp9od.htm"&gt;SAS(R) 9.4 Intelligence Platform: Security Administration Guide, Second Edition&lt;/A&gt;&lt;BR /&gt;What is your SAS connection in this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 17:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-search-and-change-multiple-user-accounts/m-p/172481#M2197</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-07-09T17:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to search and change multiple user accounts</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-search-and-change-multiple-user-accounts/m-p/172482#M2198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allan,&lt;/P&gt;&lt;P&gt;If you ever used the AD Import for SAS. Make your change through that script and you're good to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:19:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-search-and-change-multiple-user-accounts/m-p/172482#M2198</guid>
      <dc:creator>kkhelif</dc:creator>
      <dc:date>2014-10-02T15:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to search and change multiple user accounts</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-search-and-change-multiple-user-accounts/m-p/172483#M2199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on something that relates to your goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Run %mduextr to extract information from the Metadata Server and output to a MASTER library (new library):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %mduextr(libref=MASTER);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Modify the UserID column of the MASTER.LOGINS table with the info you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Run %mduextr again and output to a TARGET library (new library). This will be your current unmodified SAS Metadata library&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %mduextr(libref=TARGET);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Run %MDUCMP to compare your MASTER (with changes) to your TARGET (unmodified) data.&amp;nbsp; This will generates tables representing the changes that needs to be made to the metadata.&amp;nbsp; You'll need a CHANGE library (new library).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %mducmp (MASTER=MASTER, TARGET=TARGET, CHANGE=CHANGE, EXTERNONLY=0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Run %MDUCHGV to check if any changes introduce integrity problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %MDUCHGV (TARGET=TARGET, CHANGE,CHANGE, ERRORSDS=name);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When everything checks out, and you've done many, many tests (this is crucial metadata after all!), final step:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Run %MDUCHGLB to load the changes and update the metadata&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %MDUCHGLB(CHANGE=CHANGE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS Support has a lot of info on these macros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 16:01:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-search-and-change-multiple-user-accounts/m-p/172483#M2199</guid>
      <dc:creator>ouelletpatrick</dc:creator>
      <dc:date>2014-10-02T16:01:14Z</dc:date>
    </item>
  </channel>
</rss>

