Re: Terminal Services RDP-TCP Listener not found
- From: "benxxv via WinServerKB.com" <u30064@uwe>
- Date: Sun, 10 Dec 2006 03:13:38 GMT
Aadded the users to Remote Desktop Users group still i get the error message
stating,
Logon Message
To log on to this remote computer, you must be granted the Allow log on
through TErminal SErvices right. By detault, members of the REmote Desktop
Users group have this right. If you are not a mmember of the REmote Desktop
Users group or another group that has this right, or if the Remote Desktop
User group does not have this right, you must be granted this right manually.
OK
How do i make a regular user login into terminal services ? In my case unless
the user is added to Administrators Group, terminal server session is not
accepting the user to login.
When add the same user to Administrator group, terminal server session is
starting fine.
Vera Noest [MVP] wrote:
From http://ts.veranoest.net/ts_faq.htm
Q. My session doesn't logoff when I quit my starting or published
application
A. If you define a Starting application, either in Terminal
Services Configuration, a GPO or in your RDP client, your session
should be automatically logged off when you quit the application.
Sometimes, this doesn't happen and you are left with a session
which only shows the desktop background, without the possibility to
log off the session manually. The cause for this problem is a
process which is still running in your session, preventing it from
closing and logging off. The same can happen after quitting a
Citrix published application.
To solve the problem, open a second connection to the Terminal
Server and check in Task manager which process is keeping the
session from closing. Some anti-virus applications are known to
cause this behaviour.
If you can't avoid running the process, you can use a work-around
to log off your session.
Create a batch file, containing something like this:
cd <path_to_the_folder_containing_your_application>
start /wait <application_executable>
logoff
Now define this batch file as the starting application.
Or use the following vb script to launch your application, and
define the vb script as the starting application.
Dim objWshShell, objExec, strAppExe
strAppExe = "<path_to_the_folder_containing_your_application>
\<application_executable>"
Set objWshShell = CreateObject("WScript.Shell")
Set objExec = objWshShell.Exec(strAppExe)
Do While objExec.Status = 0
WScript.Sleep 500
Loop
Set objExec = objWshSHell.Exec("logoff")
For a different solution to the problem, and a list of known
processes which cause this behaviour, check:
CTX891671 - Graceful Logoff from a Published Application Keeps
Sessions in Active State
http://support.citrix.com/article/CTX891671
_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
___ please respond in newsgroup, NOT by private email ___
"benxxv via WinServerKB.com" <u30064@uwe> wrote on 09 dec 2006 in
microsoft.public.windows.terminal_services:
Thankyou.[quoted text clipped - 4 lines]
Please suggest what settings i need to make.
--
Message posted via WinServerKB.com
http://www.winserverkb.com/Uwe/Forums.aspx/windows-ts/200612/1
.
- Follow-Ups:
- Re: Terminal Services RDP-TCP Listener not found
- From: Vera Noest [MVP]
- Re: Terminal Services RDP-TCP Listener not found
- References:
- Terminal Services RDP-TCP Listener not found
- From: benxxv
- Re: Terminal Services RDP-TCP Listener not found
- From: Rob Leitman [MS]
- Re: Terminal Services RDP-TCP Listener not found
- From: benxxv
- Re: Terminal Services RDP-TCP Listener not found
- From: benxxv
- Re: Terminal Services RDP-TCP Listener not found
- From: Rob Leitman [MS]
- Re: Terminal Services RDP-TCP Listener not found
- From: benxxv
- Re: Terminal Services RDP-TCP Listener not found
- From: benxxv via WinServerKB.com
- Re: Terminal Services RDP-TCP Listener not found
- From: Vera Noest [MVP]
- Terminal Services RDP-TCP Listener not found
- Prev by Date: Re: Help with Remote Desktop, Terminal Services
- Next by Date: Re: 120 days grace period or purchased licenses ?
- Previous by thread: Re: Terminal Services RDP-TCP Listener not found
- Next by thread: Re: Terminal Services RDP-TCP Listener not found
- Index(es):
Relevant Pages
|