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 message

Former Member
0 Likes
711

Hi!

I get the error mesage:

Some of the selected ... are being processed .

What does it mean ?

It is Type: E

Id: C$

Number: 162

Regards

sas

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
692

This is your message class information

You want more details : use SE91 and enter message class as C$ and check for message number 162

a®

6 REPLIES 6
Read only

former_member194669
Active Contributor
0 Likes
693

This is your message class information

You want more details : use SE91 and enter message class as C$ and check for message number 162

a®

Read only

Former Member
0 Likes
692

Hello!

Yes I would like to have details about the the real cause of the message!

Regards

sas

Read only

0 Likes
692

Hi,

This is the cause of the error

NA C$162

____________________________________________________

Short Text

Some of the selected &1 are being processed

Diagnosis

You attempted to process some that are being processed by another user.

System Response

The system is unable to process these .

Procedure

Try again later.

Ensure that you are not processing these yourself in a different session.

Hope this helps u,

Sri

Read only

0 Likes
692

It might occur because a lock has failed or is already in use ..

(lockfail, already in use)

Read only

Former Member
0 Likes
692

Srinivas!

Can you do me a fovour and describe it more detailed. What you mean with lock has failed .

Regards

Erdem Sas

Read only

0 Likes
692

Hi Erdem,

Inorder to maintain data integrity Locks are maintained for database tables. These locks prevent multiple users from accessing a database table at the same time. If a user is already using (or modifying ) a table a lock is applied on that table which prevents another user from accessing the table at the same point of time. In your case it might be that already some one is already using the same table or the Lock must have failed and preventing you from accessing the data even if it is not in use.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Mar 4, 2008 2:43 PM