RPC Server too busy?

WTF I am trying to apply attributes and I get this message saying the RPC Server is too busy to complete the operation. But the server has nothing to do except be PDC (Primary Domain Controller) and serve files.

Windows Networking 2246 This topic was started by ,



data/avatar/default/avatar03.webp

467 Posts
Location -
Joined 2001-06-27
WTF I am trying to apply attributes and I get this message saying the RPC Server is too busy to complete the operation. But the server has nothing to do except be PDC (Primary Domain Controller) and serve files...
 
What is the problem here it is very frustrating?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar20.webp

7 Posts
Location -
Joined 2001-10-30
The easiest way to check your RPC activity is with Perf Mon. Open a perf mon session for that machine and monitor your individual processes and check which one is using the most resource. Once you've isolated your thread using the most resources, check how many Virtual Bytes the process is trying to use. This would usually be an app trying to do a remote operation. Should the virtual bytes be large, it indicates that that's the amount of resources it's trying to use (Virtual Bytes that is). You have to execute perf mon on the machine as RPC will not allow another connection if it claims to be too busy!