HELLBRINGER 0 Posted October 23, 2001 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? Share this post Link to post
Ivor007 0 Posted October 30, 2001 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! Share this post Link to post