Hi,
I've got an activeX EXE (named as 'myProcess.exe') who I want to run
under this user: ADMIN_B (administrator)
For the test, I am running winXP with the user: ADMIN_A (admin.) and
call 'myProcess.exe' with a 'Standard EXE'.
I gave ADMIN_A launch/Access permissions on myProcess.exe using
dcomcnfg
If I change the 'identity' of my myProcess.exe to be running as
ADMIN_B, this cause 'PERMISSION DENIED' when ADMIN_A is calling it!
myProcess.exe is running on the 'windows task manager' using ADMIN_B
but, ADMIN_A is unable to access his functions!
I try setting the Authentification level to: connect / none. It
doesn't work.
I try the 'identity' to 'interactive user'. Still doesn't work.
His someone know how to solve this problem?
Thanks!
Sebastian.
Archived from group: microsoft>public>vb>ole>servers