Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SHORT DUMP

Former Member
0 Likes
1,519

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,255

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,255

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.

Read only

0 Likes
1,255

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

Read only

Former Member
0 Likes
1,256

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

Read only

Former Member
0 Likes
1,255

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.

Read only

Former Member
0 Likes
1,255

ALY,

just refer:

may be it helps.

Amit.

Read only

0 Likes
1,255

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

Read only

0 Likes
1,255

ALY,

np.welcome.your this kind of appriciation always give us motivation.

Amit.