November 15, 2013 at 1:42 am
I try to install SQL Server 2012 sp1 CU4 or CU6 on our SharePoint development server, which has SQL Server database engine and SSRS installed.
I downloaded the hotfix, extracted it, but when I run the setup, nothing happens.
I go to the usual log folder of SQL Server (C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\) but nothing is there.
I rebooted the server, but this doesn't help.
(the hotfix installed without any issues on another server though)
Any ideas?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 15, 2013 at 5:20 am
Found the issue. Found a log file in \AppData\Local\Temp, called SqlSetup.log
Most important line was:
Error: Cannot load .Net security policy file 0x80004005
A quick google search told me to reset the .NET security for the machine.
How to: Return to the Default Security Policy Settings Using Caspol.exe
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
November 15, 2013 at 12:38 pm
Koen Verbeeck (11/15/2013)
Found the issue. Found a log file in \AppData\Local\Temp, called SqlSetup.logMost important line was:
Error: Cannot load .Net security policy file 0x80004005
A quick google search told me to reset the .NET security for the machine.
How to: Return to the Default Security Policy Settings Using Caspol.exe
Well, that's a little scarey. Thanks for posting the solution. I've filed it away in the memory banks, since it'll help if we get to 2012 some day.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply