Author |
Message
|
AlainB |
Posted: Sun Jun 19, 2005 9:06 pm Post subject: TSH and eyecatcher ? |
|
|
 Voyager
Joined: 31 Oct 2002 Posts: 79 Location: Belgium
|
Hi there,
On a Solaris queue manager, an application has raised this error yesterday, but I don't understand where this is coming from ?
Quote: |
[6/17/05 15:31:37:125 MEST] 784ef8 SystemErr R MQJE001: An MQException occurred: Completion Code 2, Reason 2195
MQJE005: TSH eyecatcher not found. Eyecatcher was 1933000 |
I didn't find in other posts relevant information about that ... could someone explain ? _________________ Alain Buret
Visit http://www.fosdem.org |
|
Back to top |
|
 |
csmith28 |
Posted: Sun Jun 19, 2005 11:51 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
This should have created an FDC file in /var/mqm/errors. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
Nigelg |
Posted: Mon Jun 20, 2005 12:15 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
Probably means that some non-WMQ data has arrived on the port, and the listener has discarded it because it is not in the correct format. This can happen if you have a port scanner for instance. |
|
Back to top |
|
 |
AlainB |
Posted: Mon Jun 20, 2005 12:58 am Post subject: |
|
|
 Voyager
Joined: 31 Oct 2002 Posts: 79 Location: Belgium
|
Hi there,
There's no FDC generated for that problem, and as far as I know, there is no scanner running in that zone. _________________ Alain Buret
Visit http://www.fosdem.org |
|
Back to top |
|
 |
csmith28 |
Posted: Mon Jun 20, 2005 7:06 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
Ok well, then I'm affraid there's not a whole lot more we can do for you.
Here is what the WMQ Messages Guide has to say about Reason Code 2195.
2195 X’0893’ MQRC_UNEXPECTED_ERROR
The call was rejected because an unexpected error occurred.
Corrective action: Check the application’s parameter list to ensure, for example, that the correct number of parameters was passed, and that data pointers and storage keys are valid. If the problem cannot be resolved, contact your system programmer.
On Compaq OpenVMS Alpha, Compaq NonStop Kernel, and UNIX systems, consult the FDC file to obtain more detail about the problem. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial.
Last edited by csmith28 on Mon Jun 20, 2005 10:29 am; edited 3 times in total |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jun 20, 2005 7:13 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Check that the application hasn't decided to try writing directly to the Transmission Queue. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Nigelg |
Posted: Mon Jun 20, 2005 11:46 pm Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
This has nothing to do with an xmitq.
The error msg refers to reading incoming data from a port that is not in the correct WMQ format, i.e. preceded by a TSH eyecatcher. |
|
Back to top |
|
 |
|