Calendar entries for the Room Reservations(in room reservation database) Do not Automatically Update in Free Time Database when entries are made through a java API from our application.
Scenario : When i create a reservation via lotus notes administrator for a room in resource reservation database the entry gets updated in the freetime database automatically and that slot is marked as busy. But when i making a reservation entry via a java application(keeping the same field e.g $BusyPriority", "1") , the calendar-enrty gets created but freetime db wont get updated automatically and i need to manually restart the RnRMgr task to reflect the slot as busy in freetime database.
Could you please advice how can i trigger the RnRMgr task through my java application or what is the other way i can make the reservation enty slot as busy in freetime databse as soon as i create it through my java application
Software/Hardware used:
ASKED:
March 20, 2009 2:25 PM
UPDATED:
March 23, 2009 5:28 AM
Is RnRMgr an executable or a stored proceedure in the database?
I’m not sure of that whether Domino RnRMgr a stored procedure or executable , well all i could see is it list under the server task if i got to domino adminstrator server tab.
And i beleive this task is what makes the calender entry sync with the freetime db . Is there a way to execute this or are there any other parameter that needs to be set to make this calendar entry – freetime DB sync to happen automatically ?
I’m using Domino 8.5 and accession it through java application using “lotus.domino.*” api
Thanks
Subhash