Serious problem with Replicas

I have a serious problem.

Two servers with version 8.0.2 running on Windows 2003 Stand SP2.

Server A has a DB size 20Gb. I make a replica of the server A to B and I was the NSF with a size of 5GB. Back to restore order to the server using ATL B-Shift-F9 and stay with a size of 16GB, so I do not have the problem that when you open some views I say “updating …” and can not work on it until it was updated.

When I run the replica scheduled NSF server B gets a size of 5GB and I must re-create everything.

I have 2 programs that are scheduled:

Compact -i -c -d -K

updall -R

The problem is a replica or the programs?

You can program the CRTL-SHIFT-F9?

Thanks

Subject: Re: Replica Problem

Can you please clarify the issue that you are experiencing?

Also, do you find that the document counts are consistent between replicas? This can be most accurately confirmed by issuing ‘show database dbname.nsf’ from the server console.

Comparing database size file size is often an inaccurate means of ensuring data consistency between replicas as each instance of the database maintains properties unique to itself, such as view indexes, for example.

Subject: Re: Replica Problem

An example.

DB1.nsf on server A → 20GB

Replica first DB1.nsf on server B → 5GB

CRTL-SHIFT-F9 in DB1.nsf Server 2 → 16GB

All right and you can work in both.

Second replica:

DB1.nsf on server A → 20GB

Second DB1.nsf Replica on server B → 5GB

I have to rebuild with CRTL-SHIFT-F9 not to say that this update and can work.

What happens:

1 .- It works like a replica?

2 .- It is the problem of programs that I have said?

3 .- Can schedule CRTL-SHIFT-F9 ??

Subject: check the number of docs…

as you have been told: Do not worry about replica’s size! Check to see if the number of docs are the same in all replicas. If it is you are ok.

CTRL+SHIFT-F9 rebuilds all view in an open database. The same thing you could achieve using “updall” at the server console(check out the admin help).

hope it helps

vlad

Subject: Replica Problem

Ok, the number of documents is the same and have scheduled a updall-R, this is not an option?

Subject: RE: Replica Problem

Any idea please?