Application Development 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: 

Error in system log

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

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

eg:

drwxrwx--- <sidadm> sapsys 999JOBLG

0 Kudos

File is not full.

Permission is like this

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

0 Kudos

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

Thanks

Prince Jose

0 Kudos

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

0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

Answered