Re: Terminal Services RDP-TCP Listener not found



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

.



Relevant Pages

  • Re: Cant see local network printer from Remote Desktop session over VPN
    ... Within the remote session, I can ping the network address of the local printer, and can even connect to its administrative "web" page, but I can't print to it. ... If I understand you correctly, you're using remote desktop to connect to a terminal server at the other end, but you're trying to print directly from the terminal server to the network printer at your end. ...
    (microsoft.public.win2000.networking)
  • Re: How hard is it to config Win2003 to serve a single app and offer users little else?
    ... session is initiated. ... from their RD Connection and then start up with the desktop and all? ... > You can configure your Terminal Server to start a specific ... >> dialed in to ts boxes using remote desktop, ...
    (microsoft.public.windows.terminal_services)
  • Re: Can not log into my terminal server - logon error
    ... If you are not a member of the Remote Desktop ... Users group or another group that has this right, ... I have my machine, my terminal server, and my server with active ... a domain user and a remote desktop user. ...
    (microsoft.public.windows.terminal_services)
  • Re: comparison between Remote Desktop Connection and pcAnywhere
    ... On top of that Terminal Server (or Remote Desktop for Administration) support multiple concurrent sessions on the same machine, whereas PCA only supports one-per-machine. ... Windows 2003 supports a connection to the console session (session ...
    (microsoft.public.windows.terminal_services)
  • Re: Can not log into my terminal server - logon error
    ... Microsoft MVP - Terminal Server ... If you are not a member of the Remote ... Users group or another group that has this right, or if remote desktop ...
    (microsoft.public.windows.terminal_services)