Hi, I am new to Windows Media Server, I tried to create remote server object
to control my remote WMS, but failed, the return code is E_ACCESSDENIED.
I enabled everything on WMS to make sure it is not its problem, but it
cound't help.
I searched and found it is probably the error setting on DCOM Security. I
really tried to provide "Everyone" and "Guest" all the permissions, but still
not work.
I would very appreciate if anyone can help me to slove it.
i don't care of the security at this time, so the easier the solution is,
the more I would appreciate.
Vladimir Polischuk - 02 Apr 2008 13:51 GMT
There are many reasons why a call to remote COM object can return
E_ACCESSDENIED or fail. One of them is that the client-side security was not
properly initialized. You need to call CoInitializeSecurity to set the
default security values for the process. See the Platform SDK documentation
(and samples) for more details.
Regards,
Vladimir V. Polischuk
www.voynex.com - custom software development,
solutions for Windows Media (pay-per-minute billing,
streaming content protection, access control)
> Hi, I am new to Windows Media Server, I tried to create remote server
> object
[quoted text clipped - 10 lines]
> i don't care of the security at this time, so the easier the solution is,
> the more I would appreciate.