How to find which users are logged on from ESP Workload Automation Workstation?
Component: ESP WORKLOAD AUTOMATION Workstation
Release: 11.3
By default the information is stored in the ESP Workstation server trace. ESP Workstation will try to communicate with the Workstation server every 10 minutes. This is defined in the InitConnection.txt file on ESP Workstation.
Turn on the Workstation trace and let it run for 10 minutes, then check every RUTHERE for the user ID. In the example below, the user ID is 'USERX':
USERX CTOKEN(#######) SUBSYS(###########) RUTHERE
USERX CTOKEN(#######) SUBSYS(###########) 01 000000 ESPWSS4520I IAMHERE
USERX CTOKEN(#######) SUBSYS(###########) 09 800000 ESPWSS000 -->
USERX CTOKEN(#######) SUBSYS(###########) 99 000000
To start the Workstation trace:
/F wss_stc,WSSCTL SET TRACE SYSOUT(X)
/F wss_stc,WSSCTL START TRACE
(replace wss_stc with your ESP Workstation server started task name.)
To stop the Workstation trace: /F wss_stc,WSSCTL STOP TRACE