The currently running task reports show tasks that have been running for many days or months. To change the task status from running to Failed or Completed, use the attached SQL statement. This will cause the tasks to drop off the Currently Running Task report.
None recorded.
ITMS 8.6+
There are multiple reasons a task might show as currently running but have timed out or stopped due to conflicts. For more information on task status issues, see KB 257688
To change the task status from Running to Failed or Completed, see the below SQL query. The query searches for tasks that have been running longer than 7 days and changes the status to either 2 = Completed or 3 = Failed.
For 8.6 and later
On recent releases, it is no longer needed for customers to perform SQL queries to drop task instances in case those are hung. A customer can use the default mechanism to purge the required amount of task instances, task versions, etc. under Settings>All Settings>Notification Server>Task Settings:
When purging for task instances is started, then there is a set of stored procedures will be executed, like tmDeleteOrpanedTaskInstances, tmDeleteOrpanedTaskInstanceParents, tmDeleteOrpanedTaskOutputPropertyValue, and tmDeleteOrpanedTaskInstanceResultSummaries.
If the Customer is logged in to SMP Console using the default "Symantec Administrators" role, then on any opened task, there is a link to "view recent tasks". From this view, the Customer can multi-select and delete/stop unnecessary task instances