dbTalk Databases Forums  

DB Mail - Not able to send emails with attachment bigger than 5 MB

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss DB Mail - Not able to send emails with attachment bigger than 5 MB in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rajesh
 
Posts: n/a

Default DB Mail - Not able to send emails with attachment bigger than 5 MB - 09-03-2008 , 10:39 AM






Hi ,

I've configure a sql 2005 server DB mail. I'm not able to send email with
attachment bigger than 5 MB. But I'm able to send a mail with attachment
size less than 5 MB.

The SQL DB mail is configured to send mail of maximum size 15 MB. The port
25 is open on the server and antivirus software is configure to to trust the
SQL DB mail process.

I could get following information from the system event logger and sysmail log
tables.

Quote:
Exception Message
(Sending Mail using .....XXXXX...Exception Message: Cannot send mails to
mail server. (The operation has timed out.)

1) Exception Information
===================
Exception Type:
Microsoft.SqlServer.Management.SqlIMail.Server.Com mon.BaseException
Message: The Transaction not longer valid.
Data: System.Collections.ListDictionaryInternal
TargetSite: Void ValidateConnectionAndTransaction()
HelpLink: NULL
Source: DatabaseMailEngine

StackTrace Information
===================
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.ValidateConnectionAndTra nsaction()
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.RollbackTransaction()
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.GetDataFromQueue(DataAccessA dapter
da, Int32 lifetimeMinimumSec)
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.ProcessQueueItems(String
dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel
loggingLevel)

Quote:
Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account .....XXX. Exception Message: Cannot
send mails to mail server. (Failure sending mail.). )

Quote:
Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account ...XXXX..... Exception Message: Cannot
send mails to mail server. (The operation has timed out.).

The same configuration works from other server (Test server)

Please can anyone help me.

Thank you in advance

From,
Rajesh Bhokse




Reply With Quote
  #2  
Old   
Linchi Shea
 
Posts: n/a

Default RE: DB Mail - Not able to send emails with attachment bigger than 5 MB - 09-07-2008 , 09:06 PM






I'd first test the SMTP server by sending an email with a 5MB attachment
using an SMTP client (i.e. without involving SQL Server). It may be a setting
on the SMTP side that's the root of the problem.

On a different note, why are you sending such a large email via SQL database
mail? I'm not sure it's a good idea.

Linchi

"Rajesh" wrote:

Quote:
Hi ,

I've configure a sql 2005 server DB mail. I'm not able to send email with
attachment bigger than 5 MB. But I'm able to send a mail with attachment
size less than 5 MB.

The SQL DB mail is configured to send mail of maximum size 15 MB. The port
25 is open on the server and antivirus software is configure to to trust the
SQL DB mail process.

I could get following information from the system event logger and sysmail log
tables.

Exception Message
(Sending Mail using .....XXXXX...Exception Message: Cannot send mails to
mail server. (The operation has timed out.)

1) Exception Information
===================
Exception Type:
Microsoft.SqlServer.Management.SqlIMail.Server.Com mon.BaseException
Message: The Transaction not longer valid.
Data: System.Collections.ListDictionaryInternal
TargetSite: Void ValidateConnectionAndTransaction()
HelpLink: NULL
Source: DatabaseMailEngine

StackTrace Information
===================
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.ValidateConnectionAndTra nsaction()
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.RollbackTransaction()
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.GetDataFromQueue(DataAccessA dapter
da, Int32 lifetimeMinimumSec)
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.ProcessQueueItems(String
dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel
loggingLevel)

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account .....XXX. Exception Message: Cannot
send mails to mail server. (Failure sending mail.). )

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account ...XXXX..... Exception Message: Cannot
send mails to mail server. (The operation has timed out.).

The same configuration works from other server (Test server)

Please can anyone help me.

Thank you in advance

From,
Rajesh Bhokse



Reply With Quote
  #3  
Old   
Linchi Shea
 
Posts: n/a

Default RE: DB Mail - Not able to send emails with attachment bigger than 5 MB - 09-07-2008 , 09:06 PM



I'd first test the SMTP server by sending an email with a 5MB attachment
using an SMTP client (i.e. without involving SQL Server). It may be a setting
on the SMTP side that's the root of the problem.

On a different note, why are you sending such a large email via SQL database
mail? I'm not sure it's a good idea.

Linchi

"Rajesh" wrote:

Quote:
Hi ,

I've configure a sql 2005 server DB mail. I'm not able to send email with
attachment bigger than 5 MB. But I'm able to send a mail with attachment
size less than 5 MB.

The SQL DB mail is configured to send mail of maximum size 15 MB. The port
25 is open on the server and antivirus software is configure to to trust the
SQL DB mail process.

I could get following information from the system event logger and sysmail log
tables.

Exception Message
(Sending Mail using .....XXXXX...Exception Message: Cannot send mails to
mail server. (The operation has timed out.)

1) Exception Information
===================
Exception Type:
Microsoft.SqlServer.Management.SqlIMail.Server.Com mon.BaseException
Message: The Transaction not longer valid.
Data: System.Collections.ListDictionaryInternal
TargetSite: Void ValidateConnectionAndTransaction()
HelpLink: NULL
Source: DatabaseMailEngine

StackTrace Information
===================
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.ValidateConnectionAndTra nsaction()
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.RollbackTransaction()
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.GetDataFromQueue(DataAccessA dapter
da, Int32 lifetimeMinimumSec)
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.ProcessQueueItems(String
dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel
loggingLevel)

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account .....XXX. Exception Message: Cannot
send mails to mail server. (Failure sending mail.). )

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account ...XXXX..... Exception Message: Cannot
send mails to mail server. (The operation has timed out.).

The same configuration works from other server (Test server)

Please can anyone help me.

Thank you in advance

From,
Rajesh Bhokse



Reply With Quote
  #4  
Old   
Linchi Shea
 
Posts: n/a

Default RE: DB Mail - Not able to send emails with attachment bigger than 5 MB - 09-07-2008 , 09:06 PM



I'd first test the SMTP server by sending an email with a 5MB attachment
using an SMTP client (i.e. without involving SQL Server). It may be a setting
on the SMTP side that's the root of the problem.

On a different note, why are you sending such a large email via SQL database
mail? I'm not sure it's a good idea.

Linchi

"Rajesh" wrote:

Quote:
Hi ,

I've configure a sql 2005 server DB mail. I'm not able to send email with
attachment bigger than 5 MB. But I'm able to send a mail with attachment
size less than 5 MB.

The SQL DB mail is configured to send mail of maximum size 15 MB. The port
25 is open on the server and antivirus software is configure to to trust the
SQL DB mail process.

I could get following information from the system event logger and sysmail log
tables.

Exception Message
(Sending Mail using .....XXXXX...Exception Message: Cannot send mails to
mail server. (The operation has timed out.)

1) Exception Information
===================
Exception Type:
Microsoft.SqlServer.Management.SqlIMail.Server.Com mon.BaseException
Message: The Transaction not longer valid.
Data: System.Collections.ListDictionaryInternal
TargetSite: Void ValidateConnectionAndTransaction()
HelpLink: NULL
Source: DatabaseMailEngine

StackTrace Information
===================
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.ValidateConnectionAndTra nsaction()
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.RollbackTransaction()
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.GetDataFromQueue(DataAccessA dapter
da, Int32 lifetimeMinimumSec)
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.ProcessQueueItems(String
dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel
loggingLevel)

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account .....XXX. Exception Message: Cannot
send mails to mail server. (Failure sending mail.). )

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account ...XXXX..... Exception Message: Cannot
send mails to mail server. (The operation has timed out.).

The same configuration works from other server (Test server)

Please can anyone help me.

Thank you in advance

From,
Rajesh Bhokse



Reply With Quote
  #5  
Old   
Linchi Shea
 
Posts: n/a

Default RE: DB Mail - Not able to send emails with attachment bigger than 5 MB - 09-07-2008 , 09:06 PM



I'd first test the SMTP server by sending an email with a 5MB attachment
using an SMTP client (i.e. without involving SQL Server). It may be a setting
on the SMTP side that's the root of the problem.

On a different note, why are you sending such a large email via SQL database
mail? I'm not sure it's a good idea.

Linchi

"Rajesh" wrote:

Quote:
Hi ,

I've configure a sql 2005 server DB mail. I'm not able to send email with
attachment bigger than 5 MB. But I'm able to send a mail with attachment
size less than 5 MB.

The SQL DB mail is configured to send mail of maximum size 15 MB. The port
25 is open on the server and antivirus software is configure to to trust the
SQL DB mail process.

I could get following information from the system event logger and sysmail log
tables.

Exception Message
(Sending Mail using .....XXXXX...Exception Message: Cannot send mails to
mail server. (The operation has timed out.)

1) Exception Information
===================
Exception Type:
Microsoft.SqlServer.Management.SqlIMail.Server.Com mon.BaseException
Message: The Transaction not longer valid.
Data: System.Collections.ListDictionaryInternal
TargetSite: Void ValidateConnectionAndTransaction()
HelpLink: NULL
Source: DatabaseMailEngine

StackTrace Information
===================
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.ValidateConnectionAndTra nsaction()
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.RollbackTransaction()
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.GetDataFromQueue(DataAccessA dapter
da, Int32 lifetimeMinimumSec)
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.ProcessQueueItems(String
dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel
loggingLevel)

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account .....XXX. Exception Message: Cannot
send mails to mail server. (Failure sending mail.). )

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account ...XXXX..... Exception Message: Cannot
send mails to mail server. (The operation has timed out.).

The same configuration works from other server (Test server)

Please can anyone help me.

Thank you in advance

From,
Rajesh Bhokse



Reply With Quote
  #6  
Old   
Linchi Shea
 
Posts: n/a

Default RE: DB Mail - Not able to send emails with attachment bigger than 5 MB - 09-07-2008 , 09:06 PM



I'd first test the SMTP server by sending an email with a 5MB attachment
using an SMTP client (i.e. without involving SQL Server). It may be a setting
on the SMTP side that's the root of the problem.

On a different note, why are you sending such a large email via SQL database
mail? I'm not sure it's a good idea.

Linchi

"Rajesh" wrote:

Quote:
Hi ,

I've configure a sql 2005 server DB mail. I'm not able to send email with
attachment bigger than 5 MB. But I'm able to send a mail with attachment
size less than 5 MB.

The SQL DB mail is configured to send mail of maximum size 15 MB. The port
25 is open on the server and antivirus software is configure to to trust the
SQL DB mail process.

I could get following information from the system event logger and sysmail log
tables.

Exception Message
(Sending Mail using .....XXXXX...Exception Message: Cannot send mails to
mail server. (The operation has timed out.)

1) Exception Information
===================
Exception Type:
Microsoft.SqlServer.Management.SqlIMail.Server.Com mon.BaseException
Message: The Transaction not longer valid.
Data: System.Collections.ListDictionaryInternal
TargetSite: Void ValidateConnectionAndTransaction()
HelpLink: NULL
Source: DatabaseMailEngine

StackTrace Information
===================
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.ValidateConnectionAndTra nsaction()
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.RollbackTransaction()
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.GetDataFromQueue(DataAccessA dapter
da, Int32 lifetimeMinimumSec)
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.ProcessQueueItems(String
dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel
loggingLevel)

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account .....XXX. Exception Message: Cannot
send mails to mail server. (Failure sending mail.). )

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account ...XXXX..... Exception Message: Cannot
send mails to mail server. (The operation has timed out.).

The same configuration works from other server (Test server)

Please can anyone help me.

Thank you in advance

From,
Rajesh Bhokse



Reply With Quote
  #7  
Old   
Linchi Shea
 
Posts: n/a

Default RE: DB Mail - Not able to send emails with attachment bigger than 5 MB - 09-07-2008 , 09:06 PM



I'd first test the SMTP server by sending an email with a 5MB attachment
using an SMTP client (i.e. without involving SQL Server). It may be a setting
on the SMTP side that's the root of the problem.

On a different note, why are you sending such a large email via SQL database
mail? I'm not sure it's a good idea.

Linchi

"Rajesh" wrote:

Quote:
Hi ,

I've configure a sql 2005 server DB mail. I'm not able to send email with
attachment bigger than 5 MB. But I'm able to send a mail with attachment
size less than 5 MB.

The SQL DB mail is configured to send mail of maximum size 15 MB. The port
25 is open on the server and antivirus software is configure to to trust the
SQL DB mail process.

I could get following information from the system event logger and sysmail log
tables.

Exception Message
(Sending Mail using .....XXXXX...Exception Message: Cannot send mails to
mail server. (The operation has timed out.)

1) Exception Information
===================
Exception Type:
Microsoft.SqlServer.Management.SqlIMail.Server.Com mon.BaseException
Message: The Transaction not longer valid.
Data: System.Collections.ListDictionaryInternal
TargetSite: Void ValidateConnectionAndTransaction()
HelpLink: NULL
Source: DatabaseMailEngine

StackTrace Information
===================
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.ValidateConnectionAndTra nsaction()
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.RollbackTransaction()
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.GetDataFromQueue(DataAccessA dapter
da, Int32 lifetimeMinimumSec)
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.ProcessQueueItems(String
dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel
loggingLevel)

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account .....XXX. Exception Message: Cannot
send mails to mail server. (Failure sending mail.). )

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account ...XXXX..... Exception Message: Cannot
send mails to mail server. (The operation has timed out.).

The same configuration works from other server (Test server)

Please can anyone help me.

Thank you in advance

From,
Rajesh Bhokse



Reply With Quote
  #8  
Old   
Linchi Shea
 
Posts: n/a

Default RE: DB Mail - Not able to send emails with attachment bigger than 5 MB - 09-07-2008 , 09:06 PM



I'd first test the SMTP server by sending an email with a 5MB attachment
using an SMTP client (i.e. without involving SQL Server). It may be a setting
on the SMTP side that's the root of the problem.

On a different note, why are you sending such a large email via SQL database
mail? I'm not sure it's a good idea.

Linchi

"Rajesh" wrote:

Quote:
Hi ,

I've configure a sql 2005 server DB mail. I'm not able to send email with
attachment bigger than 5 MB. But I'm able to send a mail with attachment
size less than 5 MB.

The SQL DB mail is configured to send mail of maximum size 15 MB. The port
25 is open on the server and antivirus software is configure to to trust the
SQL DB mail process.

I could get following information from the system event logger and sysmail log
tables.

Exception Message
(Sending Mail using .....XXXXX...Exception Message: Cannot send mails to
mail server. (The operation has timed out.)

1) Exception Information
===================
Exception Type:
Microsoft.SqlServer.Management.SqlIMail.Server.Com mon.BaseException
Message: The Transaction not longer valid.
Data: System.Collections.ListDictionaryInternal
TargetSite: Void ValidateConnectionAndTransaction()
HelpLink: NULL
Source: DatabaseMailEngine

StackTrace Information
===================
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.ValidateConnectionAndTra nsaction()
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.RollbackTransaction()
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.GetDataFromQueue(DataAccessA dapter
da, Int32 lifetimeMinimumSec)
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.ProcessQueueItems(String
dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel
loggingLevel)

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account .....XXX. Exception Message: Cannot
send mails to mail server. (Failure sending mail.). )

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account ...XXXX..... Exception Message: Cannot
send mails to mail server. (The operation has timed out.).

The same configuration works from other server (Test server)

Please can anyone help me.

Thank you in advance

From,
Rajesh Bhokse



Reply With Quote
  #9  
Old   
Linchi Shea
 
Posts: n/a

Default RE: DB Mail - Not able to send emails with attachment bigger than 5 MB - 09-07-2008 , 09:06 PM



I'd first test the SMTP server by sending an email with a 5MB attachment
using an SMTP client (i.e. without involving SQL Server). It may be a setting
on the SMTP side that's the root of the problem.

On a different note, why are you sending such a large email via SQL database
mail? I'm not sure it's a good idea.

Linchi

"Rajesh" wrote:

Quote:
Hi ,

I've configure a sql 2005 server DB mail. I'm not able to send email with
attachment bigger than 5 MB. But I'm able to send a mail with attachment
size less than 5 MB.

The SQL DB mail is configured to send mail of maximum size 15 MB. The port
25 is open on the server and antivirus software is configure to to trust the
SQL DB mail process.

I could get following information from the system event logger and sysmail log
tables.

Exception Message
(Sending Mail using .....XXXXX...Exception Message: Cannot send mails to
mail server. (The operation has timed out.)

1) Exception Information
===================
Exception Type:
Microsoft.SqlServer.Management.SqlIMail.Server.Com mon.BaseException
Message: The Transaction not longer valid.
Data: System.Collections.ListDictionaryInternal
TargetSite: Void ValidateConnectionAndTransaction()
HelpLink: NULL
Source: DatabaseMailEngine

StackTrace Information
===================
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.ValidateConnectionAndTra nsaction()
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.RollbackTransaction()
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.GetDataFromQueue(DataAccessA dapter
da, Int32 lifetimeMinimumSec)
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.ProcessQueueItems(String
dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel
loggingLevel)

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account .....XXX. Exception Message: Cannot
send mails to mail server. (Failure sending mail.). )

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account ...XXXX..... Exception Message: Cannot
send mails to mail server. (The operation has timed out.).

The same configuration works from other server (Test server)

Please can anyone help me.

Thank you in advance

From,
Rajesh Bhokse



Reply With Quote
  #10  
Old   
Linchi Shea
 
Posts: n/a

Default RE: DB Mail - Not able to send emails with attachment bigger than 5 MB - 09-07-2008 , 09:06 PM



I'd first test the SMTP server by sending an email with a 5MB attachment
using an SMTP client (i.e. without involving SQL Server). It may be a setting
on the SMTP side that's the root of the problem.

On a different note, why are you sending such a large email via SQL database
mail? I'm not sure it's a good idea.

Linchi

"Rajesh" wrote:

Quote:
Hi ,

I've configure a sql 2005 server DB mail. I'm not able to send email with
attachment bigger than 5 MB. But I'm able to send a mail with attachment
size less than 5 MB.

The SQL DB mail is configured to send mail of maximum size 15 MB. The port
25 is open on the server and antivirus software is configure to to trust the
SQL DB mail process.

I could get following information from the system event logger and sysmail log
tables.

Exception Message
(Sending Mail using .....XXXXX...Exception Message: Cannot send mails to
mail server. (The operation has timed out.)

1) Exception Information
===================
Exception Type:
Microsoft.SqlServer.Management.SqlIMail.Server.Com mon.BaseException
Message: The Transaction not longer valid.
Data: System.Collections.ListDictionaryInternal
TargetSite: Void ValidateConnectionAndTransaction()
HelpLink: NULL
Source: DatabaseMailEngine

StackTrace Information
===================
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.ValidateConnectionAndTra nsaction()
at
Microsoft.SqlServer.Management.SqlIMail.Server.Dat aAccess.ConnectionManager.RollbackTransaction()
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.GetDataFromQueue(DataAccessA dapter
da, Int32 lifetimeMinimumSec)
at
Microsoft.SqlServer.Management.SqlIMail.IMailProce ss.QueueItemProcesser.ProcessQueueItems(String
dbName, String dbServerName, Int32 lifetimeMinimumSec, LogLevel
loggingLevel)

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account .....XXX. Exception Message: Cannot
send mails to mail server. (Failure sending mail.). )

Information by SQL server syslog
The mail could not be sent to the recipients because of the mail server
failure. (Sending Mail using Account ...XXXX..... Exception Message: Cannot
send mails to mail server. (The operation has timed out.).

The same configuration works from other server (Test server)

Please can anyone help me.

Thank you in advance

From,
Rajesh Bhokse



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.