cancel
Showing results for 
Search instead for 
Did you mean: 

Need to check status of all resources

AkankshaSharma
Level 2
Is there any way to find the status of all the resources (via process) and create a report of all the Connected,In Use and Offline resources?
4 REPLIES 4

John__Carter
Staff
Staff
Check out the HTTP API in the product Help. It has functions like Ping and Busy that you can fire out to a resource.

SrinathGopinath
Level 3
Hi John,    Few queries regarding resources lists: 1) No of resources displayed (active + retired) in resource management is not equal to no of resource in [BPAResource] table. Any idea whats happening with other records? 2) Does blueprism app server tries to connect all runtime resources other thane retired? 3) In development environment, we have 50 + developers connected to dev app servers. Most of the them have enabled process engine to start when login and these machines shows up in blue prism resource management. Does app server connects to all these resources and will it result in slow performance?   Thanks, Srinath

John__Carter
Staff
Staff
1) It should do because the display data comes from the DB. From memory the BPAResource table is the only place where machines are registered and a status number indicates retired/unretired. 2) Yes, though I'm not sure of the frequency. 3) Yes the dev clients are also running as resource PCs when the checkbox is ticked. Performance could take a hit when many developers have Control Room open (lots of Control Rooms trying to find the status of lots of resources) or when lots of developers are opening and saving diagrams (traffic to/from DB).

SrinathGopinath
Level 3
Thanks John