Welcome to MSDN Blogs Sign in | Join | Help

Microsoft BizTalk Server

(Kerrey Zheng's view with BPI Products)
BizTalk Error: SMTP Adapter: Unknown Error Description

SYMPTOMS

The error message in the event log as below:
A message sent to adapter "SMTP" on send port "Orders_1.0.0.0.Orders.Email_DynamicSendPort_e369e0033a074fb3" with URI "mailto:xxx@xxx.xxx" is suspended.

Error details: Unknown Error Description.

RESOLUTION

A known issue with the SMTP Adapter, especially with a dynamic port. Set a value to SMTP.EmailBodyTextCharset, you will work out the issue.

Sample Code:
msgEmail(SMTP.EmailBodyTextCharset) = “UTF-8”;

Posted: Thursday, August 20, 2009 3:49 PM by Kerrey Zheng

Comments

John said:

' declare @q varchar(8000) select @q = 0x57414954464F522044454C4159202730303A30303A313527 exec(@q) --

# August 20, 2009 7:00 PM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

  
Enter Code Here: Required

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker