K
kirannapit
Guest
I have a scenario below. Have COM legacy application which we use for automation of batch. This COM is an exe running in mixed mode having VC++ and .Net code exposing general methods for automation.
I have setup Components and services (dcom config) security for this COM component to have lauched using This user (its service account) and under security provided full access to all security customize buttons to this user and another user who would be actually running this batch(batch user) from another machine.
But when batch user tries to createobject, it gives permission denied error, even on this same machine.
This batch user and current COM launching user (service account) are having ADMINS rights, any other thing I need to check ?. The requirement is to have same above batch user running COM API's for batch and not service account.
regards
kirann
Continue reading...
I have setup Components and services (dcom config) security for this COM component to have lauched using This user (its service account) and under security provided full access to all security customize buttons to this user and another user who would be actually running this batch(batch user) from another machine.
But when batch user tries to createobject, it gives permission denied error, even on this same machine.
This batch user and current COM launching user (service account) are having ADMINS rights, any other thing I need to check ?. The requirement is to have same above batch user running COM API's for batch and not service account.
regards
kirann
Continue reading...