msxml3.dll 错误 '80072efe'

number321 2009-01-29 10:26:16
msxml3.dll 错误 '80072efe'

The connection with the server was terminated abnormally

/include/Common.asp,行 27

--------------------------
错误提示是这个,win2003server和IIS6,程序是一个网站模板程序,common.asp错误这行为


<%
'通用文件,所有页面都会包含这个文件
'On Error Resume Next
Const syDllName = "syDll"
Const SystemDatabaseType = "ACCESS" '系统数据库类型,"SQL"为MS SQL2000数据库,"ACCESS"为MS ACCESS 2000数据库

..........
..........

Dim CreatConnection,dbName
dbName = "#DataBase.mdb" '数据库文件名

Set CreatConnection = Server.CreateObject("ADODB.Connection")
If SystemDatabaseType = "SQL" Then
Sqlstr = "Provider = Sqloledb; User ID = " & SqlUsername & "; Password = " & SqlPassword & "; Initial Catalog = " & SqlDatabaseName & "; Data Source = " & SqlHostIP & ";"
Else
Sqlstr = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = " & Server.MapPath("/database/"&dbName)
End If

CreatConnection.open Sqlstr


'On Error Resume Next
set Common_Class_new = server.CreateObject(syDllName & ".Common_Class") '''''''''出错的是这行
If not IsObject(Common_Class_new) Then
Response.Write "请先注册系统组件!"
Response.End
End If
Common_Class_new.CreatConnection = CreatConnection
'取得系统参数并进行缓存

.........
........



把这个程序放到另外一个刚装2003和IIS的系统里提示是

Microsoft JET Database Engine 错误 '800401f3'

外部对象产生错误。没有有效的错误描述。

/include/Common.asp,行 29


有没有人知道是什么原因导致的呢
...全文
2029 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
风隼 2011-06-16
  • 打赏
  • 举报
回复
[Quote=引用 6 楼 kewuji_24 的回复:]
我在服务器上登录网站显示msxml3.dll 错误 '80072efe'

The connection with the server was terminated abnormally

/LM/W3SVC/1/ROOT/global.asa,行 0
是什么原因呢?
[/Quote]
kewuji_24,你的程序如果是asp 的话,global.asa可能被注入病毒了,你把它改成global.asabak(万一不是,可以恢复文件的)
网站基本上就好了
kewuji_24 2011-04-27
  • 打赏
  • 举报
回复
我在服务器上登录网站显示msxml3.dll 错误 '80072efe'

The connection with the server was terminated abnormally

/LM/W3SVC/1/ROOT/global.asa,行 0
是什么原因呢?
leafyxd 2010-09-02
  • 打赏
  • 举报
回复
有个类在DLL文件里面,在电脑上,

number321 2009-01-29
  • 打赏
  • 举报
回复
已经知道了,原来是有人正在更新。。。

下面顶帖的平均给分
number321 2009-01-29
  • 打赏
  • 举报
回复
行29和行27都是上面说的那个错误的一行
sib2000 2009-01-29
  • 打赏
  • 举报
回复
在其它机器找人msxml3.dll ,重新regsvr32 msxml3.dll 注册一下
Dogfish 2009-01-29
  • 打赏
  • 举报
回复
路过的, 顶帖

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧