Stop the Ektron Windows Service on the syncing servers and any connected load balanced servers.
Select the Top 1000 rows from the scheduler table of the sending and receiving databases.
Look at the scheduledesc tab.
If any of them still show as running when they should be completed, update them as follows. UPDATE Scheduler SET scheduledesc = 'completed' WHERE scheduledesc = 'running' Note: Make a database backup before making changes.
If you are using load balancing, also execute the steps in this KB.