Kill Users

I try to find a way to stop, kill, etc. users process in Adabas D. is there any way to do this ?
Adabas D 13. Win2003 server.

Hello,

excuse me but this is a forum for adabas C (adabas open systems). I can nothing say to adabas D.

regards Kaffenberger

Sorry, but didn’t you want to open up a ADABAS D forum in case of “sufficient interest”?
See: http://adabas.forums.softwareag.com/viewtopic.php?t=742

An Adabas D forum is now available, this thread has been moved there.

use the command line tool “x_cons.exe”

1.) get the user process id you want to kill
select user, process from transactions

→ for instance result looks like:
user|process

user|9
2.) x_cons dbase kill 9

Jejeje, thaks for the help, it function nice.