PureMessage for Microsoft Exchange: installation error 0x80070534
Issue
When trying to install PureMessage for Microsoft Exchange, installation stops and the following message is displayed:
0x80070534 - No mapping between account names and security IDs
Sophos product and version
PureMessage for Microsoft Exchange, version 3.0
Operating system
Windows 2000/2003 Server
What to do
You need to reset the IUSR_Server account:
- Navigate to C:\Inetpub\AdminScripts\adsutil.vbs and create a backup copy of this file.
- Open adsutil.vbs in Notepad or another text editor.
- Find the section named "IsSecureProperty" (if you search for IsSecureProperty, it is the fourth occurrence).
- Change the following line
From: To: If (Attribute = True) ThenIsSecureProperty = True
Else
IsSecureProperty = False
End If
If (Attribute = True) ThenIsSecureProperty = False
Else
IsSecureProperty = False
End If
- Open a command prompt and type
C:\Inetpub\AdminScripts\adsutil.vbs get w3svc/anonymoususerpass - Note the password that's returned. The password is case sensitive.
- Go to Active Directory (Users and computers) and change the IUSR_YourServer password to match the password noted in step 6.
- Open another command prompt and type
C:\Inetpub\AdminScripts\synciwam.vbs - Now reset IIS by typing
iisreset /restart - Close the Command Prompt window.
- Double-click the PureMessage installation icon to install PureMessage.
If the installation fails with the same error:
- In Active Directory, rename the IUSR account.
- Reboot the server. The IUSR will be recreated automatically.
- Open the command prompt and reset IIS again by typing the following command:
iisreset /restart - Try installing PureMessage again.
Technical Information
This error usually occurs when the Quarantine Digest fails to configure itself using the IUSR_Server account. For more information, please refer to the following knowledgebase article on the Microsoft website: http://support.microsoft.com/kb/297989
If you need more information or guidance, then please contact technical support.
- Article ID: 33332
- Created: 17 Jan 2008
- Last updated: 23 Oct 2008
