I have problem with DCOM componets.
In normal case components works fine, but in this case I need to make DCOM connection from Domain which represents the client to Workgroup which represents the server.
Can you say is this even possible to make this way DCOM connection ?
I have no code for server (yet), but to client I have and it is done by c#. I can login to machine but in Impersonation state I get the following error code:
80070005 General access denied or
800706ba the rpc server is unavailable
Any ideas for this problem?
Another way to resolve this could be create own DCOM component to our domain server, but there is very much work to do with it until it work.
In normal case components works fine, but in this case I need to make DCOM connection from Domain which represents the client to Workgroup which represents the server.
Can you say is this even possible to make this way DCOM connection ?
I have no code for server (yet), but to client I have and it is done by c#. I can login to machine but in Impersonation state I get the following error code:
80070005 General access denied or
800706ba the rpc server is unavailable
Any ideas for this problem?
Another way to resolve this could be create own DCOM component to our domain server, but there is very much work to do with it until it work.