I have an application that uses a DCOM component to get data from remote machines. A client is getting strange behavior when using this app on Windows Server 2012. The first 12 users to connect via RDP can use the app just fine but the 13th user is not able to connect to the remote machines: "DCOM got error 2147500058 from the computer XXX when attempting to activate the server". The exception logged by my app reports "RPC server unavailable". There is no firewall to contend with, and it is not specific to any remote machine. It appears to be strictly based on the number of users running the app. If one of the original 12 logs off, the (originally) 13th one can then connect just fine. There also does not appear to be a problem with memory or CPU usage.
Does anyone have a clue for what I should look for? This is kind of outside my knowledge base and I'm not really sure what I can even look for at this point.
Thanks in advance, Dennis