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.

 View Only
Expand all | Collapse all

Broker v8 and RPC Server v6 - Parameter for 5MB Messages

  • 1.  Broker v8 and RPC Server v6 - Parameter for 5MB Messages

    Posted Fri October 17, 2008 07:44 PM

    We are using .NET to communicate through the Broker (V8.0.0) and the RPC Server (V6.2.3.1) to Adabas data located on the mainframe.

    Tests with up to 5MB XML data showed that we ran into buffer problems and the documentation doesn’t discuss clearly the dependencies between broker and RPC buffers.

    The documentation also doesn’t point out whether RPCSIZE=5000 is in bytes or in K (*1024)

    For example
    RPCSIZE should be lower or equal to the message buffer in EXX
    MAXBUFF should be lower than RPCSIZE-34 (so our tests)
    MAXBUF=4992 AND RPCSIZE=5026 LEADS TO ERROR 7

    Questions:
    Where can we get more information about the different buffers and their communication?
    How should we set our buffers to send 5MB data?
    Is there a training class available?

    Thanks,
    Dieter Storr


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 2.  RE: Broker v8 and RPC Server v6 - Parameter for 5MB Messages