Any time a user deletes a reservation from our Resource Reservation db, the document(s) are deleted, but the system holds on to the reservation, saying that the room is busy, even though it doesn’t show up in any of the views.
Why???
How to resolve this problem???
Subject: Urgent, HELP ME: Cannot get back free time after deleting a reservation from within the Resource Reservation database
We had the same problem. I can’t say why, but we did the following. shut down the domino server
rename the busytime.nsf or clubusy.nsf (if you have a cluster) to busytime.old
restart the domino server and the scheduler task will create the new busytime database
i know there must be a better way, but it works
Subject: RE: Urgent, HELP ME: Cannot get back free time after deleting a reservation from within the Resource Reservation database
we’ve got the same problem with some entries. die you find another and maybe easier way to fix this problem meanwhile? any help appreciated! thanx in advance.
Subject: RE: Urgent, HELP ME: Cannot get back free time after deleting a reservation from within the Resource Reservation database
What has seemed to work the best for us in this situation is to perform a console command:
tell sched check
e.g.
tell sched check ResourceName/Site
Hope this helps.