User Manual User Manual
Rockwell Automation Publication 1783-UM001D-EN-P - January 2013 41
Network Services Setup Chapter 2
Email and SMS Error Codes
Examine the destination element of the email MSG to see if the email was
successfully delivered to the mail relay server.
This indicates that the mail relay server placed the email message in a queue for
delivery. It does not mean the intended recipient successfully received the email
message.
This table shows possible codes that could be in this destination element.
Table 4 - Error Codes
Error Code (hex) Extended-error Code
(hex)
Description
0x00 None Delivery successful to the mail relay server.
0x02 Resource unavailable. The email object was unable to obtain
memory resources to initiate the SMTP session.
0x08 Unsupported Service Request.
Make sure the service code is 0x4B and the class is 0x32F.
0x11 Reply data too large. The Destination string must reserve
space for the SMTP server reply message.
The reply can be 470 bytes max.
0x13 Configuration data size too short. The Source Length is less
than the Source Element string size plus the 4-byte length.
The Source Length must equal the Source Element string size
+ 4.
0x15 Configuration data size too large. The Source Length is greater
than the Source Element string size plus the 4-byte length.
The Source Length must equal the Source Element string size
+ 4.
0x19 Data write failure.
An error occurred when attempting to write the SMTP server
address (attribute 4) to nonvolatile memory.
0xFF 0x0100 Error returned by email server; check the Destination string
for reason. The email message was not queued for delivery.
0x0101 SMTP mail server not configured. Attribute 5 was not set with
a SMTP server address.
0x0102 To: address not specified.
Attribute 1 was not set with a To: address with no To: field
header in the email body.
0x0103 0x0103 From: address not specified. Attribute 2 was not set
with a From: address and no From: field header in the email
body.