TS client can't logoff

T

Tim

TS clients were operating fine until installation of
rdpclip utility (MSKB 309825). Now clients exit the TS
application and TS Client doesn't logoff. They show
disconnected in TS Manager, with one process running,
fxrdpclp. We have to perform a manual logoff within TS
Manager. This only occurs if utilize the start program
feature in the TS Client (which we've utilized for 2 years
successfully).
Has anyone else seen this issue w/ rdpclip utility/TS? Any
resolutions?

Tim
 
M

Matthew Harris [MVP]

After you installed the RDPClip utility, did you also
install the RDPClip hotfix? Did you follow all the
instructions in 309825?

The reason your client isn't logging off automcatically is
because terminal services thinks you still have an active
process running.

A possible solution to this is to have your clients start
your program from a batch file. On your clients, have
them all point to a batch file, and have that batch file
call your program. You can force the batch file to wait
for your specific program to terminate, and then you can
have the batch file terminate the fxrdpclp program.

Something like this:
Start /wait program.exe
kill fxrdpclp.exe

-M
 
T

Tim

Matthew

Thanks for the input. I did apply the hotfix and follow
309825 exactly.

I tried the batch file approach as suggested, but there
are now additional processes running (csrss.exe) that
won't let the client logoff.

Tim
 
M

Matthew Harris [MVP]

Can you post an exact list of all processes running in the
session?

-M
 

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