Hi,
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 & not my user id.
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
-
-
-
-
-
-
-
open dataset filelocation for output in text mode.
It says that the user does not have authorization for this.
Can someone advise me on what authorization I should add in for the user using PFCG Change activity group?
I tried adding the S_DATASET object in the AG.
---
Manually Basis: Administration BC_A
Manually Authorization for File Access S_DATASET
5 Manually Authorization for File Access T-DV48009400
Activity 33, 34 ACTVT
Physical file name Assets* FILENAME
ABAP program name YZFAU007 PROGRAM
---
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!
---
No authorization to change file /usr/sap/trans/log/CC004492.DEV
Message no. PU 808
Diagnosis
When working with the Workbench Organizer, you tried to access certain
operating system files to change them.
To avoid competing file accesses, semaphore files are created beforehand
which are deleted again when the respective file change has been
completed.
You are not authorized to delete such semaphore files. To avoid
inconsistencies and deadlocks, creation of semaphore files as well as
the actual file access required is forbidden in this case.
System Response
The function is terminated.
Procedure
The file access authorizations are assigned via the authorization object
S_DATASET.
First obtain the authorizations generally provided for this object if
you want to work with the Workbench Organizer.