I have a customer who runs a Domino cluster on two Linux boxes. The cluster hosts a number of department (shared) mailboxes.
A number of these mailboxes use a custom database template to provide filing, archiving etc.
We have noticed a problem with SCR, where sent messages aren’t replicated between servers, causing the database replicas to become out-of-sync.
Normal scheduled replication does not synchronize the views, unless we clear the replication history first. We have even experienced a situation where clearing the history is insufficient to provoke synchronization.
What’s strange is that the problem seems to be isolated to outgoing messages.
When a user sends a message, the message is saved to the database in order to gain programmatic access to the body field and add auto-generated information to it before the message is sent. This script is pure Lotusscipt using no undocumented features whatsoever.
If we disable SCR and revert to normal cluster replication, the problem goes away for all databases.
It makes no difference whether the database contains only a handful of documents or 150000+ documents - the behavior is the same.
Because the databases behave differently depending on whether we run with SCR or non-SCR, we opened a ticket with IBM.
After much communication back and forth (over several months) IBM finally came back and said that, since it’s a custom application, they will not pursue the issue further.
I am tired of dealing with IBM technical support, who once again disappoints, so my question now is:
Has anyone seen anything remotely similar to this problem and, if so, have you managed to resolve the issue?
Thank you very much in advance,
Alex Rasmussen