R
Roy Ellis
Guest
Hi Tony, the most common way to figure out which users is connected to which AppServer agent is to have the user log into the AppServer (using the srvrConnectProc or srvrActivateProc). Then scan the *.server.log file for the users name. Other than that, you might be able to use the "asbman -listclients" to get a summary of the clients connected and then use the "asbman -clientdetail (connHdl)" to get detailed information about a specific connection. Roy
Continue reading...
Continue reading...