Promote 14 Demote | Add an opton to the administration client to NOT create accelerated create replica requestsWhen you select a number of databases in the administration client and select Create Replica to create new replicas on another server the administration client / adminp will generate Accelerated Create Replica requests if possible. Unfortunately if you select a large number of (large) databases this will pretty much ... |
Promote 21 Demote | Add the option to enable/disable a database for DAOS to the NotesDatabase.CompactWithOptions methodInstead of having to resort to issuing console commands to get the job done (load compact -daos on|off db.nsf)
|
Promote 30 Demote | ID Vault should support CA processCurrently when creating an ID vault you don't have the option to use the CA process to generate the certifier trust, instead you need to use the certifier id file. This is all nice and dandy until you've decided to perform a certifier key roll over of a certifier ... |
Promote 30 Demote | Provide Script/API methods to control replication settingsAt the moment it is not possible to enable a database for scheduled replication or to control the 'Receive documents from server' and 'Send documents to server' flags on the basics tab of the replication settings dialog, using either Lotusscript or even C-API (at least none that I know of). ... |
Promote 22 Demote | Allow adminp/router task to do their work on restricted serversWhen you put a server into restricted mode ('set config Server_Restricted=1' or 2), I noticed that for example adminp accelerated create replica requests and mail routing fail towards the restricted server does no longer work (R7.0.2 FP2). How about adding another value to the Server_Restricted parameter that only locks ... |
Promote 40 Demote | Allow lotus script to create full text index on a remote databaseAt the moment the NotesDatabase class contains a method to create a new Full-Text Index, but only for a Local database, not for remote databases. Getting access to the current Full-Text Index settings for a NotesDatabase object beyond a boolean that tells me if the db is indexed or ... |