recently we have faced issue to run automations with excel automation activities parallelly from 2 different users /accounts.
our setup - we have total 4 admin users/accounts and we have named user enterprise studio licenses and we run automations from all 4 acounts.(mostly parallelly)
we faced issue as mentioned to run excel automations Example 1- account 1 running excel automation with classic activities and account 2 running automation with classic activities
result - running properly as i have made recently changes to add kill process and in properties of kill i have selected to kill for curent user.
Example 2 - account 1 running excel automation with modern activities and account 2 running automation with classic activities
result - either one of failing and showing The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
please update me how to kill process for excel only for current user if i am using modern excel activities so i guess isue will get resolve.(because it is closing excel for other account as well so automation running on another user stopping and giving The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) error )
what configuration i need to do may be in excel process scope properties or some where else?
help me on same , as we are facing this issue fro last week and need to solve urgently.
if i ahve 4 admin account then force kill option will kill excel only for current user?
or for all users?
if for all users then automation running on another acount with excel activities will give rcp server error or stop.
If you want to Kill the “EXCEL” process only for the current user in order to not have the error The RPC server is unavailable. (Exception from HRESULT: 0x800706BA), use the Kill Process activity from UiPath.System.Activities package.
In this case, do not use the Force kill option under the Excel Process Scope activity.
Under the Applies To, select KillProcessApplyOn.OnlyCurrentUser
i have checked i have same configuration, but still facing issue.
when i start automation with old classic activitirs from user 1 and consider after 2 mins if i start another automation with modern activities from user 2 then at that point automation started on user 1 shows error or stops
some scripts are with old activities and those are huge scipt , it is unable to change or modify to new excel activities.
what will be the solution for this and if no force kill is there then how excel activities are not working parallelly from 2 users?