cancel
Showing results for 
Search instead for 
Did you mean: 

Command Line Argument to Delete Pending Sessions

Hi Team,

Good Day !!

Is there any command available to delete pending sessions from a particular machine/VM?

Thanks!
6 REPLIES 6

IsmoLehtiniemi
Level 5
I'm not sure about the AutomateC.exe -commands, but at least it is possible to delete session by using an http -request with command deleteas.

Command: deleteas
Uses token authentication to delete a pending session: 'deleteas <token> <sessionid>'. The response is 'SESSION DELETED' or an error code.

https://portal.blueprism.com/customer-support/support-center#/path/Installation-Platform/Configuration/1421412402/What-options-are-available-to-automate-the-functionality-of-Blue-Prism.htm

Thanks for the reply.

I would need AutomateC.exe -commands , as the requirement is to help stop few manually triggered processes with a BAT file, where the end-user will simply run it.

JerinJose
Level 10
There is a VBO to start pending sessions on targeted RRs both user guide and assets can be found in below thread 

Scheduler Pending Session Starter VBO | Digital Exchange (blueprism.com)

JerinJose
Level 10
AutomateC doesnot have any arguments to delete any session. it can be used to run a process,get status of the process using sessionID and request stop for the running process.

i have attached two objects (session clearer used with older versions <6 and session clearer 6.3 tested with 6.3 version)  which i had used earlier. i hope it still works

Thanks for the details Jerin.

In my case, the VBO to clear session doesn't serve the purpose.

JerinJose
Level 10
Hi Murali,

the VBO is to clear pending sessions not all sessions give it a try.