27.5 C
Ahmedabad
Friday, July 4, 2025

Unable to Connect 1610 Console

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&regards,
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\

Author

  • Hi, I Haresh Hirani, I am the person behind this webpage. Welcome to my page, Thank you for visiting the website and my page! My website is all about Microsoft technologies. More about ConfigMgr and all other technologies which are interesting for me. However, larger percentage of my posts are related to SCCM. Normally, like to post the interesting issues which I came across in my day to day tech life. you will find only solutions which comes on my day to day life.

- Advertisement -spot_img

1 COMMENT

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest posts