eDiscovery: Resolve Search Errors In eDiscovery (Standard)
Introduction
Search Issue: Difference Between Estimated and Downloaded Search Results
The estimated and downloaded search result statistics are different when you see the search result statistics in the Expert Summary <timestamp>.csv file in the downloaded eDiscovery search results folder. Both the eDiscovery export tool and the search details pane in the Microsoft Purview compliance portal display the estimated search result statistics.
Cause
A search result estimate is just an estimate and does not represent the precise number of items that satisfy the search query conditions.
Search Error: "Location Is Ambiguous"
The eDiscovery search fails and returns the message given below-
The compliance search contains the following invalid location(s): <mailbox identifier>. The location <mailbox identifier> is ambiguous.
Cause
The error message's listed locations are not valid. Duplicate or conflicting items in Exchange Online Protection (EOP) use the mailbox identification for each invalid location.
Resolution
For each invalid location, follow these steps:
- Connect to Security & Compliance PowerShell.
- Find the duplicate or conflicting objects that use a mailbox identifier via Get-Recipient command- Get-Recipient -Identify "<mailbox identifier from error message>"
- Remove the duplicate or conflicting object.
Search Error: Export Appears To Be Stalled
You try to export eDiscovery search results, but the export doesn't finish, and it appears to be stalled.
Cause
Transient issues can stall the export process.
Resolution
Restart the export.
Export Download Error: "Cannot Access The File 'ExportData.db'"
Symptoms
When you attempt to download the eDiscovery search results using the eDiscovery export tool, the download either fails or results in zero-byte files. The following error message will appear in the trace.log file of the download export folder-
Hit tolerable error, will retry: The process cannot access the file 'ExportData.db' because it is being used by another process.
Cause
The issue can occur if:
- Antivirus software on the destination computer blocks the download.
- You select a download drive that isn't a local drive.
- You select a destination folder that's either:
- The download folder of another eDiscovery export.
- The parent folder of the download folder of another eDiscovery export. Because the export tool saves metadata files in the parent folder, metadata files for different downloads can conflict.
Resolution
Try the following methods in given order until the error is resolved:
- Pause the antivirus scanner on the destination computer, and then retry the download.
- Download to a local drive. If necessary, download to a different client computer.
- Select a destination folder that doesn't conflict with any concurrent eDiscovery export.
- Disable export to a compressed folder, and disable deduplication of Exchange content. If this step resolves the issue, then the cause is probably antivirus software blocking the download or that you tried to download to a remote drive.
Comments
Post a Comment