Question Rob Schoenmakers · Dec 6, 2022 How to delete system tasks? #Management Portal #System Administration #InterSystems IRIS How do I delete these system tasks that are obsolete.. The task in the attached image has no possibility to delete... Product version: IRIS 2022.1
Vic Sun · Dec 6, 2022 Looks like you're experiencing the same thing as this person: https://community.intersystems.com/post/deleting-cleanup-sql-cleanup-index-task My answer's the same - this is a bug, and should be fixed in the future.
Rob Schoenmakers Dec 6, 2022 to Vic Sun Thanks.. is there a posibility to report this bug somewhere? I'm not authorized to report this to WRC..
Alex Woodhead · Dec 6, 2022 To clear a range of user tasks had used similar to: for i=14:1:17 {do ##class(%SYS.Task).%DeleteId(i)}
Looks like you're experiencing the same thing as this person: https://community.intersystems.com/post/deleting-cleanup-sql-cleanup-index-task
My answer's the same - this is a bug, and should be fixed in the future.
Thanks.. is there a posibility to report this bug somewhere? I'm not authorized to report this to WRC..
It's already been reported, I meant! Rest assured.
To clear a range of user tasks had used similar to:
for i=14:1:17 {do ##class(%SYS.Task).%DeleteId(i)}