Terminal services licenses
-
I just finished a new feature for a web application and need to upload it to the test/staging server. I can't log in with RDP, because the terminal server has exceeded the maximum number of allowed connections. It's so frustrating. :mad: Know any good alternatives for scenarios where multiple people need to access the same remote server at the same time? I am not sure if VNC would work, I only ever used it as a single user.
-
I just finished a new feature for a web application and need to upload it to the test/staging server. I can't log in with RDP, because the terminal server has exceeded the maximum number of allowed connections. It's so frustrating. :mad: Know any good alternatives for scenarios where multiple people need to access the same remote server at the same time? I am not sure if VNC would work, I only ever used it as a single user.
Find out who is logged in. Report him for wasting X amount of your time, get your superiors to let him do it.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x)) -
I just finished a new feature for a web application and need to upload it to the test/staging server. I can't log in with RDP, because the terminal server has exceeded the maximum number of allowed connections. It's so frustrating. :mad: Know any good alternatives for scenarios where multiple people need to access the same remote server at the same time? I am not sure if VNC would work, I only ever used it as a single user.
Check this out http://technobuff.wordpress.com/2008/07/09/the-terminal-server-has-exceeded-the-maximum-number-of-allowed-connections/[^] There is a command prompt option to kick the truant user off the system.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William Shakespeare -
Check this out http://technobuff.wordpress.com/2008/07/09/the-terminal-server-has-exceeded-the-maximum-number-of-allowed-connections/[^] There is a command prompt option to kick the truant user off the system.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
All the world's a stage, And all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts... --William ShakespeareInteresting, though I'd prefer not to do that. :) For now we decided that I'll get a VNC so that gives us an extra connection in case RDP does not work.