Windows 2000 terminal services

G

Guest

I have a W2K server in admin mode that gets the following error every time
you try to RDP to it "because of a protocol error detected at the client
(code 0x1104)". I have reinstalled TS and the error remains.... any ideas?


thanks
 
S

S.J.Haribabu

Hello Eric,

Probably because TS needs port 3389, and sometimes on a server restart
Exchange is allocated that port before TS gets it. It might be OK the next
time you restart the server, might not. To prevent this from happening, the
following procedure.


Use regedt32 to add the Internet key and values as follows.


1. Add the Internet key under:



HKEY_LOCAL_MACHINE\Software\Microsoft\Rpc
2. Under the Internet key, add the values
"Ports" (MULTI_SZ)
"PortsInternetAvailable" (REG_SZ)
"UseInternetPorts" (REG_SZ).


Use ports 4000 through 5000 inclusive, so the new registry key appears as
follows:


Ports: REG_MULTI_SZ: 4000-5000
PortsInternetAvailable: REG_SZ: Y
UseInternetPorts: REG_SZ: Y


Note: Very important that no spaces appear in the REG_MULTI_SZ string
4000-5000 for the Ports entry. (make sure there is no <enter> at the end of
the line)


3. Restart the server.


While ports: settings are different in the following KB article, the process
is the same:


Q154596 HOWTO: Configure RPC Dynamic Port Allocation to Work w/ Firewall
http://support.microsoft.com/support/kb/Articles/q154/5/96.asp


Thanks,

(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 
G

Guest

Hi Eric,

In the admin mode goto
1. start
2. run
3.Type Regedit
4. goto find
5. Type Ms Licensing besure that the letters casesensitve is maintained.

Hope this may help you.....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top