How do I find a specific user/engine combination in RTC?
Accepted answer
There are two URL links that will download a dump file of all the build engines and build definitions. The links are as follows:
For definitions:
<CCM server>/resource/virtual/build/definitions?_prettyPrint=true
For engines:
<CCM server>/resource/virtual/build/engines?_prettyPrint=true
You can then search the dump files for the out of date user, server, or whatever criteria you need to find. You can then find the corresponding engine or definition and fix it.