November 23, 2015 at 11:29 am
Hello All,
We have been running into a strange problem when attempting to install a new cluster in one of our environments. We are able to run through the entire configuration wizard and at the last step (ready to install), it crashes with the below error.
SQL Server Version: SQL Server 2008 R2 Enterprise
SQL Server Setup has encountered the following error:
Error occured while saving setting INSTANCEID to configuration file C:\Program Files\....\Setup Bootstrap\Log\....\Configuration.ini
Error code 0x84C90001
Has anyone seen this before?
November 23, 2015 at 3:23 pm
Haven't see this before. Hard to determine what 0x84C90001 concerns. The Microsoft Exchange Server Error Code Look-up (don't let the name dissuade you) reports 60 header files that define a 0x84C90001 HResult. Given that the 0x84C90001 was raised while saving to a file, I suspect the 0x84C90001 is from winioctl.h, in which case the error would be ERROR_LABEL_UNREADABLE.
Check the system event log, and go thorough the files in the Bootstrap\Log\... folder, starting with the newest file first.
November 23, 2015 at 3:28 pm
Hello,
Thanks for the reply. We resolved the issue. It was actually a tool called vormetric we had installed on the server as part of our hardening procedures. It was interfering with the sql server installation package. After removing it, all was well. Hope this helps anyone whom use vormetric with SQL Server.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply