sorry hit submit too soon. try this...
isinteg -s server1 -fix -test alltests
Main Topics
Browse All TopicsI have successfully restored an exchange 2003 server database and also successfully completed an eseutil repair and integrity check . Now I'm trying to use isinteg on the server to restore and access the newly restored database. I run "isinteg -s server1 -fix" or any switches for that matter, it just gives me the isinteg help. I have tried it with Info Store on/Off DB mounted/dismounted.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The isinteg file lives in the program files\exchsrvr\bin directory and and the database files live in the program files\exchsrvr\mdbdata directory by default, you will need to do the following to get isinteg to work assuming that the C: drive is in use by default and you are checking the primary private mailbox store:
Dismount the mailbox store you want to check
Open up a command prompt.
Navigate to c:\program files\exchsrvr\bin
Then type isinteg -s (servername) -test alltests -fix "c:\program files\exchsrvr\mdbdata\pri
This should allow isinteg to run happily. Then you just selected the dismounted store and let it run. If you see errors that are fixed on the first run through, run the command again to check it completes without additional errors and then you should be able to mont the store again and should be problem free.
Business Accounts
Answer for Membership
by: -alvin-Posted on 2009-05-29 at 22:18:31ID: 24507880
i believe you need the -test switch too.