Repeating finished task cannot be deleted


Domino/Notes Version: 12 FP7
Add-on Product (if appropriate, e.g. Verse / Traveler / Nomad / Domino REST API):
Its Version:
Operating System:
Client (Notes, Nomad Web, Nomad Mobile, Android/iOS, browser version):


Problem/Query:

My user has a repeating finished task in her calendar which cannot be deleted (I as Administrator am also not able to delete the task). Some of the repeating dates are in the future. It is not possible to edit the task to remove them. When trying to delete the task we receive the error message “Sie müssen einen Wiederholungsantrag wählen um diese Aktion durchzuführen. (You must select a repeat request to perform this action.)“

The message is there to prevent a user from deleting a wrong part of a repeating task. In your case this prevents you from deleting an already broken document. There are two possible solutions for this:

  1. Use Debugger to prevent the “protection” to kick in
  • Close all open windows of the database with the problem
  • Click on “Tools - Debug LotusScript”
  • Reopen the database to the tasks-view. Whenever the debugger opens, just click on “continue”
  • Select the “broken” task document and delete it
  • Debugger will open again. THis time click on “Stop” in the debugger. This will prevent the checks and the dialog
  • After that the document will be marked for deletion
  • Press F9 and it will be completely deleted
  • Disable debugger in the same menu
  • Close database and reopen (otherwise you will still get the Debugger until you restart Notes Client
  1. Use my Toolbar
  • Download my Toolbar from N4Y Toolbar - Homepage Torsten Link
  • Detach it to your local data directory
  • Sign the database to prevent security alerts
  • Install the toolbar by clicking on “Toolbar update“ at the right of action bar after opening it
  • Restart Notes Client to show the toolbar
  • Open the tasks view with the document that cannot be deleted
  • Select the task document in the view
  • Use “Delete” button of toolbar to get rid of the document
    image

Thanks very much for your reply. I downloaded your database and used the toolbar but unfortunately it did not work. I have attached the error message I see after pressing the “erase selected documents from database” icon.