<?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: OPEN Dataset - Peculiar problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-peculiar-problem/m-p/7905459#M1597253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Niraj,&lt;/P&gt;&lt;P&gt;I just spoke to my Basis team.. And they fixed this issue by mapping the directory!&lt;/P&gt;&lt;P&gt;Thanks.. &lt;/P&gt;&lt;P&gt;Amith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2011 10:46:54 GMT</pubDate>
    <dc:creator>former_member198445</dc:creator>
    <dc:date>2011-05-02T10:46:54Z</dc:date>
    <item>
      <title>OPEN Dataset - Peculiar problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-peculiar-problem/m-p/7905456#M1597250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a peculiar problem with ABAP keyword OPEN DATASET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a directory to which I am adding new files using OPEN DATASET FOR OUTPUT.. this works perfectly fine in the Consolidation system. But the same thing does'nt work in the Production system! It return SY-SUBRC = 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading several other posts on SDN and other forums, the following causes were touted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Path incorrect  &lt;/P&gt;&lt;P&gt;2) No Authorization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But upon checking, neither of the wo are possible because the path is maintained properly and the authorizations at OS level are given (R/W) to this folder. Moreover, the user has S_DATASET auth object!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I read somewhere else that having multiple Application Servers could be a possible cause and that running the code as a background job would be afix.. Is it so? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if it is, the application is in ABAP Web Dynpro and is launched from the portal.. hence launching it as a background job is not an option... Any solutions?????&lt;/P&gt;&lt;P&gt;Any help on this would be appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, Amith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 05:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-peculiar-problem/m-p/7905456#M1597250</guid>
      <dc:creator>former_member198445</dc:creator>
      <dc:date>2011-05-02T05:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN Dataset - Peculiar problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-peculiar-problem/m-p/7905457#M1597251</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;Yes this is true that if we are having the multiple application server then this kind of error occures if your specified directory is not mapped on the alll the avaiable sAP application servers.&lt;/P&gt;&lt;P&gt;I guess when ever you are running your application then system will pick the appkication server based on the present load. Hence if your directory is not mapped in that application server then you wil get this kind of issues,&lt;/P&gt;&lt;P&gt;so i guess check with you basis team that spctified path is avaiable in all the application server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 06:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-peculiar-problem/m-p/7905457#M1597251</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2011-05-02T06:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN Dataset - Peculiar problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-peculiar-problem/m-p/7905458#M1597252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check the authority with fm  AUTHORITY_CHECK_DATASET before opening the dataset!&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 06:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-peculiar-problem/m-p/7905458#M1597252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-02T06:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN Dataset - Peculiar problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-peculiar-problem/m-p/7905459#M1597253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Niraj,&lt;/P&gt;&lt;P&gt;I just spoke to my Basis team.. And they fixed this issue by mapping the directory!&lt;/P&gt;&lt;P&gt;Thanks.. &lt;/P&gt;&lt;P&gt;Amith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 10:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-peculiar-problem/m-p/7905459#M1597253</guid>
      <dc:creator>former_member198445</dc:creator>
      <dc:date>2011-05-02T10:46:54Z</dc:date>
    </item>
  </channel>
</rss>

