XFOR: How to Remove a Corrupted DXA Message from Exchange MTAID: Q164506
|
Sometimes a directory synchronization (dirsync) message becomes corrupted and cannot be removed from the message transfer agent (MTA) queue, making the dirsync agent (DXA) unable to receive further requestor updates. In order to fix this problem, you need to either find and remove the .dat file corresponding to the dirysnc message, or remove the DXA queue and rebuild it.
In order fix this problem
MTACHECK /V /F logfile.txtThis will generate a log file and allow you to determine which queue the DXA owns, and which objects (.dat files) are associated with those queues.
/O=ORG/OU=SITE/CN=CONFIGURATION/CN=SERVER/CN=MICROSOFT DXA (id 01000045)
Checking object 0350000FB -OK, on queue 01000045
In this case, the file will be Exchsrvr\MTADATA\DB50000FB.dat. Find the
entry that is closest to the time and date that the DXA stopped
receiving dirsync messages and rename the file to *.tmp.
MTACHECK /RDThis will remove all dirsync messages automatically.
Keywords : kbtshoot kbusage XFOR
Version : winnt:4.0,5.0
Platform : winnt
Issue type : kbprb
Last Reviewed: April 23, 1999