Current PROD Product Stack:
---------------------------------------------
Content Server 7.1 (Linux 64 bit)
Process Engine - xCP 2.1 patch 9
Process Builder - 6.7 SP2
Web Apps - Taskspace 6.7 Sp2 Patch21 & D2 4.2 Patch 16
Used below API script to dump all the active sessions.
apply,c,NULL,LIST_SESSIONS
next,c,q0
dump,c,q0
It gives details of some active session, client_host=content sever host,
user_authentication = "Password"
client_lib_ver = "6.7.2000.0038"
I need to find out what is using this session(could be job, WF method or anything else) and how it has "6.7 lib", where as content sever is on 7.1
Thank you for any pointers.
Arindam