Unable to run or Delete Pending Session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-04-18 04:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-04-18 06:24 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-09-18 01:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-11-18 12:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-11-18 10:24 AM
Dave Morris, 3Ci at Southern Company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-09-20 12:34 PM
------------------------------
VamshiKrihsna Dasa
System Architect
Fujitsu India Consulting Pvt. Ltd.
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-22 01:21 PM
Use Task Manger to end the Blue Prism application in the concern machine.
Now the pending items change to Terminated state releasing all license which have been locked.
------------------------------
Anantha Kumar N
RPA Consultant
WonderBotz
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-06-23 04:49 PM
Cause:
A MISSING RUNNER message can be produced if a resource receives a request to do something for a session (start it, get its status, etc), and it doesn't recognize the session ID given as one of the ones that it has registered (in a 'Runner Record' - hence 'Missing Runner').
METHOD 1:
Reboot the Runtime Resource that the process is assigned to run on. This has worked in cases where the processes are obviously not consuming resources on the Runtime Resource, but the Control Room still shows the process as 'Running'.
METHOD 2:
If you have access to the database used by Blue Prism then run the following SQL query against that database in order to remove the pending session. You need to have administrator rights on the database, and you should also close down the Interactive Client and/or Runtime Resource that has the pending session before running this SQL.
- Open the Event Log on the affected machine, and select the Blue Prism Event Log from the Application logs
- Identify an error condition which reports the Session ID of the affected process
- Make a note of the Session ID, and then open up a Command Prompt window (CMD.EXE)
- In the window type:
- SQLCMD –S <SQL Server name\Instance>
- GO
- USE <Database name>
- GO
- DELETE * FROM BPASESSION WHERE SESSIONID = '<Session ID>'
- GO
------------------------------
Nagarjuna A
------------------------------
