fuzzyocelot
Programmer
Hi everyone!
I'm stumped on this one and would appreciate any help. Everything worked great on the server until yesterday. The network and server guys say they didn't change anything on the domain or the server. I know I didn't change anything.
The System: SQL Server 2005 x64 SP2 on Windows Server 2003 R2 x64 SP2
When I try to open the SQL Configuration Manager on the server, I get this error:
It was working fine for the last month and fine a few days ago. I noticed this error yesterday and I am stumped!
I can open Management Studio on the server and connect to the local instance just fine.
When I open Reporting Services Configuration Manager, I get this error:
When I try to open Surface Area Configuration, I get this error:
I went to the blog here: I tried the solution listed and ran this:
When I ran it, I received this error:
I Google'd that error and ran across a thread on another forum that said to check the access and launch permissions via “Dcomcnfg”. I did that and it looked okay to me. Here’s what is set via Component services --> Computers --> Configure My Computer :
I need to change this to a domain account but right now the SQL Server services are all running under the local system account.
Under Services (for Windows), the Windows Management Instrumentation service is set to Automatic and is running. The Windows Management Instrumentation Driver Extensions services was set to manual and was not running. I set it to automatic and set it to run. I get the same errors.
I open up IIS Manager and I see nothing listed. I try to connect to the server and it says "You have been denied access to this machine".
We're using Active Directory. This server is on the same domain that I'm on. I am in an Active Directory Group which is a member of the Local Administrators Group on the server.
Nothing shows up in the Event Viewer when I try to access these SQL configuration tools.
I rebooted the server yesterday but that didn't fix anything.
Does anyone have any ideas what else I can check or how to fix this? I would really appreciate it!
Thanks!!!
I'm stumped on this one and would appreciate any help. Everything worked great on the server until yesterday. The network and server guys say they didn't change anything on the domain or the server. I know I didn't change anything.
The System: SQL Server 2005 x64 SP2 on Windows Server 2003 R2 x64 SP2
When I try to open the SQL Configuration Manager on the server, I get this error:
Cannot connect to WMI provider. You do not have permissions or the server is unreachable. Note that you can only manage SQL Server 2005 servers with SQL Server Configuration Manager.
Access is denied. [0x80070005]
It was working fine for the last month and fine a few days ago. I noticed this error yesterday and I am stumped!
I can open Management Studio on the server and connect to the local instance just fine.
When I open Reporting Services Configuration Manager, I get this error:
A connection to the computer cannot be established.
Details:
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
When I try to open Surface Area Configuration, I get this error:
Computer localhost does not exist on the network, or the computer cannot be configured remotely. Verify that the remote computer has the required Windows Management Instrumentation components and then try again. (SQLSAC)
Additional information:
An exception occurred in SMO while trying to manage a service (Microsoft.SqlServer.Smo)
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
(mscorlib)
I went to the blog here: I tried the solution listed and ran this:
C:\Program Files (x86)\Microsoft SQL Server\90\Shared>mofcomp "C:\Program Files
(x86)\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof"
When I ran it, I received this error:
Microsoft (R) 32-bit MOF Compiler Version 5.2.3790.1830
Copyright (c) Microsoft Corp. 1997-2001. All rights reserved.
Parsing MOF file: C:\Program Files (x86)\Microsoft SQL Server\90\Shared\sqlmgmpr
oviderxpsp2up.mof
MOF file has been successfully parsed
Storing data in the repository...
An error occurred while opening the namespace for object 1 defined on lines 4 -
7:
Error Number: 0x80070005, Facility: Win32
Description: Access is denied.
Compiler returned error 0x80070005
I Google'd that error and ran across a thread on another forum that said to check the access and launch permissions via “Dcomcnfg”. I did that and it looked okay to me. Here’s what is set via Component services --> Computers --> Configure My Computer :
Code:
Access Permissions:
Edit Limits --> ANONYMOUS LOGON has Local Access and Everyone has Local and Remote Access
Edit Defaults --> SYSTEM, INTERACTIVE, NETWORK all have Local and Remote Access permissions
Default Launch Permissions:
Edit Limits --> MACHINE\Administrators has Local and Remote Launch, Local and Remote Activation. Everyone has Local Launch and Local Activation)
Edit Default --> SYSTEM, INTERACTIVE, NETWORK all have Local and Remote Launch permissions, as well as Local and Remote Activation
I need to change this to a domain account but right now the SQL Server services are all running under the local system account.
Under Services (for Windows), the Windows Management Instrumentation service is set to Automatic and is running. The Windows Management Instrumentation Driver Extensions services was set to manual and was not running. I set it to automatic and set it to run. I get the same errors.
I open up IIS Manager and I see nothing listed. I try to connect to the server and it says "You have been denied access to this machine".
We're using Active Directory. This server is on the same domain that I'm on. I am in an Active Directory Group which is a member of the Local Administrators Group on the server.
Nothing shows up in the Event Viewer when I try to access these SQL configuration tools.
I rebooted the server yesterday but that didn't fix anything.
Does anyone have any ideas what else I can check or how to fix this? I would really appreciate it!
Thanks!!!