‎2008 Jul 15 4:56 PM
Hi All ,
I'm facing this short dump in our Dev system with the following details shown below , please provide help or assistance ASAP
Runtime Errors DATASET_READ_ERROR
Exception CX_SY_FILE_IO
Date and Time 15.07.2008 18:36:01
Short text
Error when reading from file "/usr/sap/trans/sapnames/MSULTAN"
What happened?
The executed program "SAPLSTRF" had to be terminated because a reading error
occurred when accessing the file.
*Error analysis*
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_FILE_IO', was not caught in
procedure "READ_SAPNAMES" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
Error when reading the file "/usr/sap/trans/sapnames/MSULTAN".
Error text: "I/O error"
Error code: 5
‎2008 Jul 15 5:03 PM
hi this is the problem with over load of the records or data in the folder you are accessing in the application server...please delete some of the files or clear some data from the server and run it.. contact the basis guys
‎2008 Jul 15 4:59 PM
ALY,
pls check whether you authorized to read this file or it is exsist in application server with name "/usr/sap/trans/sapnames/MSULTAN"
Amit.
‎2008 Jul 15 5:04 PM
Dear AMIT ,
MSULTAN is a userid and now am facing the same error with other userid as well
we are using AIX on Oracle DB and these are the authorities for the user as follows :
File attributes /usr/sap/trans/sapnames/MSULTAN
Authorizations rwxrwxrwx
Last change 18.03.2008 16:34:32
Last access 15.07.2008 18:36:00
Last Status Change 14.07.2008 19:45:43
Size 2804 Bytes
Current Position 0
Error in file
‎2008 Jul 15 5:03 PM
hi this is the problem with over load of the records or data in the folder you are accessing in the application server...please delete some of the files or clear some data from the server and run it.. contact the basis guys
‎2008 Jul 15 5:05 PM
Check the return code (sy-subrc ) after the open dataset statement.
The return code will clearly tell you what and where the problem is.
Usually this is the authorization issue. Check the help for open dataset statement to find out the meaning of all the possible return codes.
‎2008 Jul 15 5:08 PM
‎2008 Jul 15 5:25 PM
i will contact the basis guys tomorrow to increase the folder size and if this resolve the issue , rewards will be given
Thanks all for your support
‎2008 Jul 15 5:27 PM
ALY,
np.welcome.your this kind of appriciation always give us motivation.
Amit.