Hi Dojo,
what is the best way to find a stuck service in a cluster? We are deleting for example 30 services, afterwards we are creating the same 30 services again (with different details, but the name is the same). Most of the time it's working perfectly, but sometimes services can't be created because the name is still in use in DMS.
"Error creating service: The name is already used by another object in the DMS."
How can I find these services and "clean" it?
Hello Stefan,
You could run the following script to identify which DMA's didn't handle/receive/processe the service delete properly:
Regards,
Davy


If the services are stuck in the RemoteServices folder and the host DMA has them removed the best way to fix them is to stop that DMA that has the RemoteServices then move the folder containing the service.xml to e.g. a backup location (in case you removed the wrong one) and then start the DMA again.
Hello Davy,
good hint with the script, forgot to use it. But after running it I see one server has a lot of services as "Missing services" even they had been deleted. How to fix it?