Sql server 2008 创建维护计划失败

-

维护计划向导进度

- 创建维护计划“MaintenancePlan” (错误)
 消息
 * 创建维护计划失败。
 
 ------------------------------
 其他信息:
 
 Creating an instance of the COM component with CLSID {17BCA6E8-A95D-497E-B2F9-AF6AA475916F} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)
 
 ------------------------------
 
 Creating an instance of the COM component with CLSID {17BCA6E8-A95D-497E-B2F9-AF6AA475916F} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)
 

- 将任务添加到维护计划 (已停止)

- 添加计划选项 (已停止)

- 添加报告选项 (已停止)

- 保存维护计划“MaintenancePlan” (已停止)

 


 

 

 

针对不同服务器的解决方案:

X86:

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

X64:

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

 

注册成功之后,重启SQL Server Management Studio即可。

 

 

posted @ 2012-07-27 11:23  大匪猫  阅读(2629)  评论(0编辑  收藏  举报