Preventing Voluntary Disconnects

  • Thread starter Thread starter Paul Molina
  • Start date Start date
P

Paul Molina

I have some users who dissconnect and leave HUGE processes
running which is max'g out the cpu. I can't just log them
off because that would result in a dirty database. Is
there a practical way to force them to log off instead of
x'ing out and leving things running?
 
--------------------
Sender: "Paul Molina" <[email protected]>
Subject: Preventing Voluntary Disconnects
Date: Wed, 21 Apr 2004 06:38:11 -0700

I have some users who dissconnect and leave HUGE processes
running which is max'g out the cpu. I can't just log them
off because that would result in a dirty database. Is
there a practical way to force them to log off instead of
x'ing out and leving things running?
---------------------

If you go to Terminal Services Configuration, you can alter the properties
of the RDP-Tcp connection:
- On the "Sessions" tab, select the checkbox for "Override users
settings" and set the option to "End a disconnected session" for the
required time after a session disconnect


--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Thanks for the reply Jason!

The thorny thing is that when they disconnect and then the
session times out and is ended the database everyone is
using gets corrupted. I'm hoping to pervent them from
manually disconnecting. Of course there is nothing I can
do if they just flame off the pc or dissconnect the
network session.
 
--------------------
Content-Class: urn:content-classes:message
From: <[email protected]>
Sender: <[email protected]>
References: <[email protected]>
Subject: RE: Preventing Voluntary Disconnects
Date: Wed, 21 Apr 2004 13:39:18 -0700

Thanks for the reply Jason!

The thorny thing is that when they disconnect and then the
session times out and is ended the database everyone is
using gets corrupted. I'm hoping to pervent them from
manually disconnecting. Of course there is nothing I can
do if they just flame off the pc or dissconnect the
network session.
-----------------------

Oh.... I see what you're saying.
I think that your only bet then is to get control of their session and
logoff of it manually:
Q320191 HOW TO: Use the SHADOW Command to Remotely Monitor an Active
Session....
Q292190: How to Shadow a Terminal Server Session Without Prompt for
Approval


--
~~ JASON HALL ~~
~ Performance Support Specialist,
~ Microsoft Enterprise Platforms Support
~ This posting is provided "AS IS" with no warranties, and confers no
rights.
~ Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
~ Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Back
Top