SCCM 2012 – Error: some drivers cannot be imported successfully

 

As soon as you Detach an reattach the SCCM database in SQL, two properties are changed, and SCCM isn’t able to do certain operations, as importing drivers, or applications.

In my case I got this error when trying to import drivers to SCCM

Error: some drivers cannot be imported successfully

image

Solution:

Run the following queries:

1. ALTER DATABASE <ConfigMgr DB> SET TRUSTWORTHY ON

Also verify, that SA is still the owner of the database.

if not you can run this query:

EXEC sp_changedbowner 'sa'

image

 

 

Good luck!

Idit Bnaya – Senior IT consultant at Neway technologies

About Idit Bnaya

Sr. Cloud Solution Architect at Microsoft, I’m passionate about helping customers succeed by building secure, scalable, and innovative cloud solutions – with a strong focus on AI, DevOps practices, and end-to-end security. With a proven track record in the IT and services industry, I serve as a trusted advisor, partnering closely with organizations to guide them through digital transformation and maximize the value of their cloud investments. My role combines technical leadership with project ownership – from designing modern architectures to leading cross-functional implementations that drive real business outcomes. I also manage and empower strategic partners, working hand-in-hand with them to ensure project success and deliver measurable business impact for customers.
This entry was posted in SCCM 2012. Bookmark the permalink.

Leave a Reply