程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> 配置-SQLSERVER 數據庫郵件發不出去

配置-SQLSERVER 數據庫郵件發不出去

編輯:編程綜合問答
SQLSERVER 數據庫郵件發不出去

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,就搞定啦!

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved