IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Natural Buffer Pool & EXX Server

    Posted 03/14/07 05:54 PM

    When we recompile a subprogram on the server library (hosted on AIX5.2), the bufferpool is refreshed for the transactional users but not for the EXX server. Currently we must stop the server and relaunch it manually.

    Is it possible to fix it? (automatic refresh of the bufferpool of the EXX server)


    #webMethods
    #EntireX
    #Mainframe-Integration


  • 2.  RE: Natural Buffer Pool & EXX Server

    Posted 03/14/07 06:36 PM

    Hi Frederic,
    What about making a small subprogram that calls the SYSEXT Natural Buffer Pool Interface API: USR6009N
    that can flush all or parts of the current bufferpool ?
    Finn


    #Mainframe-Integration
    #webMethods
    #EntireX


  • 3.  RE: Natural Buffer Pool & EXX Server

    Posted 03/14/07 06:46 PM

    We have already developed this kind of tool in the past but the problem is that something must yet launch this tool. We are looking now for a solution completely integrated with the stow command of Natural. Perhaps a parameter coming from Natparm?


    #Mainframe-Integration
    #webMethods
    #EntireX


  • 4.  RE: Natural Buffer Pool & EXX Server

    Posted 03/14/07 07:23 PM

    Hi Frederic,
    Must admit I haven’t heard about adding extra stow functionality via natparm :frowning:

    What then about making local program that calls the broker->RPC-server-cleanup-subprog in the right bufferpool, and then make a small program that stacks the stow and the call to this program ?
    In SPOD you could even replace the STOW icon with a “User Command” that does a stow and relevant cleanup.
    Finn


    #Mainframe-Integration
    #webMethods
    #EntireX


  • 5.  RE: Natural Buffer Pool & EXX Server

    Posted 03/15/07 11:09 AM

    Frederic,

    Our Natural RPC server on z/OS are running with the same bufferpool as the online systems (CICS). After every update in the online systems the RPC servers automatically use the latest version. Is this not possible on AIX?

    RPC=(SERVER=ON,SRVNAME=PAMVSNAT,SRVNODE=‘ETB101:7502:TCP’,RPCSIZE=265,
    MAXBUFF=128,TIMEOUT=59,SRVUSER=IEXPENX,
    TRANSP=ACI,TRACE=0,ACIVERS=3),RCA=(BROKER),RCALIAS=(BROKER,BKIMBTSO),
    INTENS=1,MAXCL=0,DU=OFF,ETID=’ ',DBCLOSE=ON,
    BPNAME=NATGBPP2,
    STACK=(USR2072P )

    Best regards,

    Thierry


    #EntireX
    #Mainframe-Integration
    #webMethods