<?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 file access issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957072#M697567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created program that creates file in Application server (Unix Servier) using Open DataSet and Close DataSet. File is Created in the directory &lt;/P&gt;&lt;P&gt;/usr/app/sapudp/fi/temp perfectly. &lt;/P&gt;&lt;P&gt;But the issue is some users are not able to read\write the file. As per Unix team, these users does not belong to the perticular group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default the created files have the permissions for some Group only as shown below. But the my user does not belong to that group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rw-rw----   1 user1   group1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But by default it has to be as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rw-rw-r--   1 user1   group1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; is there any way I can change this unix command in the program itself or unix guys have to change this every time the file is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me.. &amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 15:03:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T15:03:35Z</dc:date>
    <item>
      <title>file access issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957072#M697567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created program that creates file in Application server (Unix Servier) using Open DataSet and Close DataSet. File is Created in the directory &lt;/P&gt;&lt;P&gt;/usr/app/sapudp/fi/temp perfectly. &lt;/P&gt;&lt;P&gt;But the issue is some users are not able to read\write the file. As per Unix team, these users does not belong to the perticular group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default the created files have the permissions for some Group only as shown below. But the my user does not belong to that group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rw-rw----   1 user1   group1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But by default it has to be as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-rw-rw-r--   1 user1   group1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; is there any way I can change this unix command in the program itself or unix guys have to change this every time the file is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me.. &amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 15:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957072#M697567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T15:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: file access issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957073#M697568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with your Basis team, ask them to create specific id for this program so that the id will have authorization to read / write files and again and again they do not need to change access details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 15:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957073#M697568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T15:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: file access issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957074#M697569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The proper way is to ask the BASIS/UNIX administrator to give access/authorization (read and write) to your user(s) to the corresponding directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 15:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957074#M697569</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-10-09T15:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: file access issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957075#M697570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct, your BASIS team will have to change your user rights at the OS level before this function can occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 15:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957075#M697570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T15:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: file access issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957076#M697571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read this, maybe it will be usefull:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/c4/3a8023505211d189550000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/c4/3a8023505211d189550000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 15:23:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-access-issue/m-p/2957076#M697571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T15:23:43Z</dc:date>
    </item>
  </channel>
</rss>

