Q MFP MQ interoperability component messages |
CWSJQ0001E: No such field {0} in header type {1}.
Explanation:
The field is not defined in the header type.
User Response:
Specify a defined header field.
CWSJQ0002E: The header class must implement MQHeader.
Explanation:
The header class specified does not implement the MQHeader interface.
User Response:
Supply a class that implements MQHeader.
CWSJQ0003E: Header argument must be class {0}.
Explanation:
The header argument specified does not match the field definition.
User Response:
Supply an argument of the same class as in the field definition.
CWSJQ0004E: Instantiation of header type {0} failed.
Explanation:
A new header instance could not be created.
User Response:
If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
CWSJQ0005E: Incompatible type switch from {0} to type {1}.
Explanation:
The header can only switch between related types.
User Response:
If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
CWSJQ0006E: Type switch from {0} to type {1} failed.
Explanation:
An embedded header cannot switch to a type with a larger defined size.
User Response:
If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
CWSJQ0007E: The CCSID {0} is not supported on this system.
Explanation:
Character conversion can only occur to and from supported CCSIDs.
User Response:
If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
CWSJQ0008E: A variable size type cannot be specified in a header array field.
Explanation:
A header array can only be defined with a fixed-size header type as its content.
User Response:
Specify a fixed-size header type.
CWSJQ0009E: Non-hexadecimal character.
Explanation:
A character outside the hexadecimal character range was encountered.
User Response:
If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
CWSJQ0010E: Header argument must be type {0}.
Explanation:
The header argument specified does not match the field definition.
User Response:
Supply an argument of the same type as in the field definition.
CWSJQ0011E: The header class must implement MQData.
Explanation:
The header class specified does not implement the MQData interface.
User Response:
Supply a class that implements MQData.
CWSJQ0012E: Unable to create the MQ header factory.
Explanation:
The MQ header factory instance could not be created.
User Response:
If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.
CWSJQ9999E: {0}
Explanation:
If the message does not give sufficient information, check previous messages for further help.
User Response:
See previous messages for further information.