<?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 export and import number of users and groups from one environment to another with SAS Cod in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247721#M4000</link>
    <description>&lt;P&gt;You might get some hints here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/61133/HTML/default/viewer.htm#syncmacros.htm" target="_self"&gt;User Synchronization&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/61133/HTML/default/viewer.htm#a003066464.htm" target="_self"&gt;Sample Code for User Synchronization&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although these deal with synchronization between SAS metadata and OS authentication data, you have a place where the metadata is extracted to SAS tables, which are then used for compares.&lt;/P&gt;
&lt;P&gt;You could use that part to extract data from one repository, and then use the datasets to update the second.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2016 12:16:01 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-02-03T12:16:01Z</dc:date>
    <item>
      <title>How to export and import number of users and groups from one environment to another with SAS Code</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247692#M3996</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can any one help me out how i can&amp;nbsp;export and import number of users and groups from one environment to another with SAS Code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kaushal Solanki&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 10:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247692#M3996</guid>
      <dc:creator>kaushalsolanki</dc:creator>
      <dc:date>2016-02-03T10:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import number of users and groups from one environment to another with SAS Cod</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247716#M3997</link>
      <description>&lt;P&gt;Define "environment".&lt;/P&gt;
&lt;P&gt;Do you want to transport such data between different SAS metadata repositories, or do you need to synchronize SAS metadata with external sources (like AD, LDAP, or UNIX passwd dictionaries)?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 12:02:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247716#M3997</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-02-03T12:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import number of users and groups from one environment to another with SAS Cod</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247717#M3998</link>
      <description>&lt;P&gt;I want to transfer such data between&amp;nbsp;&lt;SPAN&gt;different SAS metadata repositorie only.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kaushal Solanki&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 12:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247717#M3998</guid>
      <dc:creator>kaushalsolanki</dc:creator>
      <dc:date>2016-02-03T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import number of users and groups from one environment to another with SAS Cod</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247721#M4000</link>
      <description>&lt;P&gt;You might get some hints here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/61133/HTML/default/viewer.htm#syncmacros.htm" target="_self"&gt;User Synchronization&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/61133/HTML/default/viewer.htm#a003066464.htm" target="_self"&gt;Sample Code for User Synchronization&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Although these deal with synchronization between SAS metadata and OS authentication data, you have a place where the metadata is extracted to SAS tables, which are then used for compares.&lt;/P&gt;
&lt;P&gt;You could use that part to extract data from one repository, and then use the datasets to update the second.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 12:16:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247721#M4000</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-02-03T12:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import number of users and groups from one environment to another with SAS Cod</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247727#M4001</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11847"&gt;@kaushalsolanki﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you decide you'd like a point-and-click way to synchronise SAS metadata identities between SAS environments, the &lt;A href="http://www.metacoda.com/en/products/security-plug-ins/identity-sync/" target="_self"&gt;Metacoda Identity Sync Plug-in&lt;/A&gt; may be of interest. This SAS Management Console plug-in has the option to synchronise between AD and SAS, and SAS and SAS. There is a screencast video demonstration at &lt;A href="http://platformadmin.com/blogs/paul/2015/07/synchronizing-sas-platform-identities/" target="_self"&gt;Synchronizing SAS Platform Identities.&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>Wed, 03 Feb 2016 12:57:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-export-and-import-number-of-users-and-groups-from-one/m-p/247727#M4001</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2016-02-03T12:57:55Z</dc:date>
    </item>
  </channel>
</rss>

