Does anyone no if its possible to have multiple instances of the Reservations Db on the same server? We are using a vanilla copy for general rooms and resurces and now have a requirement for a fleet booking and management application that needs some of the features of R&R so could be based on the template but would ideally be seperate from the existing R&R db. Anyone tried this or know of any issues with this?
so you can create new ones based on the template. but you will have to build your own applications to do the updates and lookups. the standard RnRMgr service running on Domino will only work with one instance.
Subject: RnRMgr works on any/all Resource database
You can have multiple dbs on the same server - many companies, including IBM do this. The lookups are done using the $users view in the Directory, so it is the central management point for all rooms (and people) no matter what server the actual database sits on - just make sure each database has its own unique replica ID and name - unless you’re clustering it. There’s no real limit to the number of resources in a database either. I’ve seen plenty with 1,000 - 3,000 resources.
that you only want to have one_replica of each R&R dB on a single server.
Having more than one replica is a no-no to avoid both user confusion (“Which replica do I use to book in?”) and to avoid having RnRMgr doing twice the work and possibly messing up your bookings.