<?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: STP and access rights, unix, wirting files in Developers</title>
    <link>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/315855#M5146</link>
    <description>&lt;P&gt;As is often said: "Shit happens".&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2016 08:30:06 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-12-01T08:30:06Z</dc:date>
    <item>
      <title>STP and access rights, unix, wirting files</title>
      <link>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/305604#M5139</link>
      <description>&lt;P&gt;Dear SAS Experts,&lt;BR /&gt;&lt;BR /&gt;We got a STP running daily. It created a dataset in SAS BASE library X.&lt;BR /&gt;I want to do the same with library Y. A different stored process, a different SAS BASE library.&lt;BR /&gt;The sassrv user has access to write in the library folder.&lt;BR /&gt;the error reads (translated from German):&lt;BR /&gt;&lt;BR /&gt;ERROR: user does not have required access to file Y.P15_SEL.DATA.&lt;BR /&gt;&lt;BR /&gt;Have we missed something? We cant figure out what rights are missing.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 08:36:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/305604#M5139</guid>
      <dc:creator>PhilipH</dc:creator>
      <dc:date>2016-10-19T08:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: STP and access rights, unix, wirting files</title>
      <link>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/305606#M5140</link>
      <description>&lt;P&gt;Log on to the UNIX server, and navigate to the file path of library Y. Do a &lt;FONT face="courier new,courier"&gt;ls -l p15_sel.sas7bdat&lt;/FONT&gt; there. You may find that the file is already there, but was created by a user other than sassrv. If that is the case, remove it or do a chown (which requires root permissions)&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 08:47:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/305606#M5140</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-10-19T08:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: STP and access rights, unix, wirting files</title>
      <link>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/305697#M5141</link>
      <description>Thanks! Will check that.</description>
      <pubDate>Wed, 19 Oct 2016 15:44:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/305697#M5141</guid>
      <dc:creator>PhilipH</dc:creator>
      <dc:date>2016-10-19T15:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: STP and access rights, unix, wirting files</title>
      <link>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/312574#M5142</link>
      <description>&lt;P&gt;Hi Kurt,&lt;/P&gt;&lt;P&gt;it has been a while and I just had an idea. The STP that builds P15_SEL accesses a dataset that has been generated by a --different-. STP. Could it be that sassrv needs access to the source dataset that is created every morning anew?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 10:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/312574#M5142</guid>
      <dc:creator>PhilipH</dc:creator>
      <dc:date>2016-11-18T10:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: STP and access rights, unix, wirting files</title>
      <link>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/312592#M5143</link>
      <description>&lt;P&gt;Files that are created through STPs running on the stored process server should all have sassrv as an owner.&lt;/P&gt;
&lt;P&gt;If STPs are executed not on the STP server, but on workspace server instances, then they will be owned by the user whose credentials were used to start the workspace server.&lt;/P&gt;
&lt;P&gt;Still the best bet is to go looking in the UNIX filesystem and check ownerships and permissions on the OS level.&lt;/P&gt;
&lt;P&gt;And if tables are registered in SAS metadata, then the authorization tab there needs to be checked also.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:08:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/312592#M5143</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-18T12:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: STP and access rights, unix, wirting files</title>
      <link>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/315851#M5144</link>
      <description>&lt;P&gt;Which part of my answer put you on the right path for your solution?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 08:24:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/315851#M5144</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-12-01T08:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: STP and access rights, unix, wirting files</title>
      <link>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/315853#M5145</link>
      <description>&lt;P&gt;There was a file on the server that had the same name and sassrv was not the owner.&lt;BR /&gt;Our admin had ot look twice. The files where at different locations.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 08:26:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/315853#M5145</guid>
      <dc:creator>PhilipH</dc:creator>
      <dc:date>2016-12-01T08:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: STP and access rights, unix, wirting files</title>
      <link>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/315855#M5146</link>
      <description>&lt;P&gt;As is often said: "Shit happens".&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 08:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/STP-and-access-rights-unix-wirting-files/m-p/315855#M5146</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-12-01T08:30:06Z</dc:date>
    </item>
  </channel>
</rss>

