Table of Contents
- Symptom
- Assessment
- Cause
- Resolution
- More Information
Symptom
Unable to upgrade the exchange server to CU14. [ERROR] An error occurred with error code ‘3221684229’ and message ‘Access is denied.’
Assessment
- Download procmon tool
- Capture the procmon during the setup failure
- Export the capture as CSV
- Filter the CSV result field with access denied
Cause
Check if below events regarding access denied are logged in proc Mon capture
«19:29.1 ExSetupUI.exe 30216 CreateFile DeviceHarddiskVolumeShadowCopy9System Volume Information ACCESS DENIED Desired Access: Read Data/List Directory, Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode:
Read, Write, Delete, AllocationSize: n/a»
Resolution
Identify if the above volume listed is shadowcopyvolume or disk volume
If its shadowcopy volume, delete the shadow using the command
DISKSHADOW>delete shadows all
If its Disk volume, identify the volume using below command
DISKPART> list volume Provide the account used for installation full control over the system volume folder on volume listed
More Information
- Reference
Hi All,
I’m attempting to install SP2 on an Exchange 2010 / Windows 2008 R2 server. The installation fails when trying to upgrade the Mailbox Role:
Error:
The following error was generated when «$error.Clear();
buildToBuildUpgrade-ExsetdataAtom -AtomName SystemAttendant -DomainController $RoleDomainController
» was run: «An error occurred with error code ‘3221684229’ and message ‘Access is denied.’.».
An error occurred with error code ‘3221684229’ and message ‘Access is denied.’.
Click here for help…
http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.2.247.1&e=ms.exch.err.Ex88D115&l=0&cl=cp
The setup log shows the following:
[10/25/2012 11:20:06.0363] [2] Configuring X400 address type for i386 processor.
[10/25/2012 11:20:06.0363] [2] Entering ScSetVersionOnAddressTypeObj
[10/25/2012 11:20:06.0425] [2] ScFindFileInDirTree (f:14.02.0247sourcesdevadminsrclibsbasebasemisc.cxx:1347)
Error code 0XC0070005 (5): Access is denied.
[10/25/2012 11:20:06.0472] [2] ScFindFileInDirTree (f:14.02.0247sourcesdevadminsrclibsbasebasemisc.cxx:1347)
Error code 0XC0070005 (5): Access is denied.
[10/25/2012 11:20:06.0503] [2] ScFindFileInDirTree (f:14.02.0247sourcesdevadminsrclibsbasebasemisc.cxx:1347)
Error code 0XC0070005 (5): Access is denied.
[10/25/2012 11:20:06.0503] [2] ScFindFileInDirTree (f:14.02.0247sourcesdevadminsrclibsbasebasemisc.cxx:1347)
Error code 0XC0070005 (5): Access is denied.
[10/25/2012 11:20:06.0503] [2] ScSetVersionOnAddressTypeObj (f:14.02.0247sourcesdevadminsrclibsexsetupdsmisc.cxx:1008)
Error code 0XC0070005 (5): Access is denied.
[10/25/2012 11:20:06.0503] [2] Leaving ScSetVersionOnAddressTypeObj
[10/25/2012 11:20:06.0503] [2] CAtomSystemAttendant::ScSetAddressTypes (f:14.02.0247sourcesdevadminsrcudogexsetdatacomponentsservera_systemattendant.cxx:261)
Error code 0XC0070005 (5): Access is denied.
[10/25/2012 11:20:06.0503] [2] CAtomSystemAttendant::ScReinstall (f:14.02.0247sourcesdevadminsrcudogexsetdatacomponentsservera_systemattendant.cxx:319)
Error code 0XC0070005 (5): Access is denied.
[10/25/2012 11:20:06.0503] [2] mode = ‘Reinstall’ (61955) CBaseAtom::ScSetup (f:14.02.0247sourcesdevadminsrcudogsetupbasebasecompbaseatom.cxx:537)
Error code 0XC0070005 (5): Access is denied.
[10/25/2012 11:20:06.0503] [2] ScSetupAtom (f:14.02.0247sourcesdevadminsrcudogexsetdataexsetds.cxx:882)
Error code 0XC0070005 (5): Access is denied.
[10/25/2012 11:20:06.0503] [2] Leaving ScSetupAtom
[10/25/2012 11:20:06.0519] [2] [ERROR] An error occurred with error code ‘3221684229’ and message ‘Access is denied.’.
[10/25/2012 11:20:06.0831] [1] The following 1 error(s) occurred during task execution:
[10/25/2012 11:20:06.0831] [1] 0. ErrorRecord: An error occurred with error code ‘3221684229’ and message ‘Access is denied.’.
[10/25/2012 11:20:06.0831] [1] 0. ErrorRecord: Microsoft.Exchange.Management.Deployment.ExsetdataException: An error occurred with error code ‘3221684229’ and message ‘Access is denied.’.
[10/25/2012 11:20:06.0863] [1] [ERROR] The following error was generated when «$error.Clear();
buildToBuildUpgrade-ExsetdataAtom -AtomName SystemAttendant -DomainController $RoleDomainController
» was run: «An error occurred with error code ‘3221684229’ and message ‘Access is denied.’.».
[10/25/2012 11:20:06.0863] [1] [ERROR] An error occurred with error code ‘3221684229’ and message ‘Access is denied.’.
[10/25/2012 11:20:06.0863] [1] [ERROR-REFERENCE] Id=LegacyCoreComponent___bff10cd874104b84ade74b02b9036b25 Component=EXCHANGE14:CurrentReleaseSharedDatacenterSetup
[10/25/2012 11:20:06.0863] [1] Setup is stopping now because of one or more critical errors.
It is interesting to note that the server in question does not even have an F: drive.
The only information I have been able to find on the net regarding this error relates to Ex2007 and none of the suggested solution have worked:
— Run setup.exe as administrator
— Run setup.exe in Vista SP2 compatibility mode (this fails during the prerequisite stage)
— Grant the relevant acocunt Full Control over the System Volume Information folder of the volume that hosts the mailbox databases (I had very high hopes for this proposed solution, but unfortunately it didn’t work)
I am now out of ideas. I would be extremely grateful to anyone who could suggest a solution.
Even though the SP2 upgrade has failed, the server appears to be running normally once rebooted. I am very reluctant to leave the server running in this state but I’m even more reluctant to restore from backup since the server has received emails, performed
schema updates in AD, etc. Is it ok to leave it running like this?
Eagerly awaiting a solution,
Stu
-
Edited by
Thursday, October 25, 2012 11:55 AM
by techheights | May 22, 2012
Solution: You get his error while installing Exchange 2007 on Windows 2008R2 since Exchange 2007 is not yet supported on Windows 2008R2 with the exception of Exchange 2007 with SP3. This issue can be easily bypassed running the setup.exe in vista32 compatibility mode.
Tags: 3221684229, compatibility mode, Exchange 2007, Exchange 2007 with SP3, Installation, Windows 2008
Categories: Microsoft Exchange
Submit a Comment
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
- Remove From My Forums
-
Вопрос
-
Hello,
When trying tu Upgrade CU on exchange server 2013, I’v this error that appear (on other CU succeed without error)
Mailbox role: Mailbox service
FAILED
The following error was generated when «$error.Clear();
buildToBuildUpgrade-ExsetdataAtom -AtomName SystemAttendant -DomainController $RoleDomainController» was run: «Microsoft.Exchange.Management.Deployment.ExsetdataException: An error occurred with error code ‘3221684229’
and message ‘Access is denied.’.
at Microsoft.Exchange.Configuration.Tasks.Task.ThrowTerminatingError(Exception exception, ErrorCategory category, Obj
ect target)
at Microsoft.Exchange.Management.Deployment.ManageExsetdataAtom.HandleExsetdataReturnCode(UInt32 scErr)
at Microsoft.Exchange.Management.Deployment.ManageExsetdataAtom.BuildToBuildUpgradeAtom(AtomID atomID)
at Microsoft.Exchange.Management.Deployment.BuildToBuildUpgradeExsetdataAtom.InternalProcessRecord()
at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePip
elineIfFailed)».Could someone help pls
rgds
Contrary to «Although you cannot install Exchange 2007 RTM on a server running Windows Server 2008» the following list indicates that that infact you can.
Supported 64 bit servers … One of the following:
Windows Server 2003 Standard x64 Edition operating system with SP2
Windows Server 2003 Standard x64 Edition with SP2, with Multilingual User Interface Pack (MUI)
Windows Server 2003 Enterprise x64 Edition operating system with SP2
Windows Server 2003 Enterprise x64 Edition with SP2, with MUI
Windows Server 2003 Datacenter x64 Edition operating system with SP2
Windows Server 2003 Enterprise x64 Edition with SP2, with MUI
Windows Server 2003 R2 Standard x64 Edition operating system with SP2
Windows Server 2003 R2 Standard x64 Edition with SP2, with MUI
Windows Server 2003 R2 Enterprise x64 Edition operating system with SP2
Windows Server 2003 R2 with SP2, Enterprise x64 Edition with SP2, with MUI
Windows Server 2003 R2 Datacenter x64 Edition operating system with SP2
Windows Server 2003 R2 with SP2, Datacenter x64 Edition with SP2, with MUI
64-bit edition of the Windows Server 2008 Standard operating system
64-bit edition of the Windows Server 2008 Enterprise operating system
64-bit edition of the Windows Server 2008 Datacenter operating system
Sigh