PASOE - Kill a session (ie. thread) and not the entire Agent

Posted by carl.williams on 24-May-2019 08:09

Situation Appservers and locks. We want to kill an appserver agent/session immediately if it has locked a record that is required by another appserver agent rather than waiting for the lockwaittimeout.

For Classic appserver we can get a userid from the _lock VST and then from the _connection get the PID. We can then kill the process to release the lock which works fine.

For PASOE where do we get the sessionID associated with the lock? How do we kill the session and not the entire agent with all it's sessions? Is it possible through tcman/pasman or only via the REST API?

Thanks.

All Replies

This thread is closed