<?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 create a &amp;quot;My Folder&amp;quot; for a user in SAS 9 metadata (under &amp;quot;User Folders&amp;amp in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743048#M22204</link>
    <description>Thanks Carmine - we don't currently have that installed - will give it a crack if we don't find an easier way.&lt;BR /&gt;</description>
    <pubDate>Fri, 21 May 2021 20:54:57 GMT</pubDate>
    <dc:creator>AllanBowe</dc:creator>
    <dc:date>2021-05-21T20:54:57Z</dc:date>
    <item>
      <title>How to create a "My Folder" for a user in SAS 9 metadata (under "User Folders")</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743020#M22201</link>
      <description>&lt;P&gt;I have a SAS 9 user with a Macbook Pro.&amp;nbsp; He's a Stored Process app developer, and I'd like for him to be able to create his content in his home directory in metatdata.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;According to the &lt;A href="https://support.sas.com/documentation/cdl/en/bisag/64088/HTML/default/viewer.htm#a003251911.htm" target="_self"&gt;docs&lt;/A&gt; - "&lt;SPAN&gt;The first time a user logs on to an application that requires a home folder, the user's home folder is automatically created."&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a list of apps anywhere that will do the 'home directory' stuff?&lt;BR /&gt;&lt;BR /&gt;Neither logging onto /SASStudio nor /SASStoredProcess/do does the trick.&amp;nbsp; What is the best course of action?&amp;nbsp; Get him to download xquartz and &lt;A href="https://rawsas.com/launching-smc-on-mac-os-over-ssh-with-x11/" target="_self"&gt;x11&lt;/A&gt; into SMC?&amp;nbsp; Create the folder &lt;A href="https://core.sasjs.io/mm__createfolder_8sas.html" target="_self"&gt;programmatically&lt;/A&gt;, and update the permissions?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 19:06:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743020#M22201</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2021-05-21T19:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a "My Folder" for a user in SAS 9 metadata (under "User Folders&amp;quo</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743037#M22203</link>
      <description>&lt;P&gt;Give the user access to SAS Environment Manager and he will be able to access Metadata folders and add any folders he wants himself.&amp;nbsp; You will need to assign him to an appropriate role with MC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 20:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743037#M22203</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2021-05-21T20:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a "My Folder" for a user in SAS 9 metadata (under "User Folders&amp;amp</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743048#M22204</link>
      <description>Thanks Carmine - we don't currently have that installed - will give it a crack if we don't find an easier way.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 May 2021 20:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743048#M22204</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2021-05-21T20:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a "My Folder" for a user in SAS 9 metadata (under "User Folders&amp;quo</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743089#M22205</link>
      <description>&lt;P&gt;If you want to create it programmatically then have a look at the SAS IOMI AddUserFolders method: &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/omaref/n0xyl0tv8cxjjcn1iehd44cavbfz.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/omaref/n0xyl0tv8cxjjcn1iehd44cavbfz.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not had a need to use it myself yet but remembered seeing it in the documentation. It is supposedly locale aware and creates and secures the My Folder and Application Data correctly. This is what I would try first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Off the top of my head I remember that SAS EG and SAS DI Studio created the user folders when needed but I do not know if there is a list as such.&lt;/P&gt;</description>
      <pubDate>Sat, 22 May 2021 00:34:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743089#M22205</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2021-05-22T00:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a "My Folder" for a user in SAS 9 metadata (under "User Folders&amp;amp</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743119#M22206</link>
      <description>Thanks Paul!  Indeed that appears to be the "proper" way to achieve the programmatic approach.</description>
      <pubDate>Sat, 22 May 2021 10:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743119#M22206</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2021-05-22T10:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a "My Folder" for a user in SAS 9 metadata (under "User Folders&amp;quo</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743218#M22207</link>
      <description>&lt;P&gt;For reference, this is what we did in the end:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1. Install xquartz:&amp;nbsp;&amp;nbsp;&lt;A href="https://www.xquartz.org/releases/index.html" target="_blank"&gt;https://www.xquartz.org/releases/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; Open xquartz terminal and run:&lt;/P&gt;
&lt;PRE&gt;ssh -Y user@server&lt;/PRE&gt;
&lt;P&gt;3. execute the following file:&lt;/P&gt;
&lt;PRE&gt;./opt/sas/sas9/SASHome/SASManagementConsole/9.4/sasmc&lt;/PRE&gt;
&lt;P&gt;Then follow the prompts to log in, and the folder is created.&lt;BR /&gt;&lt;BR /&gt;I have to say, x11 on mac is much faster than it used to be!&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 13:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-create-a-quot-My-Folder-quot-for-a-user-in-SAS-9-metadata/m-p/743218#M22207</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2021-05-23T13:52:20Z</dc:date>
    </item>
  </channel>
</rss>

