Unable to connect to Unattended Robot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2023 11:54 AM
I'm trying to make an unattended robot connection to our development instance, but I keep getting the following error message. I'm using basic authentication. I have follow the same steps that were shown in the RPA training course, in which I was able to successfully make a connection to the training instance, but can't do the same on my company's dev instance. I tried the same process within our test instance and same issue. We do not yet have this process setup Prod, so no testing there. Does anyone know what could be causing this problem? Also I'm able to connect from within studio to the instance just fine.
- 2,383 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 05:16 AM
Go to the user's table, locate the account you are using to connect to the unattended robot and perform a password reset for that account. In my case, when a password is reset, it is a temp password, so I have to follow up with a login attempt in to the instance, to update the temp password to a permanent password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 05:51 AM
This is not working for me. So i tried to deactivate SSO for a moment and the issue is not resolved anyway.
They told me that could some issue with the network connectivity/ firewall.
What is the right way to configure, besides open the firewall to servicenow instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 01:25 AM
What you mean by 'password reset within ServiceNow instance'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 06:21 AM
Please make use of the local user account created in ServiceNow and give all the necessary RPA roles which start with sn_rpa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 11:49 PM
To enable the "robot" role to connect to an unattended robot and set the authentication property to "Basic" in the ServiceNow Robotic Process Automation (RPA) module, you can follow these steps:
- Log in to your ServiceNow instance.
- Navigate to the properties (Robotic Process Automation > Administration > Properties)
- Modify the value of the property to "Basic." This change enables basic authentication for robot instance connections.
- Save the changes to the property.
Next, you need to assign the "robot" role to the user who will connect to the unattended robot. Here's how you can do it:
- Search for the user to whom you want to assign the "robot" role.
- Open the user's record to edit it.
- Look for the "Roles" section or tab.
- Click on Edit
- Add the "robot" role to the user's roles.
Save the changes to the user's record.
By assigning the "robot" role to the user and authentication property to "Basic," you should now be able to connect to the unattended robot.
It's important to note that the specific steps and interface may vary depending on the version of ServiceNow RPA and the customized configuration of your instance. Therefore, it's recommended to consult the official ServiceNow documentation or contact ServiceNow support for detailed instructions tailored to your specific environment.