select * from msdb.dbo.sysmail_event_log
從log表中發現下面的這個錯誤,經過測試郵件服務器配置是沒問題的,本地數據庫可以發,這個發郵件服務已經用了一年多,突然這2天就出現了。難道我要重新安裝SQL嗎?現在也沒那個時間裝啊!我用的是SQL2005 服務器是window2008 R2,求有經驗的人幫忙解答!
1) Exception Information =================== Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException Message: 無法從隊列中檢索項。 Data: System.Collections.ListDictionaryInternal TargetSite: Microsoft.SqlServer.Management.SqlIMail.Server.Controller.ICommand CreateSendMailCommand(Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.DBSession) HelpLink: NULL Source: DatabaseMailEngine StackTrace Information =================== 在 Microsoft.SqlServer.Management.SqlIMail.Server.Controller.CommandFactory.CreateSendMailCommand(DBSession dbSession) 在 Microsoft.SqlServer.Management.SqlIMail.Server.Controller.CommandRunner.Run(DBSession db) 在 Microsoft.SqlServer.Management.SqlIMail.IMailProcess.ThreadCallBack.MailOperation(Object o)
升級SP4,就搞定啦!