Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
NguyenL71
Posting Yak Master
228 Posts |
Posted - 2010-05-04 : 18:36:59
|
I have try stop and start the db mail by executing the SPs below but no luck. Does anyone has seem the error below and how to fix it.Thanks in advance for your advise/help.--stepsUSE msdb;goEXECute sysmail_stop_sp;goEXECute sysmail_start_sp;goEXECute sysmail_help_queue_sp @queue_type = 'Mail';goqueue_type length state last_empty_rowset_time last_activated_time---------- ----------- ---------------------------------------------------------------- ----------------------- -----------------------mail 3 INACTIVE 2010-05-04 22:26:16.850 2010-05-04 22:31:46.840Error message:ate 5/4/2010 3:26:21 PMLog Database Mail (Database Mail Log)Log ID 2346Process ID 1032Last Modified 5/4/2010 3:26:21 PMMessage1) Exception Information===================Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseExceptionMessage: The Transaction not longer valid.Data: System.Collections.ListDictionaryInternalTargetSite: Void ValidateConnectionAndTransaction()HelpLink: NULLSource: DatabaseMailEngineStackTrace Information=================== at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.ConnectionManager.ValidateConnectionAndTransaction() at Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.ConnectionManager.RollbackTransaction() at Microsoft.SqlServer.Management.SqlIMail.IMailProcess.QueueItemProcesser.GetDataFromQueue(DataAccessAdapter da, Int32 lifetimeMinimumSec) at Microsoft.SqlServer.Management.SqlIMail.IMailProcess.QueueItemProcesser.ProcessQueueItems(String dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel loggingLevel) |
|
|
|
|