Welcome to The Foley House Sign in | Join | Help

Karl Foley's Blog

A personal blog of an IT techie - This is a convenient place for me to jot things down before I forget.

News


Isinteg fails to run on Exchange 2007 with Error: FULLCHKMGR::EcReadRowCountGlobalFlag failed with error JET_wrnColumnNull

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!

Posted: Wednesday, March 18, 2009 11:54 AM by Karl

Comments

shaptoni said:

great fix, i couldnt run -alltests until i ran this rowcounts option.

this is on new databases too - must be a bug in E2K7

thanks

# April 18, 2009 12:40 PM

Dominik said:

Thx a lot for your blog entry! I ran into the same problem and this sollution fixed it well!

# May 18, 2009 11:10 AM
New Comments to this post are disabled