<?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: Overwriting files on a shared folder (SAS grid env) in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372190#M9237</link>
    <description>&lt;P&gt;LuAnn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check with your IT support.&amp;nbsp; Someone may have changed permissions at the system level for that directory.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2017 14:33:56 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2017-06-30T14:33:56Z</dc:date>
    <item>
      <title>Overwriting files on a shared folder (SAS grid env)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372174#M9236</link>
      <description>&lt;P&gt;My team shares a program that continually overwrites files on the grid in group folders.&amp;nbsp; We used to be able to overwrite each others files, but for the past couple months, we have been unable to.&amp;nbsp; Now we have to delete the other person's files before we run the program.&amp;nbsp; We played with the read/write/execute settings in the properites dialogue box in Ipswitch to no avail.&amp;nbsp; Does anyone have any suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:14:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372174#M9236</guid>
      <dc:creator>LuAnnS</dc:creator>
      <dc:date>2017-06-30T14:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Overwriting files on a shared folder (SAS grid env)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372190#M9237</link>
      <description>&lt;P&gt;LuAnn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check with your IT support.&amp;nbsp; Someone may have changed permissions at the system level for that directory.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:33:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372190#M9237</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2017-06-30T14:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Overwriting files on a shared folder (SAS grid env)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372199#M9238</link>
      <description>I was hoping that wasn't the answer but that's sort of what I thought. Thank you</description>
      <pubDate>Fri, 30 Jun 2017 14:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372199#M9238</guid>
      <dc:creator>LuAnnS</dc:creator>
      <dc:date>2017-06-30T14:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Overwriting files on a shared folder (SAS grid env)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372202#M9239</link>
      <description>&lt;P&gt;Are you using Unix filesystem or WIndows?&lt;/P&gt;
&lt;P&gt;On Unix if you are able to delete the files then it sounds like you have the group write bit set on the folders.&lt;/P&gt;
&lt;P&gt;Perhaps the individual files are getting created without the group write bit being set?&lt;/P&gt;
&lt;P&gt;Check if they have made changes to the UMASK setting that your processes use when creating files.&lt;/P&gt;
&lt;P&gt;Personally I like to use umask setting of 0002. &amp;nbsp;That way when I create a file the group write bit is set in addition to the user write bit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also check whether the group sticky bit is set of the folder so that all files that are created in that folder are in the same group as the folder.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 14:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372202#M9239</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-06-30T14:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Overwriting files on a shared folder (SAS grid env)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372449#M9249</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/42466"&gt;@LuAnnS&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;indeed, this seems to me something changed by IT admins. To prevent IT admins changes to modify behaviour on your SAS programs, the best set up is as proposed by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;, the umask, although the general recommendation is a umask of 022, I understand well where it comes Tom's, to help you granting additional permissions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the implementation suggestions and background info at:&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&lt;A href="http://support.sas.com/kb/38/040.html" target="_blank"&gt;http://support.sas.com/kb/38/040.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/File-permissions-for-created-files/td-p/70263" target="_blank"&gt;https://communities.sas.com/t5/SAS-Enterprise-Guide/File-permissions-for-created-files/td-p/70263&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a question, though: why did you mentioned IPswitch? Is this shared file location under an FTP server on linux, or someting similar?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2017 21:55:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/372449#M9249</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-07-01T21:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Overwriting files on a shared folder (SAS grid env)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/373366#M9289</link>
      <description>&lt;P&gt;We are on a unix server.&amp;nbsp; We use Ipswitch WS_FTP Professional to move/delete output files/datasets.&amp;nbsp; So you're saying I need to go to IT and ask for umask settings to be changed or are you saying I can change umask settings?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:22:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/373366#M9289</guid>
      <dc:creator>LuAnnS</dc:creator>
      <dc:date>2017-07-05T17:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Overwriting files on a shared folder (SAS grid env)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/373519#M9294</link>
      <description>&lt;P&gt;Probably IT has to change the permissions of the current files, and then change the umask settings on the sas configuration files. I don't know if you can do this change or IT should. Probably it should be done by the team who has access to the password of sasinst user.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 07:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Overwriting-files-on-a-shared-folder-SAS-grid-env/m-p/373519#M9294</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-07-06T07:16:32Z</dc:date>
    </item>
  </channel>
</rss>

