在事件查看里面的应用程序日志里没隔几秒就出现这条记录????!!!

jay_lizj 2003-10-17 11:04:21
事件类型: 错误
事件来源: MSExchangeIS
事件种类: Content Engine
事件 ID: 12002
日期: 2003-10-10
事件: 11:01:17
用户: N/A
计算机: email
描述:
Error 8004011B-82000387 occurred while processing message <> from 'ads@mail.ghet.com.cn'.

不知如何处理,请高手指教!!!!
...全文
68 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
storm97 2003-10-17
  • 打赏
  • 举报
回复
我想应该是有一个用户向ads@mail.ghet.com.cn发邮件,而该邮件地址服务器你的DNS无法解析,因此你的服务器一直尝试连接,但都失败引起的。
Event ID
12002

Event Message
The operation timed out. The remote server did not respond within the set time allowed. The server might be unavailable at this time. Try again later or contact the server administrator.
storm97 2003-10-17
  • 打赏
  • 举报
回复
SUMMARY
There is a Mail Application Programming Interface (MAPI) component for use in Active Server Page (ASP) code. It was formerly called Active Messaging, but is now called Collaboration Data Objects (CDO). To allow for greater functionality from the object library than was available in Active Messaging 1.1, the objects were replaced by CDOs. CDOs are objects that support capabilities beyond simple messaging into the areas of calendaring, collaboration, and workflow.

ASP technology is used very widely in Exchange 2000 conferencing and as a result, you may encounter a variety of MAPI warnings and error messages.

This article lists all the MAPI error codes.
MORE INFORMATION
The optimal return value for any call to MAPI is zero, which signifies that the call is successful and is producing the expected results. However, MAPI may return a warning value (CdoW) or an error value (CdoE) to the CDO libraries. A warning signifies a partial success with possible unexpected results or side effects. An error indicates the call was not successful. All warning and error return codes are nonzero.

As you can see, the warning values have the high-order bit zero, while error values set it to one.

The following table also lists a column for the decimal equivalent, which is primarily for the benefit of scripting in Visual Basic.

Error/Warning code Decimal Description
00040203 1515 CdoW_NO_SERVICE
00040380 1896 CdoW_ERRORS_RETURNED
00040481 2153 CdoW_POSITION_CHANGED
00040482 2154 CdoW_APPROX_COUNT
00040580 2408 CdoW_CANCEL_MESSAGE
00040680 2664 CdoW_PARTIAL_COMPLETION
80004002 17386 CdoE_INTERFACE_NOT_SUPPORTED
80004005 17389 CdoE_CALL_FAILED
80040102 1258 CdoE_NO_SUPPORT
80040103 1259 CdoE_BAD_CHARWIDTH
80040105 1261 CdoE_STRING_TOO_LONG
80040106 1262 CdoE_UNKNOWN_FLAGS
80040107 1263 CdoE_INVALID_ENTRYID
80040108 1264 CdoE_INVALID_OBJECT
80040109 1265 CdoE_OBJECT_CHANGED
8004010A 1266 CdoE_OBJECT_DELETED
8004010B 1267 CdoE_BUSY
8004010D 1269 CdoE_NOT_ENOUGH_DISK
8004010E 1270 CdoE_NOT_ENOUGH_RESOURCES
8004010F 1271 CdoE_NOT_FOUND
80040110 1272 CdoE_VERSION
80040111 1273 CdoE_LOGON_FAILED
80040112 1274 CdoE_SESSION_LIMIT
80040113 1275 CdoE_USER_CANCEL
80040114 1276 CdoE_UNABLE_TO_ABORT
80040115 1277 CdoE_NETWORK_ERROR
80040116 1278 CdoE_DISK_ERROR
80040117 1279 CdoE_TOO_COMPLEX
80040118 1280 CdoE_BAD_COLUMN
80040119 1281 CdoE_EXTENDED_ERROR
8004011A 1282 CdoE_COMPUTED
8004011B 1283 CdoE_CORRUPT_DATA
8004011C 1284 CdoE_UNCONFIGURED
8004011D 1285 CdoE_FAILONEPROVIDER
8004011E 1286 CdoE_UNKNOWN_CPID
8004011F 1287 CdoE_UNKNOWN_LCID
80040120 1288 CdoE_PASSWORD_CHANGE_REQUIRED
80040121 1289 CdoE_PASSWORD_EXPIRED
80040122 1290 CdoE_INVALID_WORKSTATION_ACCOUNT
80040123 1291 CdoE_INVALID_ACCESS_TIME
80040124 1292 CdoE_ACCOUNT_DISABLED
80040200 1512 CdoE_END_OF_SESSION
80040201 1513 CdoE_UNKNOWN_ENTRYID
80040202 1514 CdoE_MISSING_REQUIRED_COLUMN
80040301 1769 CdoE_BAD_VALUE
80040302 1770 CdoE_INVALID_TYPE
80040303 1771 CdoE_TYPE_NO_SUPPORT
80040304 1772 CdoE_UNEXPECTED_TYPE
80040305 1773 CdoE_TOO_BIG
80040306 1774 CdoE_DECLINE_COPY
80040307 1775 CdoE_UNEXPECTED_ID
80040400 2024 CdoE_UNABLE_TO_COMPLETE
80040401 2025 CdoE_TIMEOUT
80040402 2026 CdoE_TABLE_EMPTY
80040403 2027 CdoE_TABLE_TOO_BIG
80040405 2029 CdoE_INVALID_BOOKMARK
80040500 2280 CdoE_WAIT
80040501 2281 CdoE_CANCEL
80040502 2282 CdoE_NOT_ME
80040600 2536 CdoE_CORRUPT_STORE
80040601 2537 CdoE_NOT_IN_QUEUE
80040602 2538 CdoE_NO_SUPPRESS
80040604 2540 CdoE_COLLISION
80040605 2541 CdoE_NOT_INITIALIZED
80040606 2542 CdoE_NON_STANDARD
80040607 2543 CdoE_NO_RECIPIENTS
80040608 2544 CdoE_SUBMITTED
80040609 2545 CdoE_HAS_FOLDERS
8004060A 2546 CdoE_HAS_MESSAGES
8004060B 2547 CdoE_FOLDER_CYCLE
80040700 2792 CdoE_AMBIGUOUS_RECIP
80070005 1005 CdoE_NO_ACCESS
8007000E 1014 CdoE_NOT_ENOUGH_MEMORY
80070057 1087 CdoE_INVALID_PARAMETER

535

社区成员

发帖
与我相关
我的任务
社区描述
企业开发 Exchange Server
社区管理员
  • 消息协作社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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