Author |
Message
|
matuwe |
Posted: Thu Jul 07, 2011 11:08 am Post subject: MQ get ful. Completion Code 2; Reason Code 2195 |
|
|
 Master
Joined: 05 Dec 2007 Posts: 296
|
Please I am using AIX with Broker 7.0.0.2. My flow is trying to do a a simple MQ Get with browse options. I am getting an error.
Code: |
Jul 7 20:04:22 ungbrk2 user:err|error WebSphere Broker v7002[5570726]: (UNGBRK2.FrameWork_Output)[5912]BIP4633E: An error occured whilst performing an MQGet node operation.
Jul 7 20:04:22 ungbrk2 user:err|error WebSphere Broker v7002[5570726]: (UNGBRK2.FrameWork_Output)[5912]BIP4630E: An MQGET operation was unsuccessful. Completion Code 2; Reason Code 2195. :
|
The same code works super fine on another environment , Also AIX but with fix pack 1  |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jul 07, 2011 11:11 am Post subject: Re: MQ get ful. Completion Code 2; Reason Code 2195 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
matuwe wrote: |
Reason Code 2195. |
There should be a matching FDC from the queue manager which will have additional, possibly useful, information. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
matuwe |
Posted: Thu Jul 07, 2011 11:28 am Post subject: |
|
|
 Master
Joined: 05 Dec 2007 Posts: 296
|
It is giving me scary message, I see this is some how related to segmentation, the messages I am trying to browse are segmented. Is there any way to bypass this 2009 issue
My flow is Timer >> Compute >> MQget (Browse option) >> Compute
Code: |
| Component :- aqhChkAllSegmentsAvailable |
| SCCS Info :- lib/lqm/amqaqhva.c, 1.63.1.1 |
| Line Number :- 1680 |
| Build Date :- Apr 19 2011 |
| CMVC level :- p701-105-110419 |
| Build Type :- IKAP - (Production) |
| Effective UserID :- 206 (mqm) |
| Real UserID :- 206 (mqm) |
| Program Name :- amqzlaa0_nd |
| Addressing mode :- 64-bit |
| Process :- 6422748 |
| Thread :- 87 |
| QueueManager :- UNGBRK2 |
| UserApp :- FALSE |
| ConnId(1) IPCC :- 693 |
| ConnId(2) QM :- 331 |
| Last HQC :- 2.5.5-6182952 |
| Last HSHMEMB :- 1.2.2-3389032 |
| Major Errorcode :- OK |
| Minor Errorcode :- OK |
| Probe Type :- INCORROUT |
| Probe Severity :- 4 |
| Probe Description :- AMQ6125: An internal WebSphere MQ error has occurred.
|
|
|
Back to top |
|
 |
mvic |
Posted: Thu Jul 07, 2011 11:40 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
This looks pretty deep within MQ. Time to open a PMR. Suggest it goes to MQ first, rather than Broker.
IMHO, this thread is also more MQ than broker, for the same reason. |
|
Back to top |
|
 |
matuwe |
Posted: Thu Jul 07, 2011 11:57 am Post subject: |
|
|
 Master
Joined: 05 Dec 2007 Posts: 296
|
|
Back to top |
|
 |
Vitor |
Posted: Thu Jul 07, 2011 12:20 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
matuwe wrote: |
Are there any other option i could set |
I'd suggest you raise a PMR rather than sequence dialing through options looking for a combination that works.
You might also want to post & Google the ProbeId from the FDC file, as that tends to be the most useful thing. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|