Jump to content


huebi

An error occurred while importing the selected driver

Recommended Posts

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.