- Remove From My Forums
-
Вопрос
-
Hi All,
I am having problems installing MSSQL 2012 Express (32 and 64 bit). I have tried the advance edition, the express edition with tools and the management studio both 32 bit and 64 bit versions without success. I get the following error..
TITLE: SQL Server Setup failure.
——————————SQL Server Setup has encountered the following error:
‘.’, hexadecimal value 0x00, is an invalid character. Line 1, position 120352. Error code 0x84B10001.
I have searched the web for answers and found that this error has been reported a few times now……but I could not find the answer.
If there is a solution please advise.
Thanks. Chris.
Ответы
-
can you try the following
1-un install SQL setup package from addremove programs and try again
2-decompress express package to local folder run as administrator <package.exe /x:»d:SQLExpress2012Uncompressed»
the launch setup.exe from command line from d:SQLExpress2012Uncompressed and run
setup.exe /action=install, if this doesn’t wrok please see below FAQ on how to share/upload comple SQL Server setup logs
FAQ
—-
Regards,
Ahmed Ibrahim
SQL Server Setup Team
My Blog
This posting is provided «AS IS» with no warranties, and confers no rights. Please remember to click
«Mark as Answer» and «Vote as Helpful»
on posts that help you.
This can be beneficial to other community members reading the thread.

-
Помечено в качестве ответа
7 ноября 2012 г. 9:47
-
Помечено в качестве ответа
-
Hi All,
Thank you for your advice, this worked.
This is what I did…..
I extracted the ‘SQLEXPRADV_x64_ENU’ to its own local directory. I changed to this new directory and right clicked on ‘setup.exe’ and then selected to run this as an administrator.
It installed without any errors … took about an hour.
Thanks once again Ahmed.
Regards.
Chris van Nispen-
Помечено в качестве ответа
Chris van Nispen
13 ноября 2012 г. 11:59
-
Помечено в качестве ответа
-
-
Помечено в качестве ответа
Shulei Chen
7 ноября 2012 г. 9:47
-
Помечено в качестве ответа
-
Hello,
This may be related to an MSDE instance installed on that computer. Please use the following article to remove the instance and try to install SQL Server 2012 again.
http://support.microsoft.com/kb/320873
Hope this helps.Regards,
Alberto Morillo
SQLCoffee.com
-
Помечено в качестве ответа
Shulei Chen
7 ноября 2012 г. 9:47
-
Помечено в качестве ответа
I’m trying to install SQL Server Express with Service Pack 1 on my Win8 Pro (x64) development machine and I’m consistently getting an error 0x84b10001 when trying to install it:

Antivirus is disabled during the installation (done as Administrator) and I tried 2 versions of the SQL Server Express package and I’m getting the same issue with both.
I’m getting the same issue whether I’m trying the x86 or x64 packages.
I suspect that the issue comes from the fact that Visual Studio 2013 has already installed some SQL Server packages but I do not see any way to update and modify these to add the Management Studio for istance.
asked Feb 8, 2014 at 7:37
Renaud BompuisRenaud Bompuis
16.4k4 gold badges55 silver badges85 bronze badges
Create a new local user with administative rights and try the installation again. In my case it solves the problem with MSSQL 2008R2.
answered Jan 7, 2015 at 10:34
WaveWave
692 silver badges3 bronze badges
Create new user with administrative privileges and install using that user. It worked.
answered Feb 14, 2018 at 17:17
![]()
Remove folder:
C:Users[USER ID]AppDataLocalMicrosoft_Corporation
It worked for me.
answered May 13, 2015 at 16:37
satocsatoc
4414 silver badges7 bronze badges
In my case, it was because trying to install an x86 package on an x64 windows, installing x64 package worked for me.
answered Feb 23, 2017 at 3:41
![]()
Reza AbolfathiReza Abolfathi
2,9612 gold badges17 silver badges14 bronze badges

- Remove From My Forums
-
Question
-
Hi,
in the sql server installation center I click on «new sql server stand alone installation…» and get this error message.
thank you for your help
-
Edited by
Samuel Lester — MSFTMicrosoft employee
Saturday, August 24, 2013 11:23 AM
Cleaned up format
-
Edited by
All replies
-
Hi, can you try to unpack the Express package and run setup from the command line? This should get around the issue. To do so,
- Uninstall SQL Server setup package from add/remove programs
- Unpack the Express package to a local folder and run setup as admin. To do so, run <package.exe> /x:»c:SQLExpressUnpacked»
- Launch setup.exe from the command line from c:SQLExpressUnpacked using «setup.exe /action=install»
Thanks,
Sam Lester (MSFT)
http://blogs.msdn.com/b/samlester
This posting is provided «AS IS» with no warranties, and confers no rights. Please remember to click
«Mark as Answer» and
«Vote as Helpful» on posts that help you. This can be beneficial to other community members reading the thread.-
Proposed as answer by
Ahmed Ibrahim — MSFTMicrosoft employee
Monday, September 16, 2013 6:48 PM
-
thank you for yor reply!
there is no sql setup packge or anything like that on the add/remove programs.
beside that I don’t understand the other two bullets below
thank you
-
No problem. SQL Server Express edition ships as a downloadable .exe file which unpacks and runs setup.exe when you launch it. We’re going to «unpack» the shipped .exe to access the folder structure directly, then run the setup.exe file from inside.
To do so:Step 1: uninstall any existing SQL Server Express bits (not needed since you don’t have any in A/R Programs)
Step 2: Depending on your package that you downloaded (32-bit, 64-bit, etc.), you’ll run the following from the command line (run as administrator).
SQLEXPR_x64_ENU.exe /x:»c:SQLExpressUnpacked»
(where c:SQLExpressUnpacked is a folder that you’ve created to put the temporary install files)Step 3: From the cmd prompt, navigate to c:SQLExpressUnpacked and run «setup.exe
/action=install»This will launch SQL Server Express setup directly and should get you around the issue.
Thanks,
Sam Lester (MSFT)
http://blogs.msdn.com/b/samlester
This posting is provided «AS IS» with no warranties, and confers no rights. Please remember to click
«Mark as Answer» and
«Vote as Helpful» on posts that help you. This can be beneficial to other community members reading the thread. -
thank you again
setup.exe is not working.
the command is not recognized as an internal or external command
-
-
Proposed as answer by
David.Garcia.Herrero
Thursday, April 21, 2016 4:13 PM
-
Proposed as answer by
-
the command is not recognized as an internal or external command
This error is typically the result of running the command line from the wrong path. Were you able to unpack the files to a folder somewhere on your machine? If so, were you able to navigate from the cmd prompt to that folder and run setup.exe?
You can also try to navigate to that folder and double click the setup.exe program to install through the UI. Both should work for you.Thanks,
Sam Lester (MSFT)
http://blogs.msdn.com/b/samlester
This posting is provided «AS IS» with no warranties, and confers no rights. Please remember to click
«Mark as Answer» and
«Vote as Helpful» on posts that help you. This can be beneficial to other community members reading the thread. -
thank, I try uninstall MSDE from my PC is succesed.
-
the best way to solve it is going into 110 flooder, rename Boostrap floder like Boostrap1, install package SQL 2012 server restart and enjoy! 🙂
C:Program filesMicrosoft SQL Server110Boostrap
hope this help you, one more thing to make this better just after rename flooder Boopstrap clean registre then install again
Best Regards
Nuvatus
- Remove From My Forums
-
Question
-
I m tring to install SQL 2012 Developer edition on m dev laptop that is already running SQL 2008 R2 Developer
When I run the setup on the dvd I get the error 0x84B10001. Unable to load one or more of the requested types
DJC
Answers
-
Seems like media corruption issue,
1-try re-download setup media
2-copy to local drive then launch setup
FAQ
—-
Regards,
Ahmed Ibrahim
SQL Server Setup Team
My Blog
This posting is provided «AS IS» with no warranties, and confers no rights. Please remember to click
«Mark as Answer» and «Vote as Helpful»
on posts that help you.
This can be beneficial to other community members reading the thread.

-
Marked as answer by
Friday, November 16, 2012 11:15 AM
-
Marked as answer by
- Remove From My Forums
-
Question
-
I m tring to install SQL 2012 Developer edition on m dev laptop that is already running SQL 2008 R2 Developer
When I run the setup on the dvd I get the error 0x84B10001. Unable to load one or more of the requested types
DJC
Answers
-
Seems like media corruption issue,
1-try re-download setup media
2-copy to local drive then launch setup
FAQ
—-
Regards,
Ahmed Ibrahim
SQL Server Setup Team
My Blog
This posting is provided «AS IS» with no warranties, and confers no rights. Please remember to click
«Mark as Answer» and «Vote as Helpful»
on posts that help you.
This can be beneficial to other community members reading the thread.

-
Marked as answer by
Friday, November 16, 2012 11:15 AM
-
Marked as answer by
Вопрос:
Я пытаюсь установить SQL Server Express с пакетом обновления 1 на моей машине разработки Win8 Pro (x64), и я постоянно получаю сообщение об ошибке 0x84b10001 при попытке установить его:

Антивирус отключен во время установки (выполнен как администратор), и я попробовал 2 версии пакета SQL Server Express, и я получаю ту же проблему с обоими.
Я получаю ту же проблему, пытаюсь ли я использовать пакеты x86 или x64.
Я подозреваю, что проблема связана с тем, что Visual Studio 2013 уже установила некоторые пакеты SQL Server, но я не вижу никакого способа обновить и изменить их, чтобы добавить Management Studio для istance.
Лучший ответ:
Ответ №1
Создайте нового локального пользователя с правами администратора и повторите попытку. В моем случае он решает проблему с MSSQL 2008R2.
Ответ №2
Удалить папку: C:Users [USER ID]AppDataLocalMicrosoft_Corporation
Это сработало для меня.
Ответ №3
Ответ №4
В моем случае это было из-за попытки установить пакет x86 на x64-окна, установив пакет x64 для меня.
Ответ №5
Создайте нового пользователя с правами администратора и установите его с помощью этого пользователя. Это сработало.
SQL Server 2008 Enterprise SQL Server 2008 Developer SQL Server 2008 Standard SQL Server 2008 Standard Edition for Small Business SQL Server 2008 Workgroup SQL Server 2008 R2 Developer SQL Server 2008 R2 Enterprise SQL Server 2008 R2 Standard SQL Server 2008 R2 Standard Edition for Small Business SQL Server 2008 R2 Workgroup Еще…Меньше
Корпорация Майкрософт распространяет исправления Microsoft SQL Server 2008 в один файл для загрузки. Поскольку исправления являются кумулятивными, каждый новый выпуск содержит все исправления и исправления для системы безопасности, которые были включены в предыдущий выпуск исправлений для SQL Server 2008.Корпорация Майкрософт распространяет исправления Microsoft SQL Server 2008 или SQL Server 2008 R2 как один файл для загрузки. Поскольку исправления являются кумулятивными, каждый новый выпуск содержит все исправления и исправления для системы безопасности, которые были включены в исправленный выпуск SQL Server 2008 или SQL Server 2008 R2.
Проблемы
При запуске программы установки SQL Server 2008 или SQL Server 2008 R2 программа установки может завершить работу со сбоем и произойдет неуправляемое исключение. Кроме того, в журналах настройки регистрируются сообщения об ошибках, похожие на приведенные ниже.
Индекс (Отсчитываемый от нуля) должен быть больше или равен нулю и меньше, чем размер списка аргументов. Код ошибки 0x84B10001.
Примечание. Это исключение не является исходным сообщением об ошибке.
Причина
Эта проблема возникает из-за ошибки в программе установки SQL Server 2008 или SQL Server 2008 R2. Существует множество возможных сценариев, которые могут инициировать эту ошибку. Например, сбой в предыдущей установке SQL Server может повредить реестр, и это повреждение реестра может вызвать эту ошибку.
Решение
Сведения о накопительном пакете обновления
SQL Server 2008 R2
Исправление для этой проблемы впервые выпущено в накопительном обновлении 5. Для получения дополнительных сведений о том, как получить этот накопительный пакет обновления для SQL Server 2008 R2, щелкните следующий номер статьи базы знаний Майкрософт:
2438347 Накопительный пакет обновления 5 для SQL Server 2008 R2 Примечание. Поскольку сборки являются кумулятивными, каждый новый выпуск исправлений содержит все исправления и все исправления безопасности, которые были включены в предыдущий выпуск исправлений для SQL Server 2008 R2. Рекомендуется установить последнюю версию исправления, которая включает это исправление. Дополнительные сведения см. в следующей статье базы знаний Майкрософт:
981356 Сборки SQL Server 2008 R2, выпущенные после выпуска SQL Server 2008 R2
SQL Server 2008 с пакетом обновления 1
Исправление для этой проблемы впервые выпущено в накопительном обновлении 10 для SQL Server 2008 с пакетом обновления 1 (SP1). Чтобы получить дополнительные сведения об этом накопительном пакете обновления, щелкните следующий номер статьи базы знаний Майкрософт:
2279604 Накопительный пакет обновления 10 для SQL Server 2008 с пакетом обновления 1 (SP1)Примечание. Так как сборки являются кумулятивными, каждый новый выпуск исправлений содержит все исправления и все исправления безопасности, которые были включены в предыдущий выпуск исправлений для SQL Server 2008. Корпорация Microsoft рекомендует установить последнюю версию исправления, которая включает это исправление. Дополнительные сведения см. в следующей статье базы знаний Майкрософт:
970365 Сборки SQL Server 2008, выпущенные после выпуска пакета обновления 1 (SP1) для SQL Server 2008 Исправления Microsoft SQL Server 2008 создаются для конкретных пакетов обновления для SQL Server. Вы должны применить исправление для SQL Server 2008 с пакетом обновления 1 (SP1) к установке SQL Server 2008 с пакетом обновления 1. По умолчанию любое исправление, предоставленное в пакете обновления SQL Server, входит в следующий пакет обновления для SQL Server.
SQL Server 2008 с пакетом обновления 2
Исправление для этой проблемы впервые выпущено в накопительном обновлении 1 для SQL Server 2008 с пакетом обновления 2. Чтобы получить дополнительные сведения об этом накопительном пакете обновления, щелкните следующий номер статьи базы знаний Майкрософт:
2289254 Накопительное обновление 1 для SQL Server 2008 с пакетом обновления 2Примечание. Так как сборки являются кумулятивными, каждый новый выпуск исправлений содержит все исправления и все исправления безопасности, которые были включены в предыдущий выпуск исправлений для SQL Server 2008. Рекомендуется установить последнюю версию исправления, которая включает это исправление. Дополнительные сведения см. в следующей статье базы знаний Майкрософт:
2402659 Сборки SQL Server 2008, выпущенные после выпуска пакета обновления 2 (SP2) для SQL Server 2008
Статус
Корпорация Майкрософт подтверждает наличие этой проблемы в своих продуктах, которые перечислены в разделе «Применяется к».
Ссылки
Чтобы получить дополнительные сведения о модели добавочного обслуживания для SQL Server, щелкните следующий номер статьи базы знаний Майкрософт:
935897 Модель обслуживания изменений, используемая рабочей группой SQL Server, предоставляет модель ISM для распространения исправлений обнаруженных проблемЧтобы получить дополнительные сведения о схеме присвоения имен обновлениям SQL Server, щелкните следующий номер статьи базы знаний Майкрософт:
822499Новая схема присвоения имен пакетам обновлений программного обеспечения Microsoft SQL ServerЧтобы получить дополнительные сведения о терминологии обновления программного обеспечения, щелкните следующий номер статьи базы знаний Майкрософт:
824684 Стандартные термины, используемые при описании обновлений программных продуктов Майкрософт
Нужна дополнительная помощь?
Error:


TITLE: SQL Server Setup failure.
------------------------------
SQL Server Setup has encountered the following error:
There was an error generating the XML document.
Error code 0x84B10001.
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&EvtType=0xE0C083E6%25400xB2215DAC
C:Program FilesMicrosoft SQL Server100Setup BootstrapLogSummary.txt
Exception summary:
The following is an exception stack listing the exceptions in outermost to innermost order
Inner exceptions are being indented
Exception type: Microsoft.SqlServer.Chainer.Infrastructure.ChainerInfrastructureException
Message:
There was an error generating the XML document.
HResult : 0x84b10001
FacilityCode : 1201 (4b1)
ErrorCode : 1 (0001)
Data:
HelpLink.EvtType = 0xE0C083E6@0xB2215DAC
DisableWatson = true
Stack:
at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(String rootPath, Object objectToSerialize, Boolean saveToCache)
at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.FlushCache(Boolean removeAllCachedObj)
at Microsoft.SqlServer.Configuration.InstallWizard.SummaryController.SaveData()
at Microsoft.SqlServer.Configuration.InstallWizardFramework.InstallWizardPageHost.PageLeaving(PageChangeReason reason)
at Microsoft.SqlServer.Configuration.WizardFramework.UIHost.set_SelectedPageIndex(Int32 value)
at Microsoft.SqlServer.Configuration.WizardFramework.NavigationButtons.nextButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Inner exception type: System.InvalidOperationException
Message:
There was an error generating the XML document.
HResult : 0x80131509
Stack:
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(TextWriter textWriter, Object o)
at Microsoft.SqlServer.Chainer.Infrastructure.DataStoreService.SerializeObject(String rootPath, Object objectToSerialize, Boolean saveToCache)
Inner exception type: System.Security.Cryptography.CryptographicException
Message:
The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation.
HResult : 0x80090345
Stack:
at System.Security.Cryptography.ProtectedData.Protect(Byte[] userData, Byte[] optionalEntropy, DataProtectionScope scope)
at Microsoft.SqlServer.Common.SqlSecureString.WriteXml(XmlWriter writer)
at System.Xml.Serialization.XmlSerializationWriter.WriteSerializable(IXmlSerializable serializable, String name, String ns, Boolean isNullable, Boolean wrapped)
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSqlEngineSetupPublic.Write7_SqlEngineSetupPublic(String n, String ns, SqlEngineSetupPublic o, Boolean isNullable, Boolean needType)
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSqlEngineSetupPublic.Write8_SqlEngineSetupPublic(Object o)
If we look at the start place of the error, it says System.Security.Cryptography.CryptographicException. This means that there are some issues while encryption of the data. And the real error message is “The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation.”
When I searched with above two, then I found that this can happen when there is Read Only Domain Controller (RODC).
WORKAROUND/SOLUTION
To solve this, we created the registry entry DWORD “ProtectionPolicy” and set to 1 to enable local backup of the MasterKey instead of requiring a RWDC in the following registry subkey:
HKEY_LOCAL_MACHINESoftwareMicrosoftCryptographyProtectProvidersdf9d8cd0-1501-11d1-8c7a-00c04fc297eb
We need to create the following key:
- Path : HKLMSoftwareMicrosoftCryptographyProtectProvidersdf9d8cd0-1501-11d1-8c7a-00c04fc297eb
- Name: ProtectionPolicy
- Value : 1 (DWORD and Hexadecimal)


Setting this value to 1 causes DPAPI master keys to be backed up locally rather than using a domain backup. For more information about DPAPI you can read https://support.microsoft.com/en-us/kb/309408
This workaround is documented in https://support.microsoft.com/en-in/help/3000850/november-2014-update-rollup-for-windows-rt-8.1,-windows-8.1,-and-windows-server-2012-r2
Sources:
https://support.microsoft.com/en-in/help/3000850/november-2014-update-rollup-for-windows-rt-8-1-windows-8-1-and-windows