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

Error in system log

Former Member
0 Likes
1,179

HI all,

this is not a security query, but I need help in this regard.

Following error msg i showing in system log. I'm getting this error whenever i'm trying to read the Job in SM37. And in some cases I'm unable to see the spool list which is generated by the bg jobs. what coul be the reason?

<b>> Error reading job log JOBLGX15165600X64603

Error 2 for write/read access to a file. File = /usr/sap/PRD/SYS/global/999JOBLG/0001X15165600X64603

BP_JOBLOG_SHOW: Failed to display jobs. Reason:</b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,113

First check whether you can sccess this directory

/usr/sap/PRD/SYS/global/999JOBLG

then make sure the file is there , it might be deleted by the house keeping job , When did you run this job?

Thanks

Prince Jose

9 REPLIES 9
Read only

Former Member
0 Likes
1,114

First check whether you can sccess this directory

/usr/sap/PRD/SYS/global/999JOBLG

then make sure the file is there , it might be deleted by the house keeping job , When did you run this job?

Thanks

Prince Jose

Read only

0 Likes
1,113

Hi Jose,

yes I can this dir and the said file is also there.

but there write permission to this file.

could this be a problem.

Regards,

Raja

Read only

0 Likes
1,113

Whats is the permission on this directory , it should be 770 , also check whether this filesystem is full

eg:

drwxrwx--- <sidadm> sapsys 999JOBLG

Read only

0 Likes
1,113

File is not full.

Permission is like this

-rw-rw---- 1 prdadm sapsys 251 Sep 08 17:04 0001X15165600X64603

Read only

0 Likes
1,113

Do you have app servers ? If yes , check whether these file systems are mounted

Thanks

Prince Jose

Read only

0 Likes
1,113

Thanks Jose

Porblem is solved.

/sapmnt/PRD/global and profile are not mounted on that server.

Thnak u so much for ur cooperation.

Regards,

Raja

Read only

0 Likes
1,113

If suppose the File systems are mounted is there any othere issue in this regard like Temse problems..

Can u plz tell me.

Regards,

Raja

Read only

0 Likes
1,113

Usually this FS will be mounted in all app servers , I am not aware any other issues if you mounted this filesystem

Thanks

Prince Jose

Read only

Former Member
0 Likes
1,113

Answered