Re: TSP and COM, coCreateInstance failure
- From: cmbardon@xxxxxxxxxxxxxxxxxxxx
- Date: 5 Oct 2005 07:28:42 -0700
I'm actually running into a similar situation, except that I have the
added wrinkle of trying to invoke a COM object which is declared as a
singleton from a TSP. I've run into this problem before, and I think
it's security related.
The solution to the problem was to change the identity of both the
Service and the COM object to the same account (the service runs as
Local System and the COM server as the launching user by default).
Setting both of these identities to a common third account fixed my
problem with CoInitialize, which was otherwise returning ACCESSDENIED.
Of course, I'd rather not have to screw with the parameters on the
Telephony Service-is there another solution that you guys have found?
.
- Follow-Ups:
- Re: TSP and COM, coCreateInstance failure
- From: Matthias Moetje
- Re: TSP and COM, coCreateInstance failure
- Prev by Date: Re: Where is Repeater TSP?
- Next by Date: Re: Where is Repeater TSP?
- Previous by thread: Where is Repeater TSP?
- Next by thread: Re: TSP and COM, coCreateInstance failure
- Index(es):