<?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: Change the default location for the Files folder under SASApp server in Enterprise Guide 7.15 in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Change-the-default-location-for-the-Files-folder-under-SASApp/m-p/549496#M8682</link>
    <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; for your response. In Server (F Drive) we have multiple folder for each groups, under each group we have defined folders for different users. Suppose the user is X and user X belongs to Sales group. So for User X we want default folder to be "F:\Sales\X"</description>
    <pubDate>Tue, 09 Apr 2019 06:18:31 GMT</pubDate>
    <dc:creator>sudipghosh</dc:creator>
    <dc:date>2019-04-09T06:18:31Z</dc:date>
    <item>
      <title>Change the default location for the Files folder under SASApp server in Enterprise Guide 7.15</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-the-default-location-for-the-Files-folder-under-SASApp/m-p/549483#M8679</link>
      <description>&lt;P&gt;I have opened and SAS Enterprise guide and connected to the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want the&amp;nbsp;default location for the Files folder under SASApp server to be changed&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;Enterprise Guide 7.15.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kindly advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sudip Ghosh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 05:26:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-the-default-location-for-the-Files-folder-under-SASApp/m-p/549483#M8679</guid>
      <dc:creator>sudipghosh</dc:creator>
      <dc:date>2019-04-09T05:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change the default location for the Files folder under SASApp server in Enterprise Guide 7.15</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-the-default-location-for-the-Files-folder-under-SASApp/m-p/549493#M8681</link>
      <description>&lt;P&gt;The root path for the Files navigation pane in EG is defined in the metadata of the workspace server. A change has to be done there by the SAS administrator.&lt;/P&gt;
&lt;P&gt;The SAS Managament Console provides three options for that&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;the user's home directory (which is the default)&lt;/LI&gt;
&lt;LI&gt;the system root&lt;/LI&gt;
&lt;LI&gt;a fixed path (would be the same for all users, so it is rarely used)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;What path would you like to have set in place of the default?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 05:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-the-default-location-for-the-Files-folder-under-SASApp/m-p/549493#M8681</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-04-09T05:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change the default location for the Files folder under SASApp server in Enterprise Guide 7.15</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-the-default-location-for-the-Files-folder-under-SASApp/m-p/549496#M8682</link>
      <description>Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; for your response. In Server (F Drive) we have multiple folder for each groups, under each group we have defined folders for different users. Suppose the user is X and user X belongs to Sales group. So for User X we want default folder to be "F:\Sales\X"</description>
      <pubDate>Tue, 09 Apr 2019 06:18:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-the-default-location-for-the-Files-folder-under-SASApp/m-p/549496#M8682</guid>
      <dc:creator>sudipghosh</dc:creator>
      <dc:date>2019-04-09T06:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change the default location for the Files folder under SASApp server in Enterprise Guide 7.15</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Change-the-default-location-for-the-Files-folder-under-SASApp/m-p/549501#M8683</link>
      <description>&lt;P&gt;The username can be retrieved in Windows with %username%, but there is no environment variable for "group" that can be used to dynamically set the navigation path.&lt;/P&gt;
&lt;P&gt;You will have to fiddle around with creating an environment variable for the group while a user is "switched to" (done by the Object Spawner) that you can use in the metadata.&lt;/P&gt;
&lt;P&gt;This environment variable can be set in the WorkspaceServer_usermods.bat file and used in the Workspace Server definition in SAS metadata. I just verified that by testing it on UNIX:&lt;/P&gt;
&lt;P&gt;1. create environment variable in WorkspaceServer_usermods.sh:&lt;/P&gt;
&lt;PRE&gt;export HOMEPATH=/somepath&lt;/PRE&gt;
&lt;P&gt;2. set the navigation root in SAS metadata to&lt;/P&gt;
&lt;PRE&gt;$HOMEPATH/$USER&lt;/PRE&gt;
&lt;P&gt;and I ended up in /somepath/myusername when I opened the workspace server in EG.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 06:49:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Change-the-default-location-for-the-Files-folder-under-SASApp/m-p/549501#M8683</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-04-09T06:49:49Z</dc:date>
    </item>
  </channel>
</rss>

