Question Nezla · Feb 29, 2024 List of workstations #Ensemble Hi Guys, How to get a list of workstations (machines) connected to the Server? Thanks Product version: Ensemble 2018.1
Luis Angel Pére... · Mar 1, 2024 I think that you need to check the connections to the port of the Server, take a look to this web: https://mkyong.com/linux/list-all-ip-addresses-connected-to-your-server/
Robert Cemper · Mar 1, 2024 Namespace %SYS class SYS.Process is your friend SELECT * FROM SYS.PROCESS in your case : select CurrentDevice from SYS.Process group by CurrentDeviceSQLSQL CurrentDevice //./NUL |TCP|1972 |TCP|1972|7868 |TCP|1972|7104 |TCP|1972|19332 |TCP|1972|9316 |TCP|1972|12932 |TCP|1972|17224 |TCP|1972|8096 10 row(s) affected . for more details select Pid,CurrentDevice,ClientNodeName,ClientIPAddress from SYS.Process SQLSQL USER>w $ZVCache for Windows (x86-64) 2018.1.7
I think that you need to check the connections to the port of the Server, take a look to this web:
https://mkyong.com/linux/list-all-ip-addresses-connected-to-your-server/
select CurrentDevice from SYS.Process group by CurrentDevice
select Pid,CurrentDevice,ClientNodeName,ClientIPAddress from SYS.Process
USER>w $ZV
Cache for Windows (x86-64) 2018.1.7