ROT Registration requires 'DCOM Server Process Launcher'

Interesting titbit I found yesterday after a two-hour troubleshooting session with a customer. One of our application components registers itself in the ROT so that it can be accessed by other application processes. In this particular instance, the ROT registration step fails with the usual cryptic error message "The system cannot find the file specified".
As it turned out, the user had the 'DCOM Server Process Launcher' service disabled.

More details here.

Thanks, Ken, for providing the diagnostics.

2 comments:

Gavin Terrill said...

Ouch. Nasty.

I wonder if there is a way to check if the service is disabled? That way you could at least provide a more meaningful message.

Thanh Hai Tran said...

I updated our app to simply check for Automation Error code 0x80070002, and display a message that suggests the disabled service being one possible cause.