TIBCO Enterprise Message Service Messages
The following table describes the messages that pertain to TIBCO Enterprise Message Service.
Code | Code Description |
---|---|
SXJ9000I | EMS Version:Version |
Explanation: This message indicates what version of the TIBCO Enterprise Message Service client is being used.
System Action: Processing continues. Destination: SYSPRINT. |
|
SXJ9007E | EMS Error:
Error
Info: Description |
Explanation: An EMS function has been called but an Enterprise Message Service error has been detected. This message is displayed together with the function called and a description of the error.
User Response: Determine the error by viewing the messages and conditions of the message. If the problem persists, contact TIBCO Support with the information on the error from the SYSPRINT and SYSOUT files. System Action: Processing usually terminates. Destination: SYSPRINT. |
|
SXJ9008I | EMS Stack:Description |
Explanation: This message indicates the stack trace for EMS Client and is issued after an EMS client error message
SXJ9007E is received.
User Response: Determine why an EMS error was received. Correct the problem and rerun the job. System Action: Processing terminates. Destination: SYSPRINT. |
|
SXJ9013E | Invalid message type:number received |
Explanation: The message received is not the expected type;
number is the type of the message received.
System Action: The message is ignored. Destination: SYSPRINT. |
|
SXJ9014E | Bytes message returned only Number bytes |
Explanation: The program was expecting the size of IVP data or more, but received a message that is less than the IVP data size.
User Response: Determine why the program received a message smaller than IVP messages length. System Action: The program prints an error message but ignores the message. Destination: SYSPRINT |
|
SXJ9014W | Bytes message IVP only number bytes, should >= number2 |
Explanation: The program is using the IVP structure which should be
number2 or larger in size. The message being sent is smaller, or number in size. The smaller than expected size might cause problems with the program being sent the message.
User Response: Verify that you want to send messages of size number. If not, correct the message size. System Action: Processing continues. Destination: SYSPRINT. |