zoukankan      html  css  js  c++  java
  • 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即可。

  • 相关阅读:
    知识图谱
    spring mvc踩坑记
    学习计划
    迷茫中看见一道曙光
    面试复习准备
    关于配置httpd2.4.18+php5.6
    notepad++ 等用正则表达式自动添加sql引号(宏)
    JDK1.8的HashMap实现原理和源码解析
    Java垃圾回收机制
    sql server 表分区
  • 原文地址:https://www.cnblogs.com/yc_huangxiao/p/2611453.html
Copyright © 2011-2022 走看看