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:
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
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.