Hi,
The Use case is that we have an AARI process which has a form, a bot. Form is used to take the input from user and bot is used to pull the data from underlying application through API call. In order to efficiently manage the licenses, we just want to allocate AARI User license to the users who would be providing the input and run the bot through one unattended bot license only. For this, we have followed the instructions as given in below link: -
Using this, we have taken the below steps: -
- Created a scheduler user in Control Room.
- Created a custom role in Control Room.
- Assign privilege to run the AARI process to this role
- Assigned this role to this scheduler user.
- Crated device pool
- Created Team in AARI app
- This user is specified as Run as user in AARI
But, for some reason, we are not able to run the bot using this user. We are getting below errors in Audit Logs.
-------------------------------------------------------------
Event Type: Run Bot Finished
Result: Unable to perform auto-login for user r01514
- R01514 is the bot ID which I am using as scheduler user
Automation Status: Failed
--------------------------------------------------------------
When I change the profile of this user and checked the ‘Attest Device Credentials’ checkbox then it started throwing this error: -
-------------------------------------------------------------
Event Type: Run Bot Finished
Result: User - r01514 has attested the device credentials, but not chosen to reuse an existing session. Please select the auto login setting as use existing session
- Whereas, I have done the settings to use existing session in Auto login settings.
Automation Status: Failed
--------------------------------------------------------------
Please help to fix this issue. If there is any better way to handle this situation then please let us know. Basically, we don’t want to utilize those many attended bot runner license as of number of users. So, we want to allocate bot task to an unattended bot. Is it possible? If yes, what are the repercussions of this?
Thanks