Dear albi ya albi ,
Thank you for reaching out to the Microsoft Q&A Community. I understand you're encountering the error message “There was an error with your request” when trying to access your In-Place Archive via Outlook Web App (OWA). Let's address them one by one.
When trying to open the In-Place Archive from OWA, this could be due to several reasons. One common cause is that the archive mailbox might not be properly provisioned. You can try the following steps to troubleshoot this issue:
Check Archive Mailbox Status: Ensure that the archive mailbox is enabled and properly provisioned. You can do this by running the following PowerShell command in Exchange Online PowerShell: Get-Mailbox -Identity >Select-Object ArchiveStatus
If the ArchiveStatus is not "Active", you might need to re-enable the archive mailbox.
Re-enable In-Place Archive: Sometimes, disabling and then re-enabling the In-Place Archive can resolve the issue. Use the following commands: Disable-Mailbox -Identity -Archive , Enable-Mailbox -Identity <user mailbox> -Archive.
It's important to ensure that the retention policy is correctly configured and applied to the mailbox. Here are a few steps to check:
Verify Retention Policy: Ensure that the retention policy is correctly configured to move items to the archive mailbox. You can check this in the EAC under "Compliance Management" > "Retention Policies".
Apply Retention Policy: Make sure the retention policy is applied to the user's mailbox. You can do this using the following PowerShell command: Set-Mailbox -Identity <user mailbox> -RetentionPolicy "<policy name>"
Run Managed Folder Assistant: The Managed Folder Assistant processes mailboxes and applies retention policies. You can manually trigger it using the following command: Start-ManagedFolderAssistant -Identity
If these steps do not resolve the issue, it might be helpful to check the detailed logs and error messages for more specific troubleshooting.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Warm regards