<?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: Files creating in the Config Folder Issue in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815426#M24459</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/375476"&gt;@siddhu1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;I have checked that the Users has read-only permissions in the D drive config folder.&lt;BR /&gt;Any help on, how to go further on this.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Siddhartha&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If the USERS don't have write permissions perhaps the ADMIN, or someone with permissions, has run some code that did this?&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2022 15:47:41 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-05-27T15:47:41Z</dc:date>
    <item>
      <title>Files creating in the Config Folder Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815222#M24448</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have an issue with SAS Studio environment , where there are some files(html, SGPanel.png, temporary excel files And .file) created in the config folder location. Which is not allowed &amp;amp; while investigating we came to know that no one is creating intentionally any of these files in the config location. So this is effecting on both the App Servers (SASApp1-u8 &amp;amp; SASApp2-en).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And when we try to change the security permissions – it’s impacting user access.&lt;/P&gt;
&lt;P&gt;Config Path: D:\SAS\Config\Lev1\SASApp1-u8&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;D:\SAS\Config\Lev1\SASApp2-en&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So we request &amp;nbsp;if anyone help us on identifying &amp;nbsp;which process is creating these files and how to prevent this. Any resolution on this.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Current version: 9.04.01M7&lt;/P&gt;
&lt;P&gt;Operating System:&amp;nbsp;&amp;nbsp; WX64&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="siddhu1_0-1653572871352.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71792i57A5B1ADDCB35120/image-size/medium?v=v2&amp;amp;px=400" role="button" title="siddhu1_0-1653572871352.png" alt="siddhu1_0-1653572871352.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Siddhartha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 13:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815222#M24448</guid>
      <dc:creator>siddhu1</dc:creator>
      <dc:date>2022-05-26T13:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Files creating in the Config Folder Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815225#M24449</link>
      <description>&lt;P&gt;I suspect that is the folder that is the current working directory when your SAS sessions are started.&lt;/P&gt;
&lt;P&gt;You can confirm by starting a new SAS session and running something like this to see where you are.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename here '.';
%put %sysfunc(pathname(here));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;There should be no need for normal users to have write access to that folder (or any part of the SAS system files).&amp;nbsp; That should not prevent them from running SAS.&amp;nbsp; It might well cause the code that is currently writing those file to produce an ERROR, which would mean you could find the problem code and fix it.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 14:21:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815225#M24449</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-05-26T14:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Files creating in the Config Folder Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815307#M24450</link>
      <description>&lt;P&gt;Judging by the files in your screenshot these are created by different users not including a path when writing external files. As already stated by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; setting your D drive permissions to read-only for normal SAS users should fix the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 20:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815307#M24450</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-05-26T20:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Files creating in the Config Folder Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815392#M24456</link>
      <description>Thanks for the reply.&lt;BR /&gt;I have checked that the Users has read-only permissions in the D drive config folder.&lt;BR /&gt;Any help on, how to go further on this.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Siddhartha</description>
      <pubDate>Fri, 27 May 2022 12:19:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815392#M24456</guid>
      <dc:creator>siddhu1</dc:creator>
      <dc:date>2022-05-27T12:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Files creating in the Config Folder Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815426#M24459</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/375476"&gt;@siddhu1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;I have checked that the Users has read-only permissions in the D drive config folder.&lt;BR /&gt;Any help on, how to go further on this.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Siddhartha&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If the USERS don't have write permissions perhaps the ADMIN, or someone with permissions, has run some code that did this?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 15:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815426#M24459</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-05-27T15:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Files creating in the Config Folder Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815526#M24460</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/375476"&gt;@siddhu1&lt;/a&gt;&amp;nbsp; - Check the properties of those files in Windows Explorer. In the Details tab you will find the owner. That will tell you which OS account created them.&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2022 04:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815526#M24460</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-05-28T04:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Files creating in the Config Folder Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815786#M24466</link>
      <description>&lt;P&gt;I've been seeing this too, and it looked like users only had Read and Execute permissions. However, on a bit of deeper delving, I discovered that there's a special access set for users. You may see this if you go into the advanced security settings. Under this, users have Append and Create permissions. Actually, the best way I found to see this was with the Powershell get-acl cmdlet:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;PS E:\SAS\config\Lev1\SASApp&amp;gt; Get-Acl E:\SAS\config\Lev1\SASApp |Select-Object -ExpandProperty access |ft -property IdentityReference,AccessControlType,FileSystemRights -AutoSize

IdentityReference      AccessControlType            FileSystemRights
-----------------      -----------------            ----------------
BUILTIN\Administrators             Allow                 FullControl
********\sassrv                    Allow ReadAndExecute, Synchronize
BUILTIN\Administrators             Allow                 FullControl
NT AUTHORITY\SYSTEM                Allow                 FullControl
CREATOR OWNER                      Allow                   268435456
BUILTIN\Users                      Allow ReadAndExecute, Synchronize
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;BUILTIN\Users                      Allow                  AppendData
BUILTIN\Users                      Allow                 CreateFiles&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I'm guessing that removing this Special access would resolve the problem.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 09:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/815786#M24466</guid>
      <dc:creator>Nigel_Pain</dc:creator>
      <dc:date>2022-05-31T09:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Files creating in the Config Folder Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/816102#M24482</link>
      <description>&lt;P&gt;It appears this question is a corollary of your other question&amp;nbsp;&lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/Unwanted-file-in-the-Config-folder/m-p/815677" target="_blank"&gt;Unwanted file in the Config folder - SAS Support Communities&lt;/A&gt;. As I have suggested in that question apparently a macro is being used to create path or a component of path that may not be existing.&lt;BR /&gt;Suggestion&amp;nbsp;by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13516"&gt;@Nigel_Pain&lt;/a&gt;&amp;nbsp;may help in prevent the process of files being written to the folder, but underlying cause needs to be addressed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 19:53:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Files-creating-in-the-Config-Folder-Issue/m-p/816102#M24482</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-06-01T19:53:44Z</dc:date>
    </item>
  </channel>
</rss>

