February 5, 2014 at 9:21 am
Hello,
I need you help good people. I installed SQL Server 2008 R2 Ent SP CU6 on windows server 2012 failover cluster. Installation was succesfull, services and applications can failover and failback between nodes. Services.msc works fine until i tried to check SQL service in SSCM and it threw this error.
The server threw an exception. [0x80010105]
Please help.
February 25, 2014 at 12:23 pm
I fixed it. Here is what I did for workaround:
I unregistered the 32-bit SQL WMI provider. To do this, I ran the following command at an elevated command prompt:
C:\Windows\SysWOW64\regsvr32.exe /u "C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmprovider.dll"
September 19, 2017 at 10:00 am
I added the SQL Service Account into local admin group on windows.
before it gave me permission error like this:-
FCB::Open failed: Could not open file D:\tempdb.mdf for file number 1. OS error: 2(The system cannot find the file specified.).
CREATE FILE encountered operating system error 5(Access is denied.) while attempting to open or create the physical file 'D:\tempdb.mdf'.
Finally it resolved.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply