Database not initializing on Cluster

Recently all of my new user creations have left each new database on the primary cluster uninitialized. So, only the replica ID is shown as the new database and it does not synch with the primary replica.

I have restarted the cluster replicator task on each server but it hasn’t done any good.

Any suggestions?

Subject: Database not initializing on Cluster

do you have a normal replication connection scheduled between the 2 cluster servers? you should setup 1 to run hourly if you don’t already have one. When this kicks off it should initialize the stubs.

Subject: RE: Database not initializing on Cluster

I have a regular connection document between the 2 servers set to replicate every 10 minutes. The uninitialized databases do not initialize even after days of replication between the two servers.

Subject: RE: Database not initializing on Cluster

if your servers are clustered you do not need a connection doc scheduled to replicate every 10 minutes. The cluster replicator will keep them up to date. Every hour is sufficient.

As to why the stubs do not initialize … there must be something else going on. What happens if you manually kick off a replication from the console:

rep

rep app1/sales/acme sales\contacts.nsf

try this from the source server and then the destination server if that doesn’t work. Any error messages?