I had a corrupted mailbox, so created a temporary store to move the mailbox into. I then wanted to run an isinteg on this store before returning the mailbox back to the original store.
The first part went ok, but when I went to run isinteg I received the following error in the logfile:
Error: FULLCHKMGR::EcReadRowCountGlobalFlag failed with error JET_wrnColumnNull
Searching around prodeuced a few solutions, but none in English! I found the following post:
http://www.spurius.nl/?p=46
My Dutch isn't very good, but I surmised that the command to run was:
isinteg -s servername -fix -test rowcounts
I ran this, and indeed I could then run an isinteg with -test alltests. Thanks to whoever that blogger is!
The first part went ok, but when I went to run isinteg I received the following error in the logfile:
Error: FULLCHKMGR::EcReadRowCountGlobalFlag failed with error JET_wrnColumnNull
Searching around prodeuced a few solutions, but none in English! I found the following post:
http://www.spurius.nl/?p=46
My Dutch isn't very good, but I surmised that the command to run was:
isinteg -s servername -fix -test rowcounts
I ran this, and indeed I could then run an isinteg with -test alltests. Thanks to whoever that blogger is!
No comments:
Post a Comment