Change Auditor Coordinator Configuration takes long time to open
Change Auditor Coordinator Configuration sometimes might take long time to open, and this is by design as the Coordinator needs to locate a GC for its Service connection points which include the SQL server (repository) and will cycle through GC's until it can find one it can connect to. When calling the Coordinator Configuration it is using the Coordinator service which is running as Local System which then locates a GC which may at times be a remote or unavailable GC it has to cycle through until it finds an available GC to read that information. So that is why it took so long to open the Coordinator configuration as it had to cycle through these unavailable GC's to get the Repository SCP. The way around it was to use a GC that is local and available.