Hi Dojo,
Is it possible to restrict on a Windows PC the number of DM Cube sessions running simultaneously? We would like to build a restriction on a terminal server to avoid too many sessions opened.
Thanks!
Hi Daniel,
If you want to limit the amount of Cube sessions on a Windows machine, then to me this means you would want to limit the number of concurrent processes of executable "DataMinerCube.exe".
A possible approach you can consider is to configure a Group policy. Group Policy enforces restrictions on process creation. You can create a custom Group Policy Object (GPO) that limits the number of processes (DataMinerCube.exe).
Another approach would be to create a Windows Scheduled task which executes a powershell/batch script and scans + terminates cube sessions.
Do please inform/involve/consult with your IT team first.
Hope this will help you further!
Thanks Matthias! That was helpful!
Regards!