在使用SQL Server 2008 R2时遇到这样一个问题,在SQL Server Agent >> Jobs中新建与修改步骤时出现下面的错误:

 TITLE: Microsoft SQL Server Management Studio

------------------------------

Creating an instance of the COM component with CLSID {AA40D1D6-CAEF-4A56-B9BB-D0D3DC976BA2} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)

------------------------------

ADDITIONAL INFORMATION:

Creating an instance of the COM component with CLSID {AA40D1D6-CAEF-4A56-B9BB-D0D3DC976BA2} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)

解决方法:

  在命令行中运行下面的命令:

c:\windows\system32\regsvr32 "c:\Program Files\Microsoft SQL Server\100\DTS\Binn\dts.dll"

c:\windows\syswow64\regsvr32 "c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\dts.dll" 

  然后重新打开Microsoft SQL Server Management Studio。

  注:在使用过程中有时还会出现上述错误,解决方法是重新打开Management Studio。

参考文文章:

  SSMS : Can no longer create or edit job steps 

相关文章:

  • 2022-01-24
  • 2021-12-12
  • 2021-11-20
  • 2022-12-23
  • 2021-06-12
  • 2022-02-03
  • 2021-10-31
  • 2021-05-24
猜你喜欢
  • 2021-08-31
  • 2021-08-23
  • 2022-01-09
  • 2022-12-23
  • 2021-04-11
相关资源
相似解决方案