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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Stop EntireX servers

  • 1.  Stop EntireX servers

    Posted Fri November 14, 2003 08:23 AM

    Hello,
    We would like to be able to stop EntireX Server which are implemented in Java using RPC Server.

    Is it possible to do it in Java (to get the RPC Service and de register it from the broker), or to do command line operation to de register the server from the broker and to stop it?

    Thanks

    Regards


    #EntireX
    #webMethods
    #Mainframe-Integration


  • 2.  RE: Stop EntireX servers

    Posted Fri November 14, 2003 06:45 PM

    Hi Marc,

    yes you can do this, EntireX provides a facility called “Broker Information and Command Services” and you can find more information about it in the EntireX documentation at:

    C:\Program Files\Software AG\EntireX\Docu\broker\info_com\overview.htm

    or more specifically:

    C:\Program Files\Software AG\EntireX\Docu\broker\info_com\cmd_s_rq.htm

    These internal services allow you to access Broker information as well as stop any services you might have started.

    I have some sample programs in VB and Natural but haven’t written an equivalent in Java yet. Maybe one of the other community members might have written a Java sample.

    Have a look at the documentation it is clear enough on how to use the Broker Command and Info Services.

    Regards
    Theo


    #EntireX
    #Mainframe-Integration
    #webMethods


  • 3.  RE: Stop EntireX servers

    Posted Mon November 17, 2003 09:04 AM

    Ok, it look nice.

    Could I have a look at your VB sample, so I could try to implement it in Java.

    Tanks

    Marc


    #Mainframe-Integration
    #webMethods
    #EntireX


  • 4.  RE: Stop EntireX servers

    Posted Wed November 19, 2003 03:38 PM

    Hi Marc,

    here is the VB code example, although I realized it only use the INFO service and doesn’t actually stop the RPC Server. I’ll also include a Natural program example that terminates a RPC Service.

    Regards
    Theo
    VBCIS.zip (230 KB)


    #Mainframe-Integration
    #webMethods
    #EntireX


  • 5.  RE: Stop EntireX servers

    Posted Wed November 19, 2003 03:43 PM

    and here is the Natural program example:

    Regards
    Theo
    etbserv.pgm.txt (14.4 KB)


    #webMethods
    #EntireX
    #Mainframe-Integration


  • 6.  RE: Stop EntireX servers

    Posted Fri November 21, 2003 12:07 AM

    Here are java and C samples also using CIS;
    have fun!
    CISClient.zip (201 KB)


    #Mainframe-Integration
    #webMethods
    #EntireX


  • 7.  RE: Stop EntireX servers

    Posted Wed February 04, 2004 10:36 AM

    Hi all!

    I have called CIS from VBscript via Transaction Objects (TOR-file).

    I made it just for the test.
    It would be nide, if Software AG delivered an TOR-file with the complete features.

    :slight_smile: Steen Kromann
    ExxCIS.zip (2 KB)


    #Mainframe-Integration
    #EntireX
    #webMethods


  • 8.  RE: Stop EntireX servers

    Posted Tue April 20, 2004 11:35 AM

    Hi

    Does anyone have a Java example of calling the CIS, they want to share?

    :slight_smile: Steen Kromann


    #Mainframe-Integration
    #webMethods
    #EntireX


  • 9.  RE: Stop EntireX servers

    Posted Wed April 21, 2004 01:47 AM

    just look two replies up!

    mvh
    - arp


    #EntireX
    #Mainframe-Integration
    #webMethods


  • 10.  RE: Stop EntireX servers

    Posted Wed August 18, 2004 05:58 PM

    Hi Marc, Can I use commands to “refresh” the EntireX conversations queue? I mean, if I can stop conversations from a particular service (RPC from NT, for ex.). This is because some clientes received “max num of conversation reached”, it was caused for a service in loop. In this order, may I have the amount of memory (buffer) used bay the server?. Thanks.-


    #webMethods
    #Mainframe-Integration
    #EntireX