Question : Windows 2008 Remote Desktop Services - This computer can't connect to the remote computer when there are more than 2 connections

Hi Experts,

I'm trying to set up a Windows 2008 R2 Remote Desktop Session Host.  I went through the install and it went OK.  I purchased licenses but haven't gotten the licenses yet.  So I set up License Manager and am using the Built-in TS per device CALS with unlimited CALS.  From my desktop I'm starting RDP sessions and can only do 2 at once, logging in as different users.  When I try and start another session I get a message that says "This computer can't connect to the remote computer"  I don't see anywhere there is a limit to 2 to any one IP address.  Can anyone provide any help?  Thank you.

Answer : Windows 2008 Remote Desktop Services - This computer can't connect to the remote computer when there are more than 2 connections

>>2.  It is highlighting every instance of the 'term' letters within the name, versus just those at the beginning of the first and last names which is what I desire.
OK, then use:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
success: function(data) {
						var re=new RegExp('^('+request.term+')(.*)','i');
						
						response($.map(data.users, function(item) {
							
							return {
								label: item.first_name.replace( re, "<strong class='hit'>$1</strong>$2") + " " + item.last_name.replace( re, "<strong class='hit'>$1</strong>$2"),
								value: item.first_name + " " + item.last_name,
								company: item.co_name
							}
						}))
					}
Random Solutions  
 
programming4us programming4us