cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Shared memory error with jcmon

Former Member
0 Likes
4,611

When I attempt to launch jcmon.bat and access local administration, I get the following error:

ERROR => Can't attach to administration shared memory (rc=3) [jcmonxx.c 219]

Any ideas? I'm pretty sure that server0 is not running, but since I can't log into the Visual Administrator or jcmon I don't know for sure.

Thanks in advance!

View Entire Topic
Former Member
0 Likes

Perform the following steps with sidadm user

    1. stopsap all

    2. cleanipc <inst.no> remove (if double stack do it for both abap instance number and java instane number).

    3. startsap all

hope this helps you.

Thanks

Narsing

Former Member
0 Likes

this issue is easy to resolve.

check which profile is used and cleanup with "-c" of jcontrol:

jcontrol pf=/sapmnt/<sid>/profile/<sid>_JC<no>_<server> -c

Best regards

Michael

former_member198540
Participant
0 Likes

THIS IS THE CORRECT ANSWER!!!

THNXZ !!! AND REGARDS!