- CWYEM0001E: A function name is not specified.
- Explanation: The Email resource adapter supports only one outbound operation, Create.
- User Action: Specify a valid function name in the EmailInteraction Spec.
- CWYEM0002E: The protocol name is invalid.
- Explanation: The Email resource adapter 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 username and password in the EmailInteractionSpec.
- CWYEM0004E: 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 the appropriate action.
- CWYEM0005W: The Email resource adapter cannot close the connection with the e-mail server.
- Explanation: The resource adapter 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 can not 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 mentioned 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 cancelled because the e-mail is intended for none.
- User Action: Provide valid Internet addresses as recipients in either the to, cc, or bcc fields of the e-mail.
- CWYEM0008W: The Email resource adapter 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 resource adapter will continue processing.
- User Action: You must provide proper encoding or character set values during application-specific information generation.
- CWYEM0009I: The e-mail message might not contain any attachments.
- 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 resource adapter cannot access the {0} file for attachment.
- Explanation: Email RA cannot open the {0} file. It might be locked or the Email resource adapter might not have enough permission to read the file. The adapter will continue to process without attaching this file.
- User Action: Ensure that the Email resource adapter has read/create permission for the {0} file.
- CWYEM0012E: Password credentials are not provided. A user name and password value is needed to connect to the e-mail server.
- Explanation: Username and password are required for connecting to the e-mail server.
- User Action: Provide a user name and password either in EmailManagedConnectionFactory or in the EmailConnectionSpec
- CWYEM0013E: The Email resource adapter 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. Specify a proper host name or IP address.
- CWYEM0014I: No files are mentioned in Email business object to attach from the file system.
- Explanation: This is an informational message.
- User Action: No action is required.
- CWYEM0015I: The Email resource adapter successfully connected to the e-mail server.
- Explanation: This is an informational message.
- User Action: No action is required.
- CWYEM0016I: The Email resource adapter 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 resource adapter attached a zero byte {0}.notfound file to the e-mail.
- Explanation: Email Resource adapter attaches <file-name>.notfound file to the e-mail when it is unable to find specified file in the file system.
- User Action: Verify that you have specified valid absolute path of the file.
- CWYEM0101E: The port value provided in the activation specification is invalid. The value configured in the activation specification is either a "non integer" value like 10ab or negative value like -10. To be valid, a value must be a positive integer.
- Explanation: Either a non integer value like 10ab or a negative value like -10 has been specified for Port in the activation specification.
- User Action: Ensure that a positive integer value is specified for Port in the activation specification.
- CWYEM0102E: The protocol value specified in the activation specification is invalid. It should be either imap or pop3.
- Explanation: Protocol value, specified in activation specification, is neither imap nor pop3.
- User Action: Specify a valid protocol value, either imap or pop3, in the activation specification.
- CWYEM0103W: Inbound failed event archiving cannot be performed because no value is specified for FailedEventsFolder in the activation specification.
- Explanation: The value for FailedEventsFolder, specified in the activation specification, must be a non-blank value.
- User Action: If archiving is needed, specify a valid value for FailedEventsFolder in the activation specification. 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 activation specification, does not have write permission.
- Explanation: The value for FailedEventsFolder specified in the activation specification must have write access so that failed events can be archived.
- User Action: Assign write permission to the FailedEventsFolder specified in the activation specification.
- CWYEM0105E: The adapter cannot connect to the server for inbound processing. Either activation specification parameters, 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 activation specification 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 activation specification parameters to connect to the e-mail server are valid.
- CWYEM0106E: The poll folders, specified in the activation specification parameter PollFolders, do not exist on the e-mail server.
- Explanation: The activation specification parameter PollFolders is invalid. One or more of the poll folders does not exist on the e-mail server.
- User Action: Ensure that the activation specification 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-mails 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 first 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.
- 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 because 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 activation specification 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 for polling to occur.
- CWYEM0117W: Inbound event archiving cannot be performed because no ArchiveFolder is specified.
- Explanation: The adapter archives successful events to the ArchiveFolder. If no ArchiveFolder is mentioned, archiving cannot occur.
- User Action: If archiving is needed, ensure that the ArchiveFolder property in the activation specification is not empty.
- CWYEM0118W: Inbound event archiving cannot be performed. The ArchiveFolder specified does not have write permission.
- Explanation: The adapter archives successful events to the ArchiveFolder. The ArchiveFolder must have write access for events to be archived.
- User Action: Ensure that the ArchiveFolder specified in the activation specification has write permission.
- CWYEM0119E: An unexpected error occurred during Inbound processing.
- Explanation: There has been an unexpected error or exception, like a null pointer exception, during Inbound processing.
- User Action: Refer to the trace file for the exception trace.
- CWYEM0121F: Inbound event processing cannot be performed. No InProgressFolder is specified.
- Explanation: The adapter first 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 activation specification.
- User Action: If event processing is required, ensure that the InProgressFolder property in the activation specification 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. The adapter, therefore, needs a non-empty and valid InProgressFolder, with write access, configured in the activation specification.
- User Action: Assign read and write permission to the InProgressFolder specified in the activation specification.
- 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 activation specification 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 be valid for events to be successfully archived.
- User Action: Add write permission to the ArchiveFolder and FailedEventsFolder specified in the activation specification.
- 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/write access.
- CWYEM0126F: A search term configuration in either MatchAllCriteria or MatchSomeCriteria in the activation specification is improperly configured. The values should be in the form of name= value pairs.
- Explanation: The MatchAllCriteria or MatchSomeCriteria in the activation specification must be in one of the following formats: name= value or name != value.
- User Action: Ensure that a valid value is provided for MatchAllCriteria or MatchSomeCriteria is specified in the activation specification.
- CWYEM0127W: The search term configuration in MatchAllCriteria or the MatchSomeCriteria in the activation specification might have been improperly configured. The search value is empty.
- Explanation: The MatchAllCriteria or MatchSomeCriteria in activation specification need to be in the format "name= value" or "name != value".
- User Action: Ensure that a valid value is provided for MatchAllCriteria or MatchSomeCriteria in the activation specification.
- CWYEM0201E: EmailWrapperObject input to the getRecord() is found to be 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 invoking the EmailDataBinding.
- CWYEM0202E: No headers 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 atleast one of the To or CC headers.
- CWYEM0203I: Mail Content object is null
- Explanation: Mail Content in the request data object is null.
- User Action: No action required.
- CWYEM0204W: Encountered UnsupportedEncodingException 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: Re-check the charset settings for the BO of the request(or attachment) data object type.
- CWYEM0205I: EmailRecord input to the getDataObject() is found to be NULL
- Explanation: The Email RA is sending a null response back to the J2EE client from the getDataObject().
- User Action: No action required
- CWYEM0206E: Error in setting Mail Content
- Explanation: Errors could be due to encoding settings or any required value being set to null.
- User Action: Check the stack trace for the exception and perform the indicated action.
- CWYEM0207E: Encountered error in data transformation
- Explanation: Encountered unexpected error in data transformation.
- User Action: Check System.out log for details and perform the suggested action.
- CWYEM1001I: The Email Enterprise Service Discovery tool is starting.
- Explanation: The Email Enterprise Service Discovery tool to create deployment artifacts is starting.
- User Action: No action is required.
- CWYEM1002F: The exception {0} was encountered.
- Explanation: The Email Enterprise Service Discovery tool has encountered a severe error and cannot continue.
- User Action: See the exception message for more information.
- CWYEM1003W: The exception {0} was encountered.
- Explanation: The Email Enterprise Service Discovery tool has encountered an error and cannot complete the current action.
- User Action: See the exception message for more information.
- CWYEM1004E: An incorrect adapterTypeID {0} was encountered.
- Explanation: The 'Email Resource Adapter' was expected as adapterTypeID.Ensure that the adapterTypeID is specified correctly.
- User Action: Verify that the adapterTypeID 'Email Resource Adapter' is being passed to the Email Enterprise Metadata Discovery tool.
- CWYEM1005S: Configuration properties for the Import Configuration could not be created. Reason {0}
- User Action: Check the exception message and take the necessary steps to resolve the problem.
- CWYEM1006S: Activation Specification properties could not be created. Reason {0}
- User Action: Check the exception messages and take necessary steps to resolve the problem.
- CWYEM1007S: Resource Adapter properties could not be created. Reason {0}
- User Action: Check the exception message and take necessary steps to resolve the problem.
- CWYEM1008S: Inbound Connection Configuration could not be created. Reason {0}
- User Action: Check the exception message and take necessary steps to resolve the problem.
- CWYEM1009S: Outbound Connection Configuration could not be created. Reason {0}
- User Action: Check the exception message and take necessary steps to resolve the problem.
- CWYEM1010I: The Email Enterprise Service Discovery process completed successfully.
- Explanation: The Email Enterprise Service Discovery tool created all artifacts and completed the action successfully.
- User Action: No action is required.