Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
DCOM client is situated under WIN server 2012, DCOM server is located under WIN XP. When I call CoCreateInstanceEx it returns
0x80040155
"Interface not registered".
Actions that were already performed:
Register COM classes on the serverside via
MyApp.exe /regserver
Checked the registry (on server side) if the appropriate APPIDs and interface CLSIDs are there.
Configured DCOM on the server side via
DCOMCNFG
(based on this
link
)
Also enabled DCOM on the client side via
DCOMCNFG
Enabled DCOM event logging via
ActivationFailureLoggingLevel
and
CallFailureLoggingLevel
registry keys -> no errors found in event log.
Though I've performed above steps I still the 0x80040155 error code from CoCreateInstanceEx.
Is there a way to enable additional DCOM tracing on the server side, to get more information why 0x80040155 is returned?
Any additional hints to get rid of this problem?
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.