Hi, Please see the log below: Test Categorization Tables result: 0 error(s); 0 warning(s); 0 fix(es); 0 row(s); time: 0h:0m:0s Test Restriction Tables result: 0 error(s); 0 warning(s); 0 fix(es); 0 row(s); time: 0h:0m:0s Test Search Folder Links result: 0 error(s); 0 warning(s); 0 fix(es); 0 row(s); time: 0h:0m:56s Test Global result: 0 error(s); 0 warning(s); 0 fix(es); 1 row(s); time: 0h:0m:0s Test Delivered To result: 0 error(s); 0 warning(s); 0 fix(es); 0 row(s); time: 0h:0m:0s Test Search Queue result: 0 error(s); 0 warning(s); 0 fix(es); 0 row(s); time: 0h:0m:0s Test Timed Events result: 0 error(s); 0 warning(s); 0 fix(es); 11 row(s); time: 0h:0m:0s Test reference table construction result: 0 error(s); 0 warning(s); 0 fix(es); 0 row(s); time: 0h:5m:11s Test Folder result: 0 error(s); 0 warning(s); 0 fix(es); 51270 row(s); time: 2h:21m:48s Test Deleted Folders result: 0 error(s); 0 warning(s); 0 fix(es); 0 row(s); time: 0h:0m:0s Test Message result: 0 error(s); 0 warning(s); 0 fix(es); 1141090 row(s); time: 0h:19m:55s Test Attachment result: 0 error(s); 0 warning(s); 0 fix(es); 422894 row(s); time: 0h:2m:28s Test Per-User Read result: 0 error(s); 0 warning(s); 0 fix(es); 0 row(s); time: 0h:0m:0s Test Replication result: 0 error(s); 775 warning(s); 0 fix(es); 100914 row(s); time: 0h:0m:22s Test Message Tombstone result: 0 error(s); 0 warning(s); 0 fix(es); 303 row(s); time: 0h:0m:0s Test Folder Tombstone result: 0 error(s); 0 warning(s); 0 fix(es); 3129 row(s); time: 0h:0m:0s Now in test 17(reference count verification) of total 17 tests; 100% complete. As you can see there are 775 warnings in the Replication test. Does it critical? Should it be ignored? Run the isinteg again? Thanks.
"Meskalit" ha scritto nel messaggio news:967de77e-a4b5-4681-853a-95898642ff56@z32g2000prh.googlegroups.com... > As you can see there are 775 warnings in the Replication test. > Does it critical? Should it be ignored? Run the isinteg again? You should run ISINTEG again only if there are errors. Massimo
> You should run ISINTEG again only if there are errors. > > Massimo Thanks for answering, I know that. What is the true meaning of the warnings? Seems to me there are no much info about it.
On Tue, 24 Jun 2008 12:51:21 -0700 (PDT), Meskalit wrote: > >> You should run ISINTEG again only if there are errors. >> >> Massimo > >Thanks for answering, I know that. >What is the true meaning of the warnings? >Seems to me there are no much info about it. Is this a public folder store?
> Is this a public folder store? Yes
On Tue, 24 Jun 2008 13:29:10 -0700 (PDT), Meskalit wrote: >> Is this a public folder store? > >Yes The replication list is out of sync. Run isinteg to fix: isinteg -s server -test replstate -fix
> > The replication list is out of sync. > Run isinteg to fix: > > isinteg -s server -test replstate -fix Should this be done on both servers, the ones which were involved in replication?
On Wed, 25 Jun 2008 09:59:16 -0700 (PDT), Meskalit wrote: >> >> The replication list is out of sync. >> Run isinteg to fix: >> >> isinteg -s server -test replstate -fix > > >Should this be done on both servers, the ones which were involved in >replication? Only if the server shows errors for that test.
> Only if the server shows errors for that test. Well, I'm running the isinteg in the isolated environment. Does the server on which I run the isinteg needs to talk to the other server to which it has replication errors? After I ran the: isinteg -s server -test replstate -fix I got: Now in test 1(Replication) of total 1 tests; 100% complete. I'm running again: isinteg -s server -fix -test alltests to verify there will be no warnings. (This way, when I'll run it on production environment I know what to expect). However, if the warnings still be there, what should I do? Thanks.