Hi,
Thanks very much for your feedback and sharing. We're glad that the issue is gone now. It's appreciated that you could click "Accept Answer" to the helpful reply, this will help other users to search for useful information more quickly. Here's a short summary for the problem.
Problem/Symptom:
SCCM failed to migrate drivers, even failed to manually import a driver as a test with the error "An error occurred while importing the selected driver."
Solution/Workaround:
The issue is related to SQL Server 2022. To fix it, you have to change the database compatibility by running the below query in SQL Server Management Studio:
ALTER DATABASE database_name
SET COMPATIBILITY_LEVEL = 150
Thanks again for your time. Have a nice day!
Best regards,
Simon
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.