62 | Select/Copy replica IDs |
49 | Make db.OpenByReplicaID cluster aware and server agnosticBen Hughes265 - 17 2008 (1) Currently there is no easy way to open a database in lotusscript that:
db.OpenByReplicaID requires the server to be specified, and will not fail over in a clustered environment. db.OpenWithFailover requires the server name ... |
41 | Copy text to the clipboard from the Properties dialog - especially the Replica IDDavid Hablewitz13453 - 25 2009 (4) There is no way to copy the replica ID from the Database properties dialog. So the only way to save that information to use somewhere else is to take a screenshot, paste it somewhere else, like Paint where you can read it from and type in where you need it. |
29 | Replica-ID formatHynek Kobelka8080 - 02 2007 (0) Right now @Formulas which work with a replica id need to get it in the format "XXXXXXXX:XXXXXXXX" (with a ":“), whereas LotusScript-functions only accept the replica-id without the ":". This is a constantly annoyance, and it should be so easy to make both functions work with ANY format. ... |
20 | Allow Replica ID to be added as a column in the Files list in the Admin clientDavid Hablewitz13453 - 25 2009 (1) Make the replica ID available as a column in the administrator client on the files tab. If you are not familiar with how to select the columns, pull down File - Preferences - Administration Preferences, then click on the Files tab. For that matter, the way the columns are ... |
-14 | File\Database\Open... by Replica ID |