Exchange Server Archiver - 3.0
Learning Exchange Server Archiver - 3.0
Troubleshooting your installation
Some common problems that you may encounter when you install and configure Exchange Server Archiver are described below.
Admin Console
Installing and configuring services
Archiving and retrieving messages
Accessing messages
When you have completed the installation and configuration, to validate your setup:
- In the Admin Console, check the Maintenance tab for any error messages.
- Check the Alerts tab for any error messages.
- Set up and run an archive, and check the Alerts tab for any error messages.
- Open an archived message from Outlook.
Open an archived message from Outlook Web Access.
Admin Console
Access error opening the Admin Console
To use the Admin Console, you must be a domain administrator with full permissions. If the user logged on is not a domain administrator, an error is displayed in the Alerts tab of the Admin Console, for example:
Error in configuration of Archive Service 'computername'. 'domain'\'username' is not a valid account for access.
If you see this error:
- Check that the Admin Console user is a domain administrator with no permissions explicitly denied.
If you cannot set up a domain administrator user to use the Admin Console:
- In Active Directory®, create a new security group.
- Add the Admin Console user to the security group.
- In the .NET configuration file for the Archive Service, the Storage Service, and the UAA Service, edit the SecureRemoting value to the new security group:
<add key="SecureRemoting" value="New_Security_Group" />
The Archive Service and Storage Service configuration files are located in <Installation Directory>/RedGate.ExchangeArchiver.<component>.exe.config
The UAA Service configuration file is located in <Installation Directory>/Web.config
Installing and configuring services
Errors setting up the Archive Service
If an error is displayed when you click Next on Step 1 of the Configuration Wizard, there may be a problem with the permissions of the Archive Service user.
- If any Exchange Server that you want to archive is not on the same domain as the Archive Service user, manually grant the permissions required for the Archive Service user.
For details, see Creating the Archive Service user for version 3.0, or for version 2.1 or earlier, as appropriate.
Archive Service installer: remoting security exception
If you see a remoting security exception error connecting to the Exchange server when you are installing the Archive Service, this may be caused by the system clocks of the Archive Service server and the Domain Controller server being out of sync by more than 10 minutes.
- Reset the computer account in Active Directory.
For details, see Active Directory Users and Computers in the Microsoft KB support article Resetting computer accounts in Windows.
Archive Service user not recognized
If the Archive Service user is not recognized by the Active Directory (AD) server, an error is displayed when the Admin Console refreshes the list of mailboxes in the dashboard. For example:
Error populating Active Directory user cache for domain DC=example,DC=com: System.Runtime.InteropServices.COMException (0x80040E37): Table does not exist.
This may be because AD replication is not working.
- Check the AD global catalog to ensure that the Archive Service user has been replicated across the forest.
For more information, see the Microsoft TechNet article Troubleshooting Active Directory Replication Problems.
UAA Service installer: .NET 2.0 not installed error
When you are installing the UAA Service, you may see the following error:

If this error is displayed:
- Run
aspnet_regiis /iru - Check that ASP .NET 2.0 is installed.
- Check that ASP .NET 2.0 is allowed in Web Service Extensions.
- Ensure the subfolder \aspnet_client\system_web\2_0_50727 exists in the location specified by the PathWWWRoot registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\PathWWWRoot
The default value is:
C:\Inetpub\wwwroot
If the subfolder does not exist, create it in the specified location.
UAA Service installer: IIS 7 metabase compatibility error
You may see the following error when you are installing the UAA Service:

- Check that you are using the correct UAA Service installer for your architecture (x64 or x86).
- For IIS 7, check that you have set up IIS 6 Metabase Compatibility; for details, see Configuring IIS.
Archiving and retrieving messages
Indexing service errors
If you see errors in the Alerts tab that refer to the Indexing Service when Exchange Server Archiver is archiving or retrieving archived messages, this may be because the Indexing Service is not running, or because it was not started before the Storage Service was installed. For example:

To fix this:
- On the Storage Service server, run
services.mscto open Services. - Stop the ESA Storage Service.
- Check that the Indexing Service Startup Type is set to Automatic.
If it is not, double-click to open the Indexing Service Properties, and change the Startup type to Automatic.
- If the Indexing Service status is not started, right-click the Status and click Start; otherwise, click Restart.
- Start the ESA Storage Service.
To ensure the Indexing Service catalog is up-to-date:
- Run
mmcto open the Microsoft Management Console. - If necessary, add the Indexing Service snap-in.
- Under Exchange Server Archiver, Directories, right-click each Archive Store folder and click Rescan.
If there are still problems, the Indexing Service catalog may be corrupt. To recreate the catalog:
- On the Storage Service server, run
services.mscto open Services. - Stop the Indexing Service.
- Run
mmcto open the Microsoft Management Console. - If necessary, add the Indexing Service snap-in.
- Right-click the Exchange Server Archiver catalog and click Properties.
- Note down the catalog location, and then click Cancel to close the dialog box.
- Right-click the Exchange Server Archiver catalog, and click Delete.
- Right-click Indexing Service, and click New, Catalog.
- In Name, type Exchange Server Archiver, enter the Location that you noted in step 6, and click OK.
- For each Archive Store:
- Under Exchange Server Archiver, right-click Directories, and click New, Directory.
- Enter the Path of the Archive Store, and click OK.
- Start the Indexing Service.
- Under Exchange Server Archiver, Directories, right-click each Archive Store folder and click Rescan.
Archive Service errors
If the DN of a user contains an apostrophe, an Archive Service error is displayed in the Alerts tab. For example:
User 'domain'\'username' cannot be granted permission on the mailbox 'user@domain.com' - no archive service which could be contacted allowed this.
For a patch to fix this, contact Red Gate support at: https://www.red-gate.com/supportcenter/contactsupport.aspx
InvalidCastException error
If you are using Exchange Server Archiver version 2.0 or later and you are retrieving messages that were archived using version 1.1 of Exchange Server Archiver, you may see an InvalidCastException error, for example:
Unable to convert from type Byte[] to Byte[][]
For a patch to fix this, contact Red Gate support at: https://www.red-gate.com/supportcenter/contactsupport.aspx
WSAECONNRESET error
When you run an archive rule or when the Admin Console retrieves mailboxes sizes for an Exchange 2007 system, you may see the following error:
ArchiveService
COMException logging on to Exchange Server: System.Runtime.InteropServices.COMException (0x81002746): Error in IMsgServiceAdmin::ConfigureMsgService: WSAECONNRESET
The most common cause is that the Archive Service user has been hidden from the Exchange Global Address List. To stop hiding the user from the Exchange Address List, see WSAECONNRESET error when archiving or retrieving mailbox sizes.
MAPI_E_NOT_FOUND error
You may see the following error message when you run an archive rule:
Archive Service
COMException logging on to Exchange Server: System.Runtime.InteropServices.COMException (0x8004010F): Error in IMsgServiceAdmin::CreateMsgService: MAPI_E_NOT_FOUND
This error can occur if MAPI is not installed, or if the version of MAPI is not compatible with Exchange Server Archiver.
- Check that MAPI is installed.
You must ensure that you install a version of MAPI that is compatible with your Exchange configuration. For details, see MAPI versions supported for Exchange Server Archiver.
- Check that the installed version of MAPI is supported.
For more information, see MAPI versions supported for Exchange Server Archiver.
- If you have installed the standalone MAPI client, reboot the server.
Accessing messages
Message placeholders are shown in Outlook
If you see a message placeholder when you open a message in Outlook instead of the full message:
- Check that the Outlook Add-in is installed.
- Check that the Outlook Add-in is not disabled:
In Outlook, click
in the Exchange Server Archiver toolbar; if the About Exchange Server Archiver box is not displayed, the Outlook Add-in is disabled. For information about how to enable the add-in, see Disabling the Outlook Add-in. - On the Admin Console Maintenance tab, check that the Storage Service is running, and the Archive Stores are attached.
- Check that the UAA Service Web site is running.
Was this article helpful?
Exchange Server Archiver
- Archiving does not complete
- Running the UAA Service on a Web server when another application requires a different ASP.NET version
- Authorization for the OWA Add-in on Exchange Server 2003
- Cannot access attachment from Outlook Web Access (OWA)
- Cannot open archived message using OWA Add-in on Exchange Server 2003
- Data security in Exchange Server Archiver
- Disabling the Outlook Add-in
- Troubleshooting your Exchange Server Archiver installation
- Logs and configuration files
- Logs and configuration files in Exchange Server Archiver
- Exchange store size is not smaller after archiving
- Mailbox size displayed as 'Unavailable' for all users
- MAPI_E_NOT_FOUND error when archiving or retrieving mailbox sizes
- MAPI versions supported for Exchange Server Archiver
- Messages missing from Exchange Server Archiver Search results
- Mobile support for Exchange Server Archiver
- UAA Service could not connect
- Preventing the Outlook Add-in and UAA Service web page from prompting for credentials
- Upgrading Exchange Server Archiver
- User does not have permission to read mailbox using UAA Service
- WSAECONNRESET error when archiving or retrieving mailbox sizes
- .NET programmability support for Outlook 2007 is not installed
- Upgrading Exchange Server Archiver
- Admin Console continuously prompts for User Archive Access (UAA) Service website credentials followed by error
- User DOMAIN\user cannot be granted permission on the mailbox - no archive service which could be contacted allowed this (1.0)
- User Archive Access Service is unable to retrieve mailbox GUID
- Creating a CNAME record for the User Archive Access Service
- Archive Service throwing exception CreateMsgService: MAPI_E_NOT_FOUND
- ActiveX component can't create object error accessing archived message through OWA Basic
- Attempting to access archived message results in continuous prompt for credentials
- Configuring ESA to use a specific Active Directory server
- RPC Server Unavailable and other errors in the Admin Console
- (version 2) Moving archived messages in Outlook does not work
- Embedded items not showing in Outlook preview pane
- MAPI_E_NOT_FOUND error logging on to mailbox
- Checking that the Outlook add-in is not disabled
- ESA Version 3.0 showing error in Admin Console: Method not found 'Boolean System.Threading.WaitHandle.WaitOne (Int32)'
- Archive Service reporting MAPI_E_NETWORK_ERROR when connection to Exchange
- Error: 'The installer requires a website to be configured on port 80 (-2147023728)
- Cannot log on to Exchange errors occurring in the Admin Console
- Cannot log on to Exchange because of permissions in Exchange 2010
- Argument exception occurring in storage service
- UnauthorizedAccessException happening during copy back to Exchange
- I want to uninstall ESA - what are my options?
- Log files in PST Importer 2010
all products
- Some Red Gate products identified as containing a trojan by Anti-Virus software
- Activation may fail with Unknown Error -1
- Product uses web help although a CHM file is available locally
- Argument exception resulting from missing environment variable
- Check for updates may fail when used through proxies
- 'Unidentified Publisher' error when repairing or uninstalling
- Licensing activates product as standard edition
- Moving Red Gate software products to another machine
- Red Gate tools log locations
- The application UI opening slowly when there is no internet access
Exchange Server Archiver
- Archiving all messages with Exchange Server Archiver
- Archiving to external storage with Exchange Server Archiver
- Backing up and restoring Exchange Server Archiver archive data
- Deploying the Exchange Server Archiver Outlook Add-in using Active Directory group policy
- Installing Exchange Server Archiver on the Exchange server
- Installing the Exchange Server Archiver OWA Add-in on front-end/back-end Exchange 2003 configurations
- Upgrading Exchange Server when using Exchange Server Archiver
- Moving Exchange Server Archiver to a new server
- Using multiple Archive Stores with Exchange Server Archiver
- Searching all archived messages with Exchange Server Archiver
- Understanding placeholders in Exchange Server Archiver
- Exchange Server Archiver release notes - version 3.xx
all products
- Red Gate product acknowledgements
- Activating your products
- Activating your products
- Red Gate bundle history
- Check for updates
- Troubleshooting Check for Updates errors
- Current versions
- Deactivating your products
- Installing Red Gate products from the .msi file
- Requesting additional activations
- Serial numbers for bundles
- Reactivating using a different serial number
- Extending your trial
- Finding your serial numbers
- Moving a serial number from one computer to another
- No response received for manual activation
- Licensing and activation resources
- Licensing and activation resources
- Troubleshooting licensing and activation errors
- Licensing and activation FAQs
- Red Gate tools log file locations
- Download old versions of products
- Download product prerequisites & utilities
- Support & upgrades
- Upgrading your software
- Upgrading FAQs

Installing and initial setup