ORF反垃圾邮件系统

邮件服务器-邮件系统-邮件技术论坛(BBS)

 找回密码
 会员注册
查看: 5426|回复: 0
打印 上一主题 下一主题

[经验] 启用邮件跟踪失败,错误代码80041013

[复制链接]
跳转到指定楼层
顶楼
发表于 2007-7-3 15:54:45 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
Troubleshooting Code 80041013

Introduction to Code 80041013
Error code, 80041013 occurs when you execute a VBScript connecting to WMI (Windows Management Instrumentation).  It means that COM cannot locate a provider referenced in the schema.
The Symptoms you get
The script does not execute as you had hoped. Instead you get a Windows Script Host message box like this picture:
The Cause of Code 80041013
It means that COM cannot locate a provider referenced in the schema. In practical terms it means that the files used by WMI have been deleted or become corrupt.
The Solutions
You need to re-register all the .DLL and .EXE files needed for WMI.
From the CMD prompt, navigate to the %windir%\System32\Wbem directory.
Type the following at the command prompt and then press ENTER:
for %i in (*.dll) do RegSvr32 –s %i
After the .DLLs have been re-registered you will then need to re-register any .EXE files found in the Wbem folder, except for Mofcomp.exe and Wmic.exe. For example, to re-register the executable file Scrcons.exe type the following from the command prompt:
regsvr32 –s scrcons.exe
Example of Error Code 80041013 Script
No examples at present.
您需要登录后才可以回帖 登录 | 会员注册

本版积分规则

小黑屋|手机版|Archiver|邮件技术资讯网

GMT+8, 2024-5-17 03:32

Powered by Discuz! X3.2

© 2001-2016 Comsenz Inc.

本论坛为非盈利中立机构,所有言论属发表者个人意见,不代表本论坛立场。内容所涉及版权和法律相关事宜请参考各自所有者的条款。
如认定侵犯了您权利,请联系我们。本论坛原创内容请联系后再行转载并务必保留我站信息。此声明修改不另行通知,保留最终解释权。
*本论坛会员专属QQ群:邮件技术资讯网会员QQ群
*本论坛会员备用QQ群:邮件技术资讯网备用群

快速回复 返回顶部 返回列表