I’ve installed Orchestrator on-premise successfully in a server. Everything seemed fine until I tried to connect a Robot.
The Robot List on Orchestrator shows me all the robots as available and connected, yet I cannot do anything with them since the robot app itself shows me it’s Unlicensed and showing me that “An Error has occurred”
I’ve checked the names of all my components and they all seem fine. Also, whenever I try to delete a robot form orchestrator, I also get the same error message.
The only aditional info I can give is that we’re using a self signed certificate, but we already made the procedures provided in the documentation (exporting the certificate and importing it in the robot machines).
Don’t worry it’s not an issue, In orchestrator in your machine connected to some user you just login that user account in your machine and check the robot tray.
I should not be needed, but did you see if while rebooting, the licensed got released and got used as soon as the robot got online, just to make sure it is properly connected and this will not be a license issue…
Hi @aaverza,
I know it might sound obvious but please check if you Studio and Robot (service) are running from same path and are pointing to exact same version of Studio/Robot. I see you are probably using Enterprise version but my experience with Community one tells me that sometimes during update the Robot service is not getting updated and when Studio is working with newer version Robot seems to run still previous and this provides to strange errors.
Could this problem be related to the database roles the user needs to function in orchestrator? With this particular install, we couldn’t use the db_owner role, so we had to use db_datareader, db_datawriter, db_ddladmin and the Execute permission. It’s the only difference I can see between this install and others.
Hi, what do you mean you couldnt use the roles needed for the install? I mean, if you choose to not follow the instructions, then you are bound to have problems
Generally when you see this generic error message in my experience, the issue is either with the IIS, Orchestrator, or SQL Server.
Given that you indicate you recently installed Orchestrator, can you provide what version you installed? And are you an Enterprise customer or are you trailing Orchestrator?
The reason I ask is because in your UiPath Robot screenshot, it is showing 2019.10.2 where the latest Platform 2019.10.5 includes:
Studio/Robot 19.10.4 (19.10.5 is also available)
Orchestrator 19.10.18
I am not aware of any version conflicts with an older robot being still in the major release, but something to consider.
To troubleshoot, you could try raising your log event levels in Orchestrator if it isn’t already capturing the errors. You’ll find this in the Web.config of the root of the Orchestrator installation path. I believe by default it is configured for minlevel="Info" and you’ll find the logs in Event Viewer > Windows Logs > Applications and a source type of Orchestrator.
In testing to see how Orchestrator behaves in my scenarios - “An error has occurred” most frequently popped up when read or write could not be made to the database, but no error log event indicated as such. Permissions, Invalid Credentials, Out of disk space, etc. (Take it with a grain of salt, when I initially was running the different scenarios this was against 2018.3.1 and in our upgrade to 2019.10.18, haven’t run through the same scenarios again to see if the messages have improved.)
Provide any details you can share about your environment and configuration and I’m sure the community can help you figure it out. If you are Enterprise customer you could reach out to Technical Support (I’m not sure but I believe the Trial is also covered under this)