Description of the Isinteg utility (182081)



The information in this article applies to:

  • Microsoft Exchange 2000 Server
  • Microsoft Exchange Server 4.0
  • Microsoft Exchange Server 5.0
  • Microsoft Exchange Server 5.5

This article was previously published under Q182081

SUMMARY

Isinteg is a utility that searches through an offline information store for integrity weaknesses. You can also repair issues that Isinteg detects. Isinteg is run at a command prompt.

When Isinteg is run at a command prompt, the following switches are available. This is also the usage display (-? switch).

isinteg [-pri] [-pub] [-fix] [-l [logfilename]]

   Switch           Result
   ------           ------

   -?               Usage is displayed.
   -pri             Check private information store (default).
   -pub             Check public information store.
   -fix             Repair information store.
   -l [logfilename] Store log information in logfilename.
                    Default is isinteg.pri or isinteg.pub.
   -patch           Offline backup restore patch.
				
Note Microsoft Exchange 2000 Server no longer uses the Isinteg -patch switch. The Isinteg -patch procedure is performed automatically when the Messaging Database (MDB) starts.

Exchange 2000 also has the following additional switch.
   Switch           Result
   ------           ------

   -s               Server name.
				
In Exchange 2000 you must specify the database on which you are running Isinteg (for example, isinteg -s Server1 -test allfoldertests). For additional information about the Exchange 2000 version of this command, click the following article number to view the article in the Microsoft Knowledge Base:

301460 Exchange command-line parameters for the Isinteg.exe tool

Header

The following header is displayed regardless of whether a switch is provided or not:

Microsoft (r) Exchange Server Information Store Integrity Utility Version 4.0 Copyright (c) Microsoft Corporation 1996. All Rights Reserved.

Log File

The log file enables you to specify the log file for output.

Defaults:
  • Private. Database path of private DB\Isinteg.pri
  • Public. Database path of public DB\Isinteg.pub

Running

When you run Isinteg, Isinteg first checks to see whether the MSExchangeIS service is stopped. If the MSExchangeIS service is not stopped, the following message is displayed and Isinteg stops:

The Microsoft Exchange Information Store service must be stopped to run Isinteg.

If the service is stopped, Isinteg looks in the registry for one of the following paths:
  • Private database path, value DB Path:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersPrivate

  • Public database path, value DB Path:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersPublic

  • Log file path, value DB Log Path:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem

  • Working directory, value Working Directory:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem

Next, Isinteg browses the tables for errors. For the cross-reference tables, Isinteg builds an Exchange database, Refer.mdb, of reference counts before Isinteg browses the tables. After Isinteg traverses all the cross-reference tables, Isinteg compares the counts found to the counts in the reference database. If Isinteg is running with the -fix switch, these counts are updated to the true values as determined by Isinteg. The named to ID or named properties cleanup is another check that is performed, which removes unused named properties.

The following tables are examined by Isinteg:
  • ACL List
  • ACL Member
  • Attachment
  • Cross Reference
  • Deleted Folders
  • Deleted Recipients
  • DeliveredTo
  • Folder
  • Global
  • Mailbox
  • Message
  • Miscellaneous
  • Oof History
  • Per-User Read
  • PropsIn Contents
  • ReplidMap
  • Special Folders
  • Timed Events
For Microsoft Exchange Server 5.5 with Service Pack 4, the switches that are available with Isinteg are as follows:
  • Microsoft Exchange Information Store Integrity Checker v5.5.2653.22 Usage:

    isinteg -pri|-pub [-fix] [-detailed] [-verbose] [-l logfilename] -test testname[[, testname]...]

    • -pri private store
    • -pub public store
    • -fix check and fix (default - check only)
    • -detailed detailed mode (default - non-detailed mode)
    • -verbose report verbosely
    • -l filename log file name (default - .\isinteg.pri|pub)
    • -t refdblocation (default - the location of the store)
    • -test testname,... folder message aclitem mailbox(pri only) delfld acllist rcvfld(pri only) timedev rowcounts attach morefld oofhist(pri only) global searchq dlvrto namedprop (-detailed mode only) peruser artidx(pub only) search newsfeed(pub only) dumpsterprops fldprops
    Ref count tests: msgref msgsoftref attachref acllistref aclitemref newsfeedref(pub only) fldrcv(pri only) fldsub dumpsterref
    Groups tests: allfoldertests allacltests
    Special tests: deleteextracolumns isinteg -patch (repair information store after an offline restore) isinteg -pri|-pub -dump [-l logfilename] (verbose dump of store data)
For additional information about how to use the Isinteg utility, see the Isinteg.doc file that is located on the Exchange Server 5.5 CD in the \SERVER\SUPPORT\UTILS folder.

Modification Type:MinorLast Reviewed:7/12/2006
Keywords:kbinfo KB182081