Remote Desktop Service is currently busy Windows 7

On connecting, user receives "Remote Desktop Service is currently busy" message

  • Article
  • 12/23/2021
  • 2 minutes to read
  • 4 contributors

Is this page helpful?

Yes No

Any additional feedback?

Feedback will be sent to Microsoft: By pressing the submit button, your feedback will be used to improve Microsoft products and services. Privacy policy.

Submit

Thank you.

In this article

To determine an appropriate response to this issue, see the following:

  • Does the Remote Desktop Services service becomes unresponsive [for example, the remote desktop client appears to "hang" at the Welcome screen].
    • If the service becomes unresponsive, see RDSH server memory issue.
    • If the client appears to be interacting with the service normally, continue to the next step.
  • If one or more users disconnect their remote desktop sessions, can users connect again?
    • If the service continues to deny connections no matter how many users disconnect their sessions, see RD listener issue.
    • If the service begins accepting connections again after a number of users have disconnected their sessions, check the connection limit policy.

What causes the error remote desktop services is currently busy?

Sometimes users cannot connect to RDS Windows Server using the built-in RDP client [mstsc.exe] with the following error:

It will show all users and their remote sessions on the RDS host. There are 3 columns we need in the output: SESSIONNAME, USERNAME and ID. Find the [4] user and the corresponding ID, in this example it isID 2. We must to kill the csrss.exe process that is working in this session, but we’ll have to find it first;
  • Display the list of running process in the session ID you received earlier:query process /id 2
    Find the csrss.exe process [check the IMAGE column] and its PID. In my case, the PID is5140. You need to kill this process.
  • Check it in the Task Manager. Open the Task Manager, go to the Details tab and find the PID and the process from the previous step.
    If the PID you need corresponds to the csrss.exe process, kill the process by clicking End task in the context menu or by entering the following command in the command prompt:taskkill /F /PID 5140
  • Do it for each [4] user if there are some of them.

    9 Replies

    · · ·

    Pure Capsaicin

    OP

    DragonsRule

    This person is a verified professional.

    Verify your account to enable IT peers to see that you are a professional.

    Mar 30, 2020 at 14:20 UTC

    Microsoft Remote Desktop Services expert

    102 Best Answers

    340 Helpful Votes

    I've never run into that on my 2012R2 RDS Server.

    Could you be under [or over] provisioned? How much RAM is allocated? How many vCPU?

    3

    · · ·

    Mace

    OP

    Justin1250

    This person is a verified professional.

    Verify your account to enable IT peers to see that you are a professional.

    Mar 30, 2020 at 14:52 UTC

    Only time I've had this happen is a stale session where the user is still logged in but hung on like logging off.
    If you go into task manager and kill the users connection [force logoff] does it allow them to connect?

    Ending disconnected sessions rules usually help.

    Also are you fully patched? This hasn't happened in a long time with my farm. I'm also running 2012R2

    0

    · · ·

    Poblano

    OP

    DriekesHVD

    This person is a verified professional.

    Verify your account to enable IT peers to see that you are a professional.

    Mar 30, 2020 at 17:29 UTC

    From task manager I see "unknown" users. When I try "Sign off" nothing really happens.

    We are fully patched.

    At one time, today, I tried to RDP to an application. I got the notification as mentioned earlier in this thread, and then al of a sudden I was able to use the app via RDP. I mean, I did not try again but it looks like I got connection as a result of a previous request that was hanging.


    0

    · · ·

    Poblano

    OP

    DriekesHVD

    This person is a verified professional.

    Verify your account to enable IT peers to see that you are a professional.

    Mar 30, 2020 at 17:36 UTC

    This is a VM that is not under my control. In server manager I found this:

    This VM has many roles. DC,file,...

    I can however monitor the server for CPU,RAM, etc with an external tool. I checked this in the past and saw nothing out of the ordinary. I think.


    0

    · · ·

    Pure Capsaicin

    OP

    DragonsRule

    This person is a verified professional.

    Verify your account to enable IT peers to see that you are a professional.

    Mar 30, 2020 at 18:02 UTC

    Microsoft Remote Desktop Services expert

    102 Best Answers

    340 Helpful Votes

    8 gig of RAM? That seems very low for multiple users. I have more than that on my personal PC.

    Also, see if you can find out how many vCPU are assigned. If someone messed that up it could also be the problem.

    0

    · · ·

    Poblano

    OP

    DriekesHVD

    This person is a verified professional.

    Verify your account to enable IT peers to see that you are a professional.

    Mar 31, 2020 at 08:02 UTC

    Yeah, my PC has 16..

    The VM has 2 vCPU's. RAM or CPU or other metrics do not seem to max out. Never. Except at reboot.

    0

    · · ·

    Poblano

    OP

    Best Answer

    DriekesHVD

    This person is a verified professional.

    Verify your account to enable IT peers to see that you are a professional.

    Apr 7, 2020 at 06:57 UTC

    DriekesHVD wrote:

    Hi, new at RDP.

    We have an issue that occurs intermittent. I saw many posts about this issue, but nothing that lead us closer to a solution.

    Today, we had one user facing this notification . I restarted TERMSERVICE. That particular user was able to log in again and use the application, but then other users faced this notification, including myself.

    Can this be considered as a windows bug? Or could somebody shed his/her light [again] on this issue.

    To circumvent this, we reboot our 2012R2 VM nightly. I can give some more context if needed.

    Regards and take care.

    I found a workaround in this thread:

    //community.spiceworks.com/topic/2058276-rds-2016-4-disconnected-cant-log-it-off .

    Should I close this ticket [ the one I initiated] with status "No answer"? Or leave it open for now?

    0

    · · ·

    Pure Capsaicin

    OP

    DragonsRule

    This person is a verified professional.

    Verify your account to enable IT peers to see that you are a professional.

    Apr 7, 2020 at 10:54 UTC

    Microsoft Remote Desktop Services expert

    102 Best Answers

    340 Helpful Votes

    If you've solved the issue mark the post with the solution as Best Answer. That helps anyone else that may find this thread, so they can quickly see your solution. It doesn't matter if the post you mark is your own, the idea is to help future readers.

    0

    · · ·

    · · ·

    Sonora

    OP

    James5694 Aug 19, 2020 at 13:43 UTC

    I know this post is a few months old, but there is a much faster way to fix this. From a machine that can see the locked up server,

    Powershell

    Powershell this:

    Powershell

    Invoke-Command ServerNameHere -Credential [Get-Credential] -ScriptBlock {Get-Process winlogon | Stop-Process -Force}

    or use Enter-PSSession and stop the process that way.

    Edit note: this will log off all users

    2

    This topic has been locked by an administrator and is no longer open for commenting.

    To continue this discussion, please ask a new question.

    Video liên quan

    Bài Viết Liên Quan

    Toplist mới

    Bài mới nhất

    Chủ Đề