I encountered this error while installing SQL 2012. What is puzzling is that I was using a fully licensed copy that I had downloaded from Microsoft using my BizSpark account. I encountered this error for both Developer and Enterprise editions.
SQL Server Setup has encountered the following error:
The SQL Server product key is not valid. To proceed, re-enter the product key values
from the Certificate of Authenticity (COA) or SQL Server packaging.
Error code 0x858C0017.
I was installing SQL 2012 onto a virtual machine (in my
case, using Virtual Box from Oracle Corporation). The setup file for SQL was located on my host
machine, but the VM had access to that folder.
This had me perplexed for days. Finally I solved the problem by copying the whole install image onto the VM. Once
setup accessed the files locally to the VM rather than from the host, I was
able to install without any problem.
Thanks!!!
ReplyDeleteI had a failed installation of SQL Server 2012 on a cluster. The second time I tried to install I got the error with code : Error code 0x858C0017
ReplyDeleteWhat did it for me was to manually remove everything of this version of the C and D disk of the cluster.
After that it worked again.
i had the same problem (Error code 0x858C0017) on installing SQL Server 2012.
ReplyDeleteMy Problem was the region settings.
When i install my Windows-Server2012 is set the region to "Germany-Austria" and so i can't install the SQL-Server.
But changing the region on the running MS-Server don't help.
I have to re-install the Windows Server 2012 with the region settings "Germany-Germany" and now all work fine.
I was able to install the SQL-Server without any troubles.
Pretty smart solution. Thank you!
ReplyDelete