Remove Task Entry ID from SQL table
Hello
I have removed/deleted a task from our Enterprse vault environment which no longer had any target associated with it. However the Task Entry ID remains in the dbo.Task table under Enterprise vault Directory SQL database.
I was wondering if there is a clean way to remove the entry from SQL or recommended approach to delete an archiving or journaling task.
Thanks for help in advance
Aj
Hello
I tested same scenario in my test lab and once task is removed from enterprise vault, SQL entries are reflected accordingly. Not sure why this one was left out though.
Either way, I removed the mentioned task Entry ID and Journal task entry ID manually from SQL table and all looks good now.
For those who want to know, the SQL commands I used are:
1. Delete from dbo.JournalTaskEntry where taskID = '<task ID to be determined using table>'
2. Delete from dbo.TaskEntry where taskID = '<task ID to be determined using table>'
Thanks again Rob, you are champ. ;-)
I forgot to udpate the other thread we have for provisioning group queries, that thing is working now too !! Thanks a lot for same.

