ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » ma10 browse failure

Post new topic  Reply to topic
 ma10 browse failure « View previous topic :: View next topic » 
Author Message
tkane
PostPosted: Thu Mar 06, 2008 7:58 am    Post subject: ma10 browse failure Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » ma10 browse failure
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.