Error Reported:
1610 SCCM Console is not getting open giving wmi error
Unable to Connect 1610 Console System.Management.ManagementException\r\nProvider load failure\r\n
Solution:
Step 1: validate SmsAdminUI.log Logs.
Step 2: By seeing found console is not getting require connection.
Step 3: Validate sql DB error logs and found requester has detached and attached database. so Below error reported in logs.
An error occurred in the Microsoft .NET Framework while trying to load assembly id 65539. The server may be running out of resources, or the assembly may not be trusted with PERMISSION_SET = EXTERNAL_ACCESS or UNSAFE. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error:
Step 4: Validate events and found many events are trier with An error occurred in the Microsoft .NET Framework while trying to load assembly id 65539. Below are the screen shot for reference.
By seeing all above error below are the solutions found
Step 5: Manually reset the property to ON by running the following command against your CM database
ALTER DATABASE SET TRUSTWORTHY ON
After follow steps console start working as normal if still issue validate below define points in note.
Note:
Point 1: Make sure that the database that was moved is owned by the SA account.
Point 2: Make sure that the Isolation Level value is set to READ_COMMITTED_SNAPSHOT. To check this value, run the following command: DBCC USEROPTIONS
Point 3: If the Isolation Level value is set to anything other than READ COMMITTED SNAPSHOT, run following commands in the given order:
ALTER DATABASE SET ALLOW_SNAPSHOT_ISOLATION ON
ALTER DATABASE SET READ_COMMITTED_SNAPSHOT ON
For Details Click Here with different issue but same solution work for wmi issue.
Happy Learning:-)
Thanks®ards,
Haresh Hirani
Email: [email protected], [email protected]
Facebook https://www.facebook.com/Hiraniconfigmgr-120189361980772/
Follow us: https://www.linkedin.com/in/hiraniconfigmgr
Twitter: https://twitter.com/hiraniconfigmgr\
X
1 Comments
P Ganapathi Raman
10-01-2023 07:10 pmSolved. It is Really Helpful. Thank you So Much!!
Haresh Hirani
you well come