Displaying 1 result from an estimated 1 matches for "clsmanag".
Did you mean:
clsmanager
2013 May 02
1
named pipe, dcom and samba4
...d everything works perfectly except one
old software that uses Windows named pipes and DCOM for client-server
communication.
When trying to access the DCOM server the software fails. The failure
can be easily reproduced with a simple vbscript call.
dim vl
set vl = CreateObject("ManagerMax.clsmanager","magnus")
this call gives me the following windows error code : 80070721
There is a blog post
(http://blogs.msdn.com/b/distributedservices/archive/2009/07/20/activation-of-a-com-component-fails-on-windows-server-2008-with-the-error-80070721.aspx)
suggesting to create SPN for t...