- CWYFF0012F: The specified EventFileMask is not valid.
- Explanation: The EventFileMask has characters that are invalid. The EventFileMask only matches text based on wildcard (*) matching.
- User Action: Please specify a valid EventFileMask.
- CWYFF0013F: The PollPeriod specified is invalid.
- Explanation: The value specified for the PollPeriod is invalid. The PollPeriod (milliseconds) should have a non-negative integral value.
- User Action: Please specify a valid PollPeriod value.
- CWYFF0014F: The PollQuantity specified is invalid.
- Explanation: The value specified for the PollQuantity is invalid. The PollQuantity should have a positive integral value.
- User Action: Please specify a valid PollQuantity.
- CWYFF0015F: The EDTDriverName is not specified.
- Explanation: A valid EDTDriver name must be specified for the inbound event processing to function.
- User Action: Please specify a valid EDTDriverName value.
- CWYFF0016F: The EDTDatabaseName is not specified.
- Explanation: A valid EDTDatabaseName name must be specified for the inbound event processing to function.
- User Action: Please specify a valid EDTDatabaseName value.
- CWYFF0017F: The EDTUserName is not specified.
- Explanation: A valid EDTUserName name must be specified for the inbound event processing to function.
- User Action: Please specify a valid EDTUserName value.
- CWYFF0018F: The EDTUserPassword is not specified.
- Explanation: A valid EDTUserPassword name must be specified for the inbound event processing to function.
- User Action: Please specify a valid EDTUserPassword value.
- CWYFF0019F: The FFEventTableName is not specified.
- Explanation: A valid FFEventTableName name must be specified for the inbound event processing to function.
- User Action: Please specify a valid FFEventTableName value.
- CWYFF0020F: Could not connect to the database with the given parameters.
- Explanation: The database parameters specified must be valid and the database needs to be active for the inbound event processing to function.
- User Action: Please check whether the database parameters specified are correct and database is active.
- CWYFF0021F: Could not execute the SQL statement.
- Explanation: The adapter could not execute the SQL statement. The database needs to be active for the inbound event processing to function.
- User Action: Please check whether the database is active.
- CWYFF0022F: The SortEventFiles specified is not valid.
- Explanation: The valid values for SortEventFiles are Filename, Timestamp or blank.
- User Action: Please specify a valid SortEventFiles value.
- CWYFF0023W: Unable to close database connection.
- Explanation: An error occured while closing the database connection. The database needs to be active for the inbound event processing to function.
- User Action: Please check whether the database is active.
- CWYFF0024F: The EventDirectory specified is invalid.
- Explanation: The EventDirectory specified may either contain invalid characters or does not exist in the file system.
- User Action: Please specify a valid EventDirectory.
- CWYFF0025F: The ArchiveDirectory specified is invalid.
- Explanation: The ArchiveDirectory specified may either contain invalid characters or does not exist in the file system.
- User Action: Please specify a valid ArchiveDirectory.
- CWYFF0026F: The EventDirectory specified does not have read and/or write permission(s).
- Explanation: The EventDirectory should have both the read and write permissions for the adapter to perform its inbound functions properly.
- User Action: Please ensure that the specified EventDirectory has both read and write permissions.
- CWYFF0027F: The ArchiveDirectory specified does not have write permission.
- Explanation: The ArchiveDirectory should have write permission for the adapter to perform its inbound functions properly.
- User Action: Please ensure that the specified ArchiveDirectory has write permission.
- CWYFF0028E: The specified directory does not have write permission.
- Explanation: The specified directory should have write permission for the operation to succeed.
- User Action: Please ensure that the specified directory has write permission.
- CWYFF0029E: The specified file does not have read permission.
- Explanation: The specified file need to have read permission for this operation to succeed.
- User Action: Please ensure that the specified file has read permission.
- CWYFF0030E: The specified file does not have write permission.
- Explanation: The specified file need to have write permission for this operation to succeed.
- User Action: Please ensure that the specified file has write permission.
- CWYFF0031E: The delete operation has failed.
- Explanation: The delete operation has failed. The file to delete may be locked by some other program.
- User Action: The delete operation has failed. Check whether the file to delete is accessed by some other program.
- CWYFF0032F: The FileChunkSize specified is invalid.
- Explanation: The FileChunkSize should have a positive integral value when FileSplitThreshold is non-negative.
- User Action: Please specify a valid FileChunkSize value.
- CWYFF0033F: The FileSplitThreshold specified is invalid.
- Explanation: The FileSplitThreshold should be -1, zero or positive integral value.
- User Action: Please specify a valid FileSplitThreshold value.
- CWYFF0034E: The output record specified is invalid.
- 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: Please specify a valid output record argument.
- CWYFF0035E: The input record specified is invalid.
- 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: Please 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 argument.
- User Action: Please pass input bytes inside the input record for this operation.
- CWYFF0037E: The InteractionSpec specified is invalid.
- Explanation: The InteractionSpec passed as an argument to the execute method of the Interaction is either null or is an invalid instance.
- User Action: Please specify a valid InteractionSpec argument.
- CWYFF0038F: The FFDatabaseName is not specified.
- Explanation: A valid FFDatabaseName name must be specified for the inbound event processing to function.
- User Action: Please specify a valid FFDatabaseName value.