Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XADM: EDBUTIL Uses Exchange Bin Directory for Tempdfrg.edb


View products that this article applies to.

This article was previously published under Q166869

↑ Back to the top


Summary

EDBUTIL uses the Microsoft Exchange Server Bin directory for defragmentation and repair. If Exchange Server is installed on a disk drive with insufficient disk space to accommodate the Tempdfrg.edb, the EDB file will be truncated.

↑ Back to the top


More information

Edbutil reads from the source .edb file and writes to the destination .edb file. After the source .edb file reaches end-of-file, the destination is copied over the source .edb file.

If the Exchange Server Bin directory does not have adequate space, EDBUTIL continues to read from the source .edb file, even though EDBUTIL cannot write to the destination .edb file. This causes the final .edb file to appear corrupt and unusable.

For example, Exchange Server is running on drive C, which has 100 MB of free disk space; drive D has 5 GB free space. Priv.edb is 2 GB. If you run EDBUTIL without specifying the Tempdfrg.edb path, Priv.Edb will be truncated to about 100 MB.

To assure Tempdfrg.edb is placed on the drive with adequate free space:

  • Use the /T<DRIVE:>PATH switch:
    EDBUTIL /D /ISPRIV /TC:\MYDIRECTORY\TEMPDFRG.EDB
    The tempdfrg.edb can be <any name>.edb

↑ Back to the top


Keywords: KB166869, kbusage

↑ Back to the top

Article Info
Article ID : 166869
Revision : 6
Created on : 10/28/2006
Published on : 10/28/2006
Exists online : False
Views : 350