Explanation: The Email Resource Adapter supports only one outbound operation, Create.
User Action: Specify a valid function name in the Email InteractionSpec.
CWYEM0002E: The protocol name is invalid.
Explanation: The Email ResourceAdapter supports only SMTP protocol for the outbound operation.
User Action: Ensure that a valid protocol is specified in the protocol property of the EmailManagedConnectionFactory.
CWYEM0003E: The specified user name and password are not valid.
Explanation: The user name is the same as your e-mail account ID used with the e-mail server.
User Action: Specify a valid user name and password in the Email InteractionSpec.
CWYEM0004E: An error occurred during request processing.
Explanation: The following error occurred when the Outbound {0} operation: {1} was performed.
User Action: Look at the error message in the explanation section and take the appropriate action.
CWYEM0005W: The Email ResourceAdapter cannot close the connection with the e-mail server.
Explanation: The ResourceAdapter cannot close the connection with the e-mail server due to {0}.
User Action: No action is needed.
CWYEM0006E: The Email business object contains no header information.
Explanation: The Email business object contains HeaderBO as a child business object. You must provide values for the required attributes in the HeaderBO, because it cannot be NULL.
User Action: Provide header information that contains the required attribute in the header object.
CWYEM0007E: The HeaderBO, which is the child business object of the Email business object, must contain values for required attributes (to and from). There are no Recipient addresses specified for this e-mail.
Explanation: At least any one of the following attributes of the HeaderBO must contain valid Internet addresses: to, cc, and bcc. The outbound operation is canceled because the e-mail contains no addresses.
User Action: Provide valid Internet addresses as recipients in either the TO, CC, or BCC fields of the e-mail.
CWYEM0008W: The Email ResourceAdapter is unable to add content of the {2} as {0}.
Explanation: An exception occurred while processing the {0} of the e-mail. See the error message for detailed information: {1}. The Email ResourceAdapter will continue processing.
User Action: You must provide proper encoding or character set values during the generation of application-specific information.
CWYEM0009I: The e-mail message might not contain any attachments.
Explanation:
User Action: No action is required.
CWYEM0010W: An error occurred during request processing.
Explanation: The following error occurred during Outbound {0} operation: {1}
User Action: Look at the error message in the explanation section, and take action while the adapter continues to process.
CWYEM0011W: The Email ResourceAdapter cannot access the {0} file for attachment.
Explanation: The Email ResourceAdapter cannot open the {0} file. Either the file might be locked or the Email ResourceAdapter might not have permission to read it. The adapter will continue to process without attaching this file.
User Action: Ensure that the Email ResourceAdapter has read permission for the {0} file.
CWYEM0013E: The Email ResourceAdapter failed to connect to the e-mail server.
Explanation: The host name or port number might be wrong.
User Action: Verify that the e-mail server is running on the port mentioned in EmailManagedConnectionFactory. Ensure that a proper host name or IP address is specified.
CWYEM0014I: No files to attach from the file system are specified in the Email business object.
Explanation: This is an informational message.
User Action: No action is required.
CWYEM0015I: The Email ResourceAdapter successfully connected to the e-mail server.
Explanation: This is an informational message.
User Action: No action is required.
CWYEM0016I: The Email ResourceAdapter has successfully sent the e-mail to all recipients.
Explanation: This is an informational message.
User Action: No action is required.
CWYEM0017W: The file {0} does not exist. The Email ResourceAdapter attached a zero byte {0}.notfound file to the e-mail.
Explanation: The Email ResourceAdapter attaches the <file-name>.notfound file to the e-mail when it is unable to find the specified file in the file system.
User Action: Verify that you have specified a valid absolute path to the file.
CWYEM0101E: The port value provided in the ActivationSpec is invalid.
Explanation: Either a non integer value like 10ab or a negative value like -10 has been specified for Port in the ActivationSpec. The value configured in the ActivationSpec is either a "non integer" value like 10ab or a negative value like -10. The value must be a positive integer to be valid.
User Action: Ensure that a positive integer value is specified for Port in the ActivationSpec.
CWYEM0102E: The protocol value specified in the ActivationSpec is invalid. It should be either IMAP or POP3.
Explanation: The protocol value, specified in ActivationSpec, is neither IMAP nor POP3.
User Action: Specify a valid protocol value, either IMAP or POP3, in the ActivationSpec.
CWYEM0103W: Inbound failed event archiving cannot be performed because no value is specified for FailedEventsFolder in the ActivationSpec.
Explanation: The value for FailedEventsFolder, specified in the ActivationSpec, must be a non-blank value.
User Action: If archiving is needed, specify a valid value for FailedEventsFolder in the ActivationSpec. If archiving is not needed, the FailedEventsFolder configuration could be left blank.
CWYEM0104W: The inbound event could not be archived. The folder for FailedEventsFolder, configured in the ActivationSpec, does not have write permission.
Explanation: The value for FailedEventsFolder specified in the ActivationSpec must have write access so that failed events can be archived.
User Action: Assign write permission to the FailedEventsFolder field specified in the ActivationSpec.
CWYEM0105E: The adapter cannot connect to the server for inbound processing. Either ActivationSpec parameters, required to connect to the Email server, are incorrect or the e-mail server is down.
Explanation: Either the e-mail server used for polling might be down or the ActivationSpec parameters to connect to the e-mail server are incorrect.
User Action: Ensure that the e-mail server used for event processing is up and running and that the ActivationSpec parameters to connect to the e-mail server are valid.
CWYEM0106E: The poll folders specified in the ActivationSpec parameter PollFolders do not exist on the e-mail server.
Explanation: The ActivationSpec parameter PollFolders is invalid. One or more of the poll folders does not exist on the e-mail server.
User Action: Ensure that the ActivationSpec parameter PollFolders is valid.
CWYEM0107E: The adapter cannot delete an e-mail on the e-mail server.
Explanation: The e-mail server, from which events have been fetched and polled, might be down or the adapter might not have delete access to e-mails.
User Action: Ensure that the e-mail server is running and that the adapter has delete access to e-mail on the e-mail server.
CWYEM0108E: The adapter is unable to search e-mail on the poll folder.
Explanation: The e-mail server, from which events have been fetched and polled, might be down.
User Action: Ensure that the e-mail server is running.
CWYEM0109E: The adapter cannot fetch e-mail details.
Explanation: The e-mail server, from which events have been fetched and polled, might be down.
User Action: Ensure that the e-mail server is running.
CWYEM0110E: An event file does not exist in the InProgressFolder.
Explanation: The adapter downloads events and messages to the InProgressFolder from the e-mail server and then processes them later. The adapter cannot fetch the event file that was downloaded and stored in the InProgressFolder. If the adapter couldnt find this on recovery, the event will be marked as lost event.
User Action: Please check if the file was deleted, moved or renamed and restart the adapter.
CWYEM0111E: The Email session is no longer valid.
Explanation: The e-mail server from which events have been fetched and polled might be down.
User Action: Ensure that the e-mail server is running.
CWYEM0112E: The adapter cannot download and save an event to the InProgressFolder.
Explanation: The adapter cannot download and save events and messages to the InProgressFolder; the path might not exist.
User Action: Ensure that the path for the InProgressFolder exists.
CWYEM0113E: The adapter cannot write e-mail messages to the InProgressFolder.
Explanation: The adapter cannot download and save events and messages to the InProgressFolder because it does not have write access.
User Action: Ensure that the InProgressFolder has write access.
CWYEM0114W: The e-mail folder to be polled and searched does not exist on the e-mail server.
Explanation: During recovery, the adapter processes downloaded events from the file system, and it also ensures that the events have been deleted from the e-mail server. The adapter cannot find the poll folder on the e-mail server from which the events have been downloaded.
User Action: Ensure that the poll folder has not been deleted on the e-mail server.
CWYEM0116E: The protocol in ActivationSpec is IMAP, but the value for the PollFolders property is empty.
Explanation: The adapter determines the folders to poll from the PollFolders property. For POP3, the default is Inbox; however for IMAP, a non-empty value for PollFolders must be explicitly mentioned.
User Action: Specify a non-empty PollFolders value.
CWYEM0117W: Inbound event archiving cannot be performed because no ArchiveFolder is specified.
Explanation: The adapter archives successful events to the ArchiveFolder. If no value for ArchiveFolder is specified, archiving cannot occur.
User Action: If archiving is needed, ensure that the ArchiveFolder property in the ActivationSpec is not empty.
CWYEM0118W: Inbound event archiving cannot be performed. The ArchiveFolder does not have write permission.
Explanation: The adapter archives successful events to the ArchiveFolder. For events to be archived, the ArchiveFolder must have write access.
User Action: Ensure that the ArchiveFolder specified in the ActivationSpec has write permission.
CWYEM0119E: An unexpected error occurred during Inbound processing.
Explanation: An unexpected error or exception, such as a null pointer exception, occurred during Inbound processing.
User Action: Refer to the trace file for the exception trace.
CWYEM0121F: Inbound event processing cannot be performed. No value is specified for the InProgressFolder property.
Explanation: The adapter downloads events and messages to the InProgressFolder from the e-mail server and processes them later. The adapter, therefore, needs a non-empty and valid InProgressFolder configured in the ActivationSpec.
User Action: If event processing is required, ensure that the InProgressFolder property in the ActivationSpec is not empty.
CWYEM0122F: An inbound event cannot be processed because the InProgressFolder specified does not have read and write permission.
Explanation: The adapter first downloads events and messages to the InProgressFolder from the e-mail server and processes them later; therefore, a non-empty and valid value for InProgressFolder, with write access, must be configured in the ActivationSpec.
User Action: Assign read and write permission to the InProgressFolder specified in the ActivationSpec.
CWYEM0123E: The adapter cannot delete events from the InProgress folder.
Explanation: The adapter deletes processed events from the InProgressFolder. The folder must have delete permission.
User Action: Ensure that the InProgressFolder specified in the ActivationSpec has delete permission.
CWYEM0124W: The adapter cannot archive an event file from the InProgressFolder to either the ArchiveFolder or FailedEventsFolder. The file will be deleted from the InProgress folder.
Explanation: The adapter moves processed events from the InProgressFolder to either the ArchiveFolder or FailedEventsFolder. The ArchiveFolder and FailedEventsFolder must have write permission for the events to be successfully archived.
User Action: Add write permission to the ArchiveFolder and FailedEventsFolder specified in the ActivationSpec.
CWYEM0125E: The adapter cannot close the reference to a file in the InProgressFolder because of an I/O problem.
Explanation: The adapter cannot close the file references because of an I/O problem.
User Action: Ensure that all files in the InProgressFolder have read and write access.
CWYEM0126F: A search term configuration in either MatchAllCriteria or MatchSomeCriteria in the ActivationSpec is improperly configured. The values should be in the form of name=value pairs.
Explanation: The MatchAllCriteria or MatchSomeCriteria in the ActivationSpec must be in one of the following formats: name= value or name != value.
User Action: Ensure that a valid value is specified for either MatchAllCriteria or MatchSomeCriteria in the ActivationSpec.
CWYEM0127W: The search term configuration in MatchAllCriteria or in MatchSomeCriteria in the ActivationSpec might be improperly configured. The search value is empty.
Explanation: The MatchAllCriteria or MatchSomeCriteria in the ActivationSpec must be in the format "name= value" or "name != value".
User Action: Ensure that a valid value is provided for MatchAllCriteria or MatchSomeCriteria in the ActivationSpec.
CWYEM0128W: An error occurred in the method getInteractionSpecForEvent(), Message:{0}.
Explanation: An Error occurred while processing the input record specified for the getInteractionSpecForEvent() call.
User Action: Ensure that proper record was sent.
CWYEM0129E: Inbound event processing cannot be performed because the values for the {0} and InProgressFolder properties match.
Explanation: The adapter archives events to the {0}. If the values for the {0} and InProgressFolder properties match, then event processing cannot continue.
User Action: If archiving is needed, ensure that the {0} property value in the ActivationSpec does not match the InProgressFolder property value.
CWYEM0201E: EmailWrapperObject input to the getRecord() call is NULL.
Explanation: The setDataObject() must be called before the getRecord(), to set the data object that must be transformed.
User Action: Check the setDataObject() call on the J2EE client that is invoking the EmailDataBinding.
CWYEM0202E: No headers were found on the request data object.
Explanation: The TO or CC headers are required on the request data object.
User Action: Modify the request to include at least one of the To or CC headers.
CWYEM0204W: The adapter encountered an UnsupportedEncodingException exception while setting content.
Explanation: The data within the request data object will be assumed to be in the same encoding specified in the charset field on the annotations of the BOName.xsd file.
User Action: Examine the charset settings in the business object of the request (or the attachment) data object type.
CWYEM0205I: EmailRecord input to the getDataObject() is NULL.
Explanation: The Email ResourceAdapter is sending a null response back to the J2EE client from the getDataObject().
User Action: No action is required.
CWYEM0208I: The managed connection has been closed.
Explanation: The adapter has been configured to close the connection to the mail server for every outbound operation, because the ManagedConnectionFactory property closeConnection is set to true.