Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED SCCM Admin console doesn't work,SCCM reset error and etc

Status
Not open for further replies.

Ali_Pashayev

Member
Messages
10
Solutions
1
Reaction score
0
Points
1
Hi everyone,
Sccm stopped for several days.When i open admin console i get error.Firewalls are turned off on both servers(Sccm and SccmSql).
I also get an error when I do sccm reset to fix the problem.I've looked at almost all the forums, but it didn't work.
Thanks in advance for your support and valuable ideas.

When I open admin console error Event ID:
Transport error; failed to connect, message: 'The SMS Provider reported an error.'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException\r\nThe SMS Provider reported an error.\r\n at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__75.MoveNext()
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)
at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nConfigMgr Error Object:
instance of __ExtendedStatus
{
Operation = "ExecQuery";
ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'BBB'";
ProviderName = "WinMgmt";
};

Error Code:
ProviderLoadFailure
\r\nSystem.Management.ManagementException\r\nProvider load failure \r\n at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__75.MoveNext()\r\nManagementException details:
instance of __ExtendedStatus
{
Operation = "ExecQuery";
ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'BBB'";
ProviderName = "WinMgmt";
};
\r\n

Sccm Reset error:
*** Failed to connect to the SQL Server, connection type: servername.domain.com MASTER.
 

Attachments

  • error.png
    error.png
    27.8 KB · Views: 6
The ConfigMgr has lost connectivity to SQL server. Is the ConfigMgr database hosted on SQL server that exists on local machine or remote server?.
 
Thank you for your answer Prajwal.I solved the problem.A few days ago security update installed to dc1 and dc2.I uninstalled this updates.Working :)
 
Solution
Status
Not open for further replies.
Back
Top