JSI Tip 10067. When you add a Windows Server 2003 session directory server to a Windows NT 4.0 domain, the Terminal Services Session Directory services on the session directory server does not work?
January 17, 2006
When you perform the subject action, the Terminal Services Session Directory service DOES NOT keep track of sessions on terminal servers and DOES NOT reconnect users to existing sessions.
When you attempt to add a terminal server to the Session Directory Computers local group, you receive:
Information returned from the object picker for object
This behavior occurs because the Windows Server 2003 Terminal Services Session Directory service requires that all terminal servers that use the Session Directory service must be added to the Session Directory Computers local group, but you cannot add computer accounts to groups in Windows NT 4.0.
To resolve this issue:
1. Download and install Windows Server 2003 Service Pack 1 (SP1).
2. Open a CMD.EXE Window on the Windows Server 2003 SP1 session directory server.
3. Type the following command and press Enter:
REG ADD "HKLMSystemCurrentControlSetServicesTSSDISParameters" /V SDOnNT4Domain / T REG_DWORD /F /D 1
4. Shutdown and restart the Windows Server 2003 SP1 computer.
About the Author
You May Also Like