Page 1 of 1

Access is denied, ProgID: "RoboTask.App"

Posted: Mon Mar 25, 2024 3:37 pm
by Chris12252
Hello,

I try to change th domaine of Robotask server and now I have :

Access is denied, ProgID: "RoboTask.App"
Failed execute 'ExecAction with exception: Access is denied, ProgID: "RoboTask.App"' (C:\Program Files\RoboTask\Plugins\ScriptTools\ScriptTools.rtp)

User who run Robotask have admin right.

Any Idea ?

Issue with the registration code ? Is there domain server name ?

Thanks for your help

Re: Access is denied, ProgID: "RoboTask.App"

Posted: Mon Mar 25, 2024 5:56 pm
by Chris12252
Ok I think it's an issue with the useris running Robotask's Service and some option Automation / Interaction service detection.

I make a back to previous domain, and it works (after lot of try).

I retry to change domain in a few days

Re: Access is denied, ProgID: "RoboTask.App"

Posted: Fri Mar 29, 2024 9:04 am
by Oleg
Maybe you need to re-register COM-object of RoboTask.
The command line are:
to register COM object

Code: Select all

robotask.exe /REGSERVER 
To remove COM object from system

Code: Select all

robotask.exe /UNREGSERVER

But please note that these command lines require administrative privileges

Or you can simply reinstall RoboTask. The installation program will perform the necessary registrations.