<?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 OPEN_DATASET_NO_AUTHORITY abap runtime errors in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855883#M1320559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a custom ABAP program which outputs a file to UNIX and then FTP this file to a NT share drive. I have no problem executing this program using my ID. I checked using AL11 that the creator of the file in UNIX is DEVADM &amp;amp; not my user id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However ,when my user uses this same program to execute, she gets an ABAP runtime error "OPEN_DATASET_NO_AUTHORITY" and the error points to failure at this statement&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;open dataset filelocation for output in text mode.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says that the user does not have authorization for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone advise me on what authorization  I should add in for the user using PFCG Change activity group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adding the S_DATASET object in the AG.&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Manually   Basis: Administration                                        BC_A                                                                                &lt;/P&gt;&lt;P&gt;Manually   Authorization for File Access                                S_DATASET                                                                                &lt;/P&gt;&lt;P&gt;5       Manually   Authorization for File Access                                T-DV48009400                                                                                &lt;/P&gt;&lt;P&gt;Activity                       33, 34                                                                      ACTVT   &lt;/P&gt;&lt;P&gt;          Physical file name             Assets*                                                                     FILENAME&lt;/P&gt;&lt;P&gt;          ABAP program name              YZFAU007                                                                    PROGRAM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;but during transportation of this activity grup  using SCC1 i got the error. Can sonmeone please advise me the right way to resolve this problem? Thanks!&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;No authorization to change file /usr/sap/trans/log/CC004492.DEV                                                                                &lt;/P&gt;&lt;P&gt;Message no. PU 808                                                                                &lt;/P&gt;&lt;P&gt;Diagnosis                                                                                &lt;/P&gt;&lt;P&gt;When working with the Workbench Organizer, you tried to access certain    &lt;/P&gt;&lt;P&gt;    operating system files to change them.                                                                                &lt;/P&gt;&lt;P&gt;To avoid competing file accesses, semaphore files are created beforehand  &lt;/P&gt;&lt;P&gt;    which are deleted again when the respective file change has been          &lt;/P&gt;&lt;P&gt;    completed.                                                                                &lt;/P&gt;&lt;P&gt;You are not authorized to delete such semaphore files. To avoid           &lt;/P&gt;&lt;P&gt;    inconsistencies and deadlocks, creation of semaphore files as well as     &lt;/P&gt;&lt;P&gt;    the actual file access required is forbidden in this case.                &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Response                                                                                &lt;/P&gt;&lt;P&gt;The function is terminated.                                                                                &lt;/P&gt;&lt;P&gt;Procedure                                                                                &lt;/P&gt;&lt;P&gt;The file access authorizations are assigned via the authorization object  &lt;/P&gt;&lt;P&gt;   S_DATASET.                                                                                &lt;/P&gt;&lt;P&gt;First obtain the authorizations generally provided for this object if     &lt;/P&gt;&lt;P&gt;   you want to work with the Workbench Organizer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2009 03:08:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-27T03:08:56Z</dc:date>
    <item>
      <title>OPEN_DATASET_NO_AUTHORITY abap runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855883#M1320559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a custom ABAP program which outputs a file to UNIX and then FTP this file to a NT share drive. I have no problem executing this program using my ID. I checked using AL11 that the creator of the file in UNIX is DEVADM &amp;amp; not my user id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However ,when my user uses this same program to execute, she gets an ABAP runtime error "OPEN_DATASET_NO_AUTHORITY" and the error points to failure at this statement&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;open dataset filelocation for output in text mode.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says that the user does not have authorization for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone advise me on what authorization  I should add in for the user using PFCG Change activity group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adding the S_DATASET object in the AG.&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Manually   Basis: Administration                                        BC_A                                                                                &lt;/P&gt;&lt;P&gt;Manually   Authorization for File Access                                S_DATASET                                                                                &lt;/P&gt;&lt;P&gt;5       Manually   Authorization for File Access                                T-DV48009400                                                                                &lt;/P&gt;&lt;P&gt;Activity                       33, 34                                                                      ACTVT   &lt;/P&gt;&lt;P&gt;          Physical file name             Assets*                                                                     FILENAME&lt;/P&gt;&lt;P&gt;          ABAP program name              YZFAU007                                                                    PROGRAM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;but during transportation of this activity grup  using SCC1 i got the error. Can sonmeone please advise me the right way to resolve this problem? Thanks!&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;No authorization to change file /usr/sap/trans/log/CC004492.DEV                                                                                &lt;/P&gt;&lt;P&gt;Message no. PU 808                                                                                &lt;/P&gt;&lt;P&gt;Diagnosis                                                                                &lt;/P&gt;&lt;P&gt;When working with the Workbench Organizer, you tried to access certain    &lt;/P&gt;&lt;P&gt;    operating system files to change them.                                                                                &lt;/P&gt;&lt;P&gt;To avoid competing file accesses, semaphore files are created beforehand  &lt;/P&gt;&lt;P&gt;    which are deleted again when the respective file change has been          &lt;/P&gt;&lt;P&gt;    completed.                                                                                &lt;/P&gt;&lt;P&gt;You are not authorized to delete such semaphore files. To avoid           &lt;/P&gt;&lt;P&gt;    inconsistencies and deadlocks, creation of semaphore files as well as     &lt;/P&gt;&lt;P&gt;    the actual file access required is forbidden in this case.                &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Response                                                                                &lt;/P&gt;&lt;P&gt;The function is terminated.                                                                                &lt;/P&gt;&lt;P&gt;Procedure                                                                                &lt;/P&gt;&lt;P&gt;The file access authorizations are assigned via the authorization object  &lt;/P&gt;&lt;P&gt;   S_DATASET.                                                                                &lt;/P&gt;&lt;P&gt;First obtain the authorizations generally provided for this object if     &lt;/P&gt;&lt;P&gt;   you want to work with the Workbench Organizer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 03:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855883#M1320559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T03:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN_DATASET_NO_AUTHORITY abap runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855884#M1320560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chk the Notes.&lt;/P&gt;&lt;P&gt;56024, 850234, 1064169&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALso chk the below thread.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="538683"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 03:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855884#M1320560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T03:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN_DATASET_NO_AUTHORITY abap runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855885#M1320561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, I read throught the sap notes, 1st one not avail, 2nd one requies BW support package, last one is sql truncate table note which don't look relevant.&lt;/P&gt;&lt;P&gt;I read through the other thread, my purrpose is not to restrict or catch the error, my purpose is to add authorization for my user so that she is able to run '----&amp;gt; open dataset filelocation for output in text mode' without the open_dataset_no_authorization runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already added in the S_dataset object in the AG,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Manually   Authorization for File Access      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Activity                       Read, Write  &lt;/P&gt;&lt;P&gt;   Physical file name             Assets*      &lt;/P&gt;&lt;P&gt;   ABAP program name              YZFAU007     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i encountered error during transport SCC1 as indicated above, so I wonder if the PFCG change AG is right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 04:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855885#M1320561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T04:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN_DATASET_NO_AUTHORITY abap runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855886#M1320562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check the transection SU53 and note down the authorization problem, if any.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ibrar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 06:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855886#M1320562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T06:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN_DATASET_NO_AUTHORITY abap runtime errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855887#M1320563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right after the error msg, i executed SU53 and get this error&lt;/P&gt;&lt;P&gt;'You are not authorized to use transaction SU53'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, during normal circumstances,  am able to execute SU53 in the system. Only right after this error msg i cannot access the transaction. After exit and relogin i am able to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 06:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-no-authority-abap-runtime-errors/m-p/5855887#M1320563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T06:33:47Z</dc:date>
    </item>
  </channel>
</rss>

