|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ma10 browse failure |
« View previous topic :: View next topic » |
Author |
Message
|
tkane |
Posted: Thu Mar 06, 2008 7:58 am Post subject: ma10 browse failure |
|
|
 Voyager
Joined: 23 Dec 2002 Posts: 82 Location: Kansas City
|
We had a problem with MA10 browse just this week on a machine that we did a zos upgrade on. Interestingly it was working fine on another LPAR for months so this may be more related to virtual storage mapping than any maintenance.
Here's the error that we got (from the trace, I don't have a capture of the original ispf dailog error):
Code: |
***** Dialog Error ***** - Application(MQBR); Function Module (MQBRO0); Service(BRIF)
12:29 Required parm missing - Not all required parameters were found for the BRIF service. |
The fix for us was to turn on the high order bit on read_routine. We did this with a single line:
Code: |
OI READ_ROUTINE,X'80' SEE PDF APAR OW15489 REQUIREMENT
|
prior to the:
Code: |
CALL ISPLINK, X
(BRIF, X
ZDSN, X
RECFM, X
BRIFLEN, X
READ_ROUTINE, X
0, X
DIALOG_DATAADDR, X
PANEL_NAME), X
VL,MF=(E,CALLIST)
|
Note that OW15489 is from 1995 so this was a small bug waiting to happen.[/code]
Hopefully this will help others.
Cheers
Tom |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|