- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Re: maximum allowded connections
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2009 12:56 AM
08-03-2009 12:56 AM
maximum allowded connections
i am having few windows 2003 servers, many time i am facing problem when other people are login in these servers, it allow only two - three connection at a time,
i am getting this msg.
"the terminal service has exeeded the maxium no of allowed connections"
anybody advice how i can increase remote connection for windows 2003 is there any way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2009 03:08 AM
08-03-2009 03:08 AM
Re: maximum allowded connections
You can install terminal server mode on windows 2003 server in order to use unlimited concurrent connections
But you need CAL licenses for terminal server mode
http://support.microsoft.com/kb/814590
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2009 03:13 AM
08-03-2009 03:13 AM
Re: maximum allowded connections
(start mstsc with the /console switch)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2009 11:56 AM
08-03-2009 11:56 AM
Re: maximum allowded connections
its very simple, if you leave the console logout, or computer management ==> remote computer connect and logout, or set auto logout time.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2009 12:19 PM
08-03-2009 12:19 PM
Re: maximum allowded connections
Other posters are correct, you can connect two non-console sessions and one console session all concurrently, for a total of 3.
To prevent connections from staying active after a user has broken it, change the properties of connections via the Terminal Services Manager in the Administrative Tools part of Control Panel.
To get more than 3, install Terminal Services - Terminal Server mode. Check here for license requirements:
http://www.microsoft.com/windowsserver2003/howtobuy/licensing/ts2003.mspx
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2009 12:14 AM
08-04-2009 12:14 AM
Re: maximum allowded connections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2009 11:19 PM
09-01-2009 11:19 PM
Re: maximum allowded connections
you can use at run
mstsc /v: Servername /console
to login forcefully.
Good Luck