huebi Posted October 5, 2012 Report post Posted October 5, 2012 Hello, im in trouble with following error when importing drivers. An error occurred while importing the selected driver I think its the DB Move issue. I tryed the following things: http://www.windows-noob.com/forums/index.php?/topic/5225-sccm-2012-rc2-error-occurred-while-importing-the-selected-driver/page__gopid__24112#entry24112 And i found the Microsoft KB http://support.microsoft.com/kb/2709082 1. Manually set the property back to ON by running the following command against your CM database: ALTER DATABASE <ConfigMgr DB> SET TRUSTWORTHY ON 2. Ensure that the database that was moved is owned by SA. 3. Ensure that Isolation Level is set to 'READ_COMMITTED_SNAPSHOT' - To check the Isolation Level run 'DBCC USEROPTIONS' - If it is set to anything else then 'READ COMMITTED SNAPSHOT', please run following commands: ALTER DATABASE <ConfigMgr DB> SET ALLOW_SNAPSHOT_ISOLATION ON ALTER DATABASE <ConfigMgr DB> SET READ_COMMITTED_SNAPSHOT ON Note: You might have to switch the SQL DB to Single User mode before running the two commands in previous step. Once done, please change it back to Multi User mode. Also make sure that all properties are set correctly under Database Properties - Options But what is correctly? I think it is correctly. But it dosnt work! :angry: Thanks in advance Huebi Quote Share this post Link to post Share on other sites More sharing options...