cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduler not working properly

AMITJAGTAP1
Level 3
Issue - Blue prism scheduler is not working as per schedule designed. Issue Details - For one process we have designed scheduler some processes on particular VMs but sometimes it happens that it didn't run any of the process on particular VMs. In this scenario we had to run these VMs manually. Can we have any resolution or guidelines for this?
3 REPLIES 3

Denis__Dennehy
Level 15
You should be able to trace the fault via various log files available to you: Session Logs, Schedular Logs, and the Windows Event Logs on the Application Server. One thing to remember is the network connection needs to be in place and the resource available on the Application Server machine that starts the schedules - the connection from your local machine to the resource is not relivant.

BryanRego
Level 2
I would recommend checking if there are any hung processes in a ""stopping"" state in the control room for the particular runtime resource your experiencing issues with. If you have processes that are in a stopping state, it will need to be cleared by running the following query against your Blue Prism database: declare @now datetime set @now = getdate() update bpasession set enddatetime = @now, stoprequested = null, statusid= 3 where sessionnumber = Session_Number_From_Blue_Prism

BryanRego
Level 2
I would recommend checking if there are any hung processes in a ""stopping"" state in the control room for the particular runtime resource your experiencing issues with. If you have processes that are in a stopping state, it will need to be cleared by running the following query against your Blue Prism database: declare @now datetime set @now = getdate() update bpasession set enddatetime = @now, stoprequested = null, statusid= 3 where sessionnumber = Session_Number_From_Blue_Prism