2006 Sep 26 2:47 PM
How Do Everyone,
One of our SAP people has created a new role and has
granted SAP_ALL & SAP_NEW access to this new role.
However, when he runs one of the ABAP programs it falls
over on the error message:
'opendir: No such file or directory <- CALL (,,..).
When I run the program in debug mode, it seems to be
falling over on the system call:
call 'C_DIR_READ_START' id 'DIR' field a_dir_name
id 'FILE' field w_generic_name
id 'ERRNO' field file-errno
id 'ERRMSG' field file-errmsg.
Can anyone explain what the heck is going on??
Cheers
Andy
2006 Sep 26 2:54 PM
Hi Andy,
It seems the directory or file does not exist that you are trying to read.
Also it could be no server (UNIX) access/permission for the user to read a file/directory. Please check with your system admistration.
Regards,
Ferry Lianto
How Do Everyone,
One of our SAP people has created a new role and has
granted SAP_ALL & SAP_NEW access to this new role.
However, when he runs one of the ABAP programs it falls
over on the error message:
'opendir: No such file or directory <- CALL (,,..).
When I run the program in debug mode, it seems to be
falling over on the system call:
call 'C_DIR_READ_START' id 'DIR' field a_dir_name
id 'FILE' field w_generic_name
id 'ERRNO' field file-errno
id 'ERRMSG' field file-errmsg.
Can anyone explain what the heck is going on??
Cheers
Andy
2006 Sep 26 2:54 PM
Hi Andy,
It seems the directory or file does not exist that you are trying to read.
Also it could be no server (UNIX) access/permission for the user to read a file/directory. Please check with your system admistration.
Regards,
Ferry Lianto
2006 Sep 26 4:11 PM
Thanks for the reply Ferry,
I took it for granted that the path name on the dev
server would be the same as QA and prod. Obviously it is
not. But it should be.
Anyway, thanks again Ferry problem solved
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |