Explanation: None of the valid function names (CREATE, APPEND, OVERWRITE, RETRIEVE, LIST, EXISTS, and DELETE) have been specified in the InteractionSpec.
User Action: Ensure that a valid function name is specified in the InteractionSpec.
CWYFF0002E: The specified function name is not supported.
Explanation: None of the valid function names (CREATE, APPEND, OVERWRITE, RETRIEVE, LIST, EXISTS, and DELETE) have been specified in the InteractionSpec.
User Action: Ensure that a valid function name is specified in the InteractionSpec.
CWYFF0003E: The file to which data has to be appended does not exist.
Explanation: For the Append operation, the file to which data has to be appended should already exist in the file system.
User Action: Ensure that the file to which the data has to be appended exists in the file system.
CWYFF0004E: The file to be created already exists.
Explanation: For the Create operation, the file that has to be created should not already exist in the file system.
User Action: Ensure that the file to be created does not already exist in the file system.
CWYFF0005E: The file from which the content needs to be retrieved does not exist.
Explanation: For the Retrieve operation, the file from which the content needs to be retrieved should already exist in the file system.
User Action: Ensure that the file from which the content needs to be retrieved is present in the file system.
CWYFF0006E: The file whose content has to be overwritten does not exist.
Explanation: For the Overwrite operation, the file whose content needs to be overwritten should already exist in the file system.
User Action: Ensure that the file whose content has to be overwritten exists in the file system.
CWYFF0007E: The file to be deleted does not exist.
Explanation: For the Delete operation, the file that needs to be deleted should already exist in the file system.
User Action: Ensure that the file to be deleted exists in the file system.
CWYFF0008E: The directory whose content needs to be listed does not exist.
Explanation: For the List operation, the directory whose content needs to be listed must already exist in the file system.
User Action: Ensure that the directory whose content needs to be listed exists in the file system.
CWYFF0009E: The specified directory path is not valid.
Explanation: The specified directory path might not exist in the file system or it might contain characters that are not valid.
User Action: Specify a valid directory path.
CWYFF0010E: The specified directory does not have read permission.
Explanation: For the operation to succeed, the specified directory should have read permission.
User Action: Ensure that the specified directory has read permission.
CWYFF0011E: The specified file name is not valid.
Explanation: The specified file name might contain characters that are not valid for a file name.
User Action: Specify a valid file name.
CWYFF0012F: The specified EventFileMask is not valid.
Explanation: The EventFileMask contains characters that are not valid. The EventFileMask matches text based on wildcard (*) matching only.
User Action: Specify a valid EventFileMask.
CWYFF0013F: The specified value for PollPeriod is not valid.
Explanation: The PollPeriod value (in milliseconds) should be a non-negative integer.
User Action: Specify a valid PollPeriod value.
CWYFF0014F: The specified value for PollQuantity is not valid.
Explanation: The PollQuantity value should be a positive integer.
User Action: Specify a valid value for PollQuantity.
CWYFF0015F: The EDTDriverName is not specified.
Explanation: For inbound event processing to function, a valid value for EDTDriverName must be specified.
User Action: Specify a valid value for EDTDriverName.
CWYFF0016F: The EDTDatabaseName is not specified.
Explanation: For inbound event processing to function, a valid value for EDTDatabaseName must be specified.
User Action: Specify a valid value for EDTDatabaseName.
CWYFF0017F: The EDTUserName is not specified.
Explanation: For inbound event processing to function, a valid value for EDTUserName must be specified.
User Action: Specify a valid value for EDTUserName.
CWYFF0018F: The EDTUserPassword is not specified.
Explanation: For inbound event processing to function, a valid value for EDTUserPassword must be specified.
User Action: Specify a valid value for EDTUserPassword.
CWYFF0019F: The FFEventTableName is not specified.
Explanation: For inbound event processing to function, a valid value for FFEventTableName name must be specified.
User Action: Specify a valid value for FFEventTableName.
CWYFF0020F: The adapter cannot connect to the database with the given parameters.
Explanation: For inbound event processing to function, the specified database parameters must be valid and the database needs to be active.
User Action: Ensure that the database parameters are correct and that the database is active.
CWYFF0021F: The adapter cannot run the SQL statement.
Explanation: The adapter cannot run the SQL statement. For inbound event processing to function, the database needs to be active.
User Action: Ensure that the database is active.
CWYFF0022F: The specified value for the SortEventFiles property is not valid.
Explanation: The valid values for SortEventFiles are File name, Time stamp, and No sort.
User Action: Specify a valid value for SortEventFiles. The valid values for SortEventFiles are File name, Time stamp, and No sort.
CWYFF0023W: The database connection cannot be closed.
Explanation: An error occurred when the adapter attempted to close the database connection. For inbound event processing to function, the database needs to be active.
User Action: Ensure that the database is active.
CWYFF0024F: The specified value for EventDirectory is not valid.
Explanation: The specified value for EventDirectory might either contain characters that are not valid or it might not exist in the file system.
User Action: Specify a valid value for EventDirectory.
CWYFF0025F: The specified value for ArchiveDirectory is not valid.
Explanation: The specified value for ArchiveDirectory might either contain characters that are not valid or it might not exist in the file system.
User Action: Specify a valid value for ArchiveDirectory.
CWYFF0026F: The specified value for EventDirectory does not have read or write (or both) permission.
Explanation: For the adapter to perform its inbound functions properly, the EventDirectory should have both read and write permission.
User Action: Ensure that the specified EventDirectory has both read and write permission.
CWYFF0027F: The specified value for ArchiveDirectory does not have write permission.
Explanation: For the adapter to perform its inbound functions properly, the ArchiveDirectory should have write permission.
User Action: Ensure that the specified ArchiveDirectory has write permission.
CWYFF0028E: The specified directory does not have write permission.
Explanation: For the operation to succeed, the specified directory should have write permission.
User Action: Ensure that the specified directory has write permission.
CWYFF0029E: The specified file does not have read permission.
Explanation: For this operation to succeed, the specified file must have read permission.
User Action: Ensure that the specified file has read permission.
CWYFF0030E: The specified file does not have write permission.
Explanation: For this operation to succeed, the specified file must have write permission.
User Action: Ensure that the specified file has write permission.
CWYFF0031E: The Delete operation has failed.
Explanation: The file to be deleted might be locked by another program.
User Action: Ensure that the file being deleted is not being used by another program.
CWYFF0032F: The specified value for FileChunkSize is not valid.
Explanation: When FileSplitThreshold is non-negative, the FileChunkSize should have a positive integer value.
User Action: Specify a valid value for FileChunkSize.
CWYFF0033F: The specified value for FileSplitThreshold is not valid.
Explanation: The value for FileSplitThreshold should be either -1, zero, or a positive integer.
User Action: Specify a valid value for FileSplitThreshold.
CWYFF0034E: The specified output record is not valid.
Explanation: The output record passed as an argument to the execute method of the Interaction should not be null and should have a valid data structure.
User Action: Specify a valid output record argument.
CWYFF0035E: The specified input record is not valid.
Explanation: The input record passed as an argument to the execute method of the Interaction should not be null and should have a valid data structure.
User Action: Specify a valid input record argument.
CWYFF0036E: The input record does not contain the input bytes required for this operation.
Explanation: The Create, Append, and Overwrite operations require input bytes as an argument.
User Action: Pass the input bytes as an argument inside the input record for this operation.
CWYFF0037E: The specified argument for InteractionSpec is not valid.
Explanation: The InteractionSpec passed as an argument to the execute method of the Interaction is either null or is not a valid instance.
User Action: Specify a valid InteractionSpec argument.
CWYFF0038F: No value is specified for FFDatabaseName.
Explanation: For the inbound event processing to function, a valid FFDatabaseName name must be specified.
User Action: Specify a valid value for FFDatabaseName.
CWYFF0041E: An error occurred while instantiating the file object.
Explanation: Either the file does not exist or it is locked.
User Action: The file path and name is incorrect. Ensure that the path is valid and that the file exists in the specified path.
CWYFF0042E: An error occurred while retrieving the content of the business object.
Explanation: Check the content of the event file.
User Action: The event file might be empty.
CWYFF0043E: An error occurred while fetching the total number of business objects in the file.
Explanation: The total number of business objects could not be obtained due to an event file or delimiter that is not valid.
User Action: Verify that the event file and delimiter are correct.
CWYFF0044E: EndBODelimiter is set to a value that is not valid.
Explanation: The delimiter is set to an unsupported format.
User Action: Set a valid value for EndBODelimiter.
CWYFF0045E: The specified delimiter does not exist in the event file.
Explanation: A delimiter value could not be found in the event file. Ensure that the specified delimiter exists in the event file.
User Action: Configure a delimiter that exists in the event file.
CWYFF0046E: The file exists in the specified location, but it is not accessible.
Explanation: The file might either be locked by an external application or might not have sufficient access permissions.
User Action: Ensure that the file has the required permissions and that no external application has a lock on the file.
CWYFF0047E: The configured encoding is not supported.
Explanation: The encoding specified may not be a valid value.
User Action: Specify a valid encoding.
CWYFF0048E: The specified file path is not valid.
Explanation: The specified file path might be incorrect or it might contain characters that are not valid.
User Action: Specify a valid file path.
CWYFF0061E: An error occurred while copying the file {0} to {1}.
Explanation: An error occurred while copying the file from one directory to the other.
User Action: Ensure that the file is available for copying.
CWYFF0062E: An error occurred while renaming the file from {0} to {1}.
Explanation: The file might be locked by an external process.
User Action: Ensure that the file is not locked by an external process.
CWYFF0063E: An error occurred while deleting the file {0}.
Explanation: The file could not be deleted through the program, perhaps because it is locked.
User Action: Ensure that the file is not locked by an external process.
CWYFF0064E: An error occurred while validating the Delivery Type, which should take a value of either ORDERED or UNORDERED. The value given for the delivery type is {0}.
Explanation: The delivery type should be either ORDERED or UNORDERED. This value determines the order in which the events will be published, either one at a time (ORDERED) or all at once (UNORDERED).
User Action: Ensure that the delivery type is correct and that it has a valid value.
CWYFF0065I: SplittingFunctionClassName is being set to com.ibm.j2ca.utils.filesplit.SplitBySize.
Explanation: If SplittingFunctionClassName of the ActivationSpec is not set, then SplittingFunctionClassName is set to com.ibm.j2ca.utils.filesplit.SplitBySize by default.
User Action: No action is required.
CWYFF0066E: An error occurred while validating SplittingFunctionClassName. It is not valid. The given value is {0}.
Explanation: The SplittingFunctionClassName cannot be validated. A fully qualified class name must be used to split the file.
User Action: Ensure that the value for SplittingFunctionClassName is valid. It should be a fully qualified class name.
CWYFF0067E: An error occurred while validating the SplitCriteria. It is not valid for the selected SplittingFunctionClassName: {0}. SplitCriteria is {1}.
Explanation: The SplitCriteria value could not be validated. A valid value based on the SplittingFunctionClassName is required.
User Action: Ensure that the value for SplitCriteria is valid, and try again.
CWYFF0068I: SplitCriteria is being set to 0 (no chunking of event file) because the SplitCriteria value provided is not valid for the specified SplittingFunctionClassName (com.ibm.j2ca.utils.filesplit.SplitBySize).
Explanation: If the value for SplittingFunctionClassName is com.ibm.j2ca.utils.filesplit.SplitBySize, and SplitCriteria is not a valid number, then SplitCriteria is set to 0.
User Action: No action is required.
CWYFF0069E: The value set for FileContentEncoding property {0} is not supported.
Explanation: The value specified for the FileContentEncoding property is not supported.
User Action: Use a valid encoding supported by Java and try again.
CWYFF0070E: An error occurred while retrieving the business object content as a byte[] from the event file present in EventDirectory for the event ID {0}.
Explanation: An error occurred while retrieving the business object content from the event file when the file was parsed based on the SplitCriteria.
User Action: This is a runtime error. Ensure that the file exists in the EventDirectory and try again. If you still receive an error message, the file might be corrupt.
CWYFF0071E: An error occurred while archiving. The delivery type is {0}, the event file name is {1}, the current business object is {2}, the total number of business objects is {3}, and the current business object status is {4}.
Explanation: An error occurred while archiving each business object in the event file.
User Action: Ensure that the event file exists in the event directory and that it is not corrupt.
CWYFF0072I: The DefaultObjectName value is being set to {0}.
Explanation: If a value for DefaultObjectName or EventContentType is not set, the DefaultObjectName is set to the fully qualified BONamespace of FlatFileBG.
User Action: No action is required.
CWYFF0073E: An error occurred while validating the DefaultObjectName value, because it is not valid. DefaultObjectName = {0}.
Explanation: An instance of a business object with the specified DefaultObjectName value could not be created.
User Action: Ensure that the DefaultObjectName is correct and that the required XSD files are available in the deployed application.
CWYFF0074E: An error occurred while validating the BONamespace value because it is not valid. BONamespace = {0}.
Explanation: The BONamespace could not be validated.
User Action: Ensure that the BONamespace value is correct, and try again.
CWYFF0075E: An error occurred while evaluating the rule value because it is not valid. Error: {0}.
Explanation: The rule could not be evaluated because it is not valid. Ensure that the rule specified is valid.
User Action: Ensure that the rule value is correct and valid, and try again.
CWYFF1001I: The adapter is starting.
User Action: No action is required.
CWYFF1002F: An exception was generated: '{0}'
Explanation: The Enterprise Service Discovery (ESD) wizard has encountered a severe error and cannot continue.
User Action: See the exception message for more information.
CWYFF1003W: An exception was generated: '{0}'
Explanation: The Enterprise Service Discovery (ESD) wizard has encountered an error and cannot complete the current action.
User Action: See the exception message for more information.
CWYFF1004S: An incorrect adapterTypeID {0} was encountered.
Explanation: An incorrect adapterTypeID was encountered. The EMD expects the type to be FlatFile Resource Adapter. Ensure that the adapterTypeID is correct for the EMD.
User Action: Verify that the correct adapterTypeID is being passed to the Enterprise Service Discovery (ESD) wizard.
CWYFF1005S: The adapter failed to create configuration properties for the Import configuration. Reason {0}.
Explanation: The adapter was unable to create configuration properties for Import configuration.
User Action: Check the logs and take the necessary steps to resolve the problem.
CWYFF1006S: The adapter failed to construct a metadata tree. Reason {0}.
Explanation: The adapter failed to construct Metadata tree.
User Action: Check the logs and take the necessary steps to resolve the problem.
CWYFF1007S: The adapter failed to create Unified properties. Reason {0}.
Explanation: The adapter failed to retrieve top level objects.
User Action: Check the logs and take the necessary steps to resolve the problem.
CWYFF1008S: The adapter failed to create ActivationSpec properties. Reason {0}.
Explanation: The adapter failed to create ActivationSpec properties.
User Action: Check the logs and take the necessary steps to resolve the problem.
CWYFF1009S: The adapter failed to create ResourceAdapter properties. Reason {0}.
Explanation: The adapter failed to create ResourceAdapter Properties.
User Action: Check the logs and take the necessary steps to resolve the problem.
CWYFF1010S: The adapter failed to create the Inbound connection configuration. Reason {0}.
Explanation: The adapter failed to create Inbound connection configuration.
User Action: Check the logs and take the necessary steps to resolve the problem.
CWYFF1011S: The adapter failed to create the Outbound connection configuration. Reason {0}.
Explanation: The adapter failed to create Outbound connection configuration.
User Action: Check the logs and take the necessary steps to resolve the problem.
CWYFF1012I: A business object definition is being created for UnstructuredContent.
Explanation: Creating business object definition.
User Action: No action is required.
CWYFF1013I: The business object schema for {0} is being populated.
Explanation: A schema definition for the wrapper business object is being created.
User Action: No action is required.
CWYFF1014E: An error occurred while creating business object schema for business object {0}. Reason {1}.
Explanation: An error occurred while creating the schema for the business object.
User Action: Enable tracing and check the exception message.
CWYFF9000E\: Bidi Transformation Error: An error occurred while creating the bidi context for the \'{0}\' property.
Explanation: Bidi Transformation Error: The bidi context for the property cannot be created.
User Action: Check the log and trace files, and correct any error indicated in the files.
CWYFF9001E\: Bidi Transformation Error: An error occurred while transforming the business object \'{0}\'.
Explanation: Bidi Transformation Error: A business object cannot be transformed.
User Action: Check the log and trace files, and correct any error indicated in the files.
CWYFF9002E\: Bidi Transformation Error: An error occurred while transforming the metadata property \'{0}\' for the business object.
Explanation: Bidi Transformation Error: A metadata property for the business object cannot be transformed.
User Action: Check the log and trace files, and correct any error indicated in the files.
CWYFF9003E\: Bidi Transformation Error: An error occurred while transforming a metadata property for the attribute \'{0}\' for the business object.
Explanation: Bidi Transformation Error: A metadata property for an attribute of the business object cannot be transformed.
User Action: Check the log and trace files, and correct any error indicated in the files.
CWYFF9004E\: Bidi Transformation Error: An error occurred while transforming the metadata configuration property \'{0}\'.
Explanation: Bidi Transformation Error: A metadata configuration property cannot be transformed.
User Action: Check the log and trace files, and correct any error indicated in the files.
CWYFF9005E\: Bidi Validation Error: An error occurred while validating bidi properties for a metadata configuration property.
Explanation: Bidi Validation Error: A bidi property for the metadata configuration property cannot be validated.
User Action: Check the log and trace files, and correct any error indicated in the files.