Wednesday, June 20, 2012

The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset or delete operation.

I get this one regularly at work now when one of servers crash. It seems that their logon session remains connected and won't reset. There are plenty of solutions out there, but none worked for me until I found this one - so simple!
Run command prompt on the relevant server the user is having an issue with, and use the 'query process winlogon.exe'
This will show you all the winlogon processes on the server.
Find the one process without a SESSIONNAME (i.e. the only blank entry).
Make a note of the PID associated with that process.
Run Task Manager and click View menu > Select Columns... and choose PID (at the very top).
Now you can sort the list by PID number and find the winlogon process with the PID you are looking for.
Kill the winlogon process and Hey Presto, the user can now log in!

Hope this helps, took me a while to find!

6 comments:

  1. Hello -- I followed the steps outlined in your posting, and they worked great. Thanks for posting this.

    ReplyDelete
  2. thanks for sharing, it worked for me too :)

    ReplyDelete
  3. Worked a treat!!!

    tried many other but all failed

    Thanks

    ReplyDelete
  4. Will it not reboot the server ?

    ReplyDelete
  5. No, it won't reboot the server - just kill off the service that is hanging. Everything will continue to operate and you will be able to log on successfully.

    ReplyDelete