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

Message: PU815

Former Member
0 Likes
1,972

Dear Experts,

When I activity the program in SE38 , it show a message number PU815,

and it says as follows:

Diagnosis

An operating system file (the SAPNAMES file of user ABAP11) coul

accessed from the program that is running, since it is locked by

transaction.

The name of the lock file is "/usr/sap/trans/tmp/ABAP11.LOS".

Procedure

Execute the function again after a few seconds.

If the message occurs regularly, contact your SAP administrator.

Kindly help me how to solve this question , thanks a lot in advanced.

Yacoa

4 REPLIES 4
Read only

rahul_mahajan
Active Participant
0 Likes
1,242

Hi,

Please refer below link:

I hope this will help you.

Regards,

Rahul Mahajan

Read only

Former Member
0 Likes
1,242

HI ALL,

I have solved this problem

there is a link to reference

http://blog.csdn.net/twty5210/article/details/6019462

Yacoa

Read only

0 Likes
1,242

The best way to solve this problem is use the standard report RSWBO_DELETE_SAPNAME

This delete the block file and it solve the problem.

We had this issue today and we solve this problem in this way.

Regards.

Read only

0 Likes
1,242

We also had a issu that "Sapnames file for USER is locked by another process"

With the standard report Francisco posted, you're able to delete the sapnames and lock file of a user to solve the problem:

RSWBO_DELETE_SAPNAMES - Delete SAPNAMES Files of User

Regards,

Alper Alp