Authentication failed error, while initiating runtime resource through command line
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-01-20 07:35 AM
Hi Everyone,
I am having an issue while initiating runtime resources through the command line. Before its working fine, but now it shows the error like (Authentication failed -: No user found with ID:<unspecified>; Name: Anonymous Resource). the same thing happened to my colleague system too. We both connected to a local network. We set up a blue prism server for both systems and trying to implement a multi bot.
Please help us to solve the above
Thanks in advance
------------------------------
Manohar Burra
RPA Developer
Tholons Inc.
Asia/Kolkata
------------------------------
I am having an issue while initiating runtime resources through the command line. Before its working fine, but now it shows the error like (Authentication failed -: No user found with ID:<unspecified>; Name: Anonymous Resource). the same thing happened to my colleague system too. We both connected to a local network. We set up a blue prism server for both systems and trying to implement a multi bot.
Please help us to solve the above
Thanks in advance
------------------------------
Manohar Burra
RPA Developer
Tholons Inc.
Asia/Kolkata
------------------------------
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-01-20 04:05 PM
Hi, could you solve your problem meanwhile?
What exactly you want to achieve and how?
In case of starting up one (or more) runtime resources, there is a quite good documentation within Blue Prism help.
The exact commands depend on your set-up and authentication method and I might provide further assistance if you provide more details
------------------------------
Walter Koller
Solution Manager
Erste Group IT International GmbH
Europe/Vienna
------------------------------
What exactly you want to achieve and how?
In case of starting up one (or more) runtime resources, there is a quite good documentation within Blue Prism help.
The exact commands depend on your set-up and authentication method and I might provide further assistance if you provide more details
------------------------------
Walter Koller
Solution Manager
Erste Group IT International GmbH
Europe/Vienna
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-01-20 04:12 AM
The problem statement is not clear. Assuming you are simply trying to have 2 run time resources connected to one Application Server (Which is on separate Machine).
Go through the enterprise installation guide step by step. You will be able to set it up.
------------------------------
Vivek Goel
RPA Architect
Asia/Singapore
"If you like this post, please press the "Recommend" Button.
------------------------------
Go through the enterprise installation guide step by step. You will be able to set it up.
------------------------------
Vivek Goel
RPA Architect
Asia/Singapore
"If you like this post, please press the "Recommend" Button.
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-01-20 12:04 PM
Can you share the command line that you use ? The conection it by Active directory or native autenthication? . versión of blueprism 6.6 ?
Do you use valid certificates?
------------------------------
Orlando Javier Sanchez
Technical Infraestructure 4
Ctrl365
America/Argentina/Buenos_Aires
------------------------------
Do you use valid certificates?
------------------------------
Orlando Javier Sanchez
Technical Infraestructure 4
Ctrl365
America/Argentina/Buenos_Aires
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-02-21 01:04 PM
Hi Manohar,
One of the root cause of this issue is system user 'Anonymous Resource' which might get deleted from table BPAUser. You may run following query to verify it:
SELECT * FROM BPAUser where systemusername like 'Anonymous%'
If you found it is deleted then you need to make a manual entry and also map the role in table BPAUserRoleAssignment.
------------------------------
Amit Kumar
Blue Prism Lead
Asia/Kolkata
------------------------------
One of the root cause of this issue is system user 'Anonymous Resource' which might get deleted from table BPAUser. You may run following query to verify it:
SELECT * FROM BPAUser where systemusername like 'Anonymous%'
If you found it is deleted then you need to make a manual entry and also map the role in table BPAUserRoleAssignment.
------------------------------
Amit Kumar
Blue Prism Lead
Asia/Kolkata
------------------------------
