Hello,
We upgraded our 10.2.400 production instance to 11.2.400.36 last night (7/18/25). While running Conversion Workbench, two tasks got to a certain percent complete and then stopped progressing. I was able to get them restarted and they show in Conversion Workbench as Complete.
But today I needed to reimport a custom posting rule and was not able to because it said there was a GL Import job already running.
Checked System Monitor and the two conversion tasks are still Active:
In System Monitor, I tried deleting the two active tasks but nothing happens. I’ve Recycled IIS, stopped and started Application Pool, stopped and started Task Agent, and rebooted the server. But the tasks will not delete.
Does anyone have any ideas about how to delete these tasks so I can import a new version of one of our custom posting rules?
declare @TaskID int=1205046
update ice.SysTask set EndedOn = GetDate(), TaskStatus = 'CanCELLeD', History = 1 where SysTaskNum IN (@TaskID)
delete ice.systaskkill where SysTaskNum IN (@TaskID)
Thank you both for sharing your knowledge and helping me with my issue. Obviously, both solutions were accurate but I chose the one with the least amount of typing.
Thanks again!
Kelly