Attended job from a decommissioned PC still shows as running in Orchestrator and cannot be killed.
Root Cause: This Attended Robot machine cannot be accessed anymore, but it has a running job on the Orchestrator website.
Resolution:
- Login to SQL Server and open the SQL DB
- Find the dbo.logs line and click search top 1000 raws,
- Then add the below SQL command line to find the running job
- Change the job status from 1 to 6 under dbo.jobs, then it is possible to stop the job and relocate the license
where State = '1'
0 = Pending, 1 = Running, 2 = Stopping, 3 = Terminating, 4 = Faulted,
5 = Successful, 6 = Stopped, 7 = Suspended, 8 = Resumed1
- Change the state to 6, then the job can be stopped and relocate the license.