pro_vb thread: Win98 with Novell network permission denied error when subscribe to COM event from Win2k server
Hi All!
I have COM+ Server Application and ActiveX client libraries.
When I'm trying to subscribe to the Server event and also when passing
ByRef object that are hosted on the client side to the server component
method, I've "Permission Denied" or authomation error messages.
I have Win2k server without Novell Network Client and Win98 workstations
that are clients for Novell Network.
Win2k server have all users that are on novell network, with the same
passwords.
Server COM+ components are launching as ServerUser user. Clients launching
as ClientUser. Both, and ServerUser and ClientUser, can login to the
Server and to the Workstation.
Authentification and impersonation levels for all the client and server
components are Connect and Identify (RPC_C_AUTHN_LEVEL_CONNECT and
RPC_C_TMP_LEVEL_IDENTIFY).
ClientUser and ServerUser have access and launch permissions for all
ActiveX objects.
I have COM+ Server Application and ActiveX client libraries.
When I'm trying to subscribe to the Server event and also when passing
ByRef object that are hosted on the client side to the server component
method, I've "Permission Denied" or authomation error messages.
I have Win2k server without Novell Network Client and Win98 workstations
that are clients for Novell Network.
Win2k server have all users that are on novell network, with the same
passwords.
Server COM+ components are launching as ServerUser user. Clients launching
as ClientUser. Both, and ServerUser and ClientUser, can login to the
Server and to the Workstation.
Authentification and impersonation levels for all the client and server
components are Connect and Identify (RPC_C_AUTHN_LEVEL_CONNECT and
RPC_C_TMP_LEVEL_IDENTIFY).
ClientUser and ServerUser have access and launch permissions for all
ActiveX objects.
Client can create objects on server machine and server can create objects
on client machine.
Thanks.