数据库

本类阅读TOP10

·SQL语句导入导出大全
·SQL Server日期计算
·SQL语句导入导出大全
·SQL to Excel 的应用
·Oracle中password file的作用及说明
·MS SQLServer OLEDB分布式事务无法启动的一般解决方案
·sqlserver2000数据库置疑的解决方法
·一个比较实用的大数据量分页存储过程
·如何在正运行 SQL Server 7.0 的服务器之间传输登录和密码
·SQL中两台服务器间使用连接服务器

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
怎样解决SQL Server:“Could not create component categories manager”和“Could not create an instance of the DTS package”错误

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

因为做测试在一台Windows Server 2003的机器上安装了一套BizTalk 2004(也可能不是由于装了这个导致的),突然发觉没有办法在Enterprise Manager里面导入、导出数据。查了一下微软支持网站没有任何想法,于是老办法google了一下,居然发现这样一篇小文章,跟各位分享:

This can happen after some additional software has been installed, and DLLs required by DTS have been overwritten. The main culprit is Comcat.dll (winnt\system32). Version 4.71 is required for DTS to function correctly. For a quick fix copy Comcat.dll from your SQL 7 CD-ROM, and register it as described below. If this does not work then start working your way through the suggestions below.

  • (Re-)Apply SP1 or SP2
  • (Re-)Install Internet Explorer 5
  • Copy Comcat.dll from the SQL 7 CD-ROM to \winnt\system32, replacing the existing version.
  • Re-register comcat.dll [Regsvr32 \winnt\system32\comcat.dll]
  • Re-register the DTS DLLs
    • Regsvr32 \mssql7\binn\axscphst.dll (SQL Server 2000: \Microsoft SQL Server\80\Tools\Binn\axscphst.dll)
    • Regsvr32 \mssql7\binn\dtsffile.dll (SQL Server 2000: \Microsoft SQL Server\80\Tools\Binn\dtsffile.dll)
    • Regsvr32 \mssql7\binn\dtspkg.dll (SQL Server 2000: \Microsoft SQL Server\80\Tools\Binn\dtspkg.dll)
    • Regsvr32 \mssql7\binn\dtspump.dll (SQL Server 2000: \Microsoft SQL Server\80\Tools\Binn\dtspump.dll) 
    • Regsvr32 \mssql7\binn\dtsui.dll (SQL Server 2000: \Microsoft SQL Server\80\Tools\Binn\dtsui.dll)



相关文章

相关软件