Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

EM12c R5 - "Top Activity" disabled to a new administrator

Alan HomobonoAug 7 2017 — edited Aug 17 2017

How can I enable the "Top Activity" option to a new administrator, even having granted the "Connect Target" privilege on a specific pluggable database? That option stays always greyed out (disabled).

Comments

843811
Some more details for this.

javax.net.debug=ssl

shows that the client creates a session for the first call which is cached.
For the second call the client tries to use the cached session but at the handshake stage the mentioned exception occurs.

The server which is a Python using ZSI Web Service logs this message:
"Request handling error: session id context uninitialized".

Any help is very apprechiated

Manfred
843811
Ok. I thought of something like this.

The problem was with the session handling on the server side.
Thought it woekd from Python to Python and from kSOAP to Python so it was more near to guess a problem on the Java side.


Thanks anyway.

Manfred
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 14 2017
Added on Aug 7 2017
15 comments
466 views