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

WmMainframe serive getHostPoolSessions

  • 1.  WmMainframe serive getHostPoolSessions

    Posted Wed November 19, 2003 11:24 PM

    I havn’t had much luck getting a response to this query in the wM Mainframe forum, so I thought I’d try this forum to reach a wider audience. (As the question relates to an IS service, albeit in the WmMainframe package)

    Does anybody have any documentation / information on the services in the WmMainframe package, similar to the documentation provided for the IS In-built services.

    In particualer, I am after information on the getHostPoolSessions service in the WmMainframe package, namely a definition of each of the valid status codes for a host pool session as returned in sessions.status

    -Cameron.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: WmMainframe serive getHostPoolSessions

    Posted Thu November 20, 2003 07:47 PM

    This information is in the help screens for the Mainframe adapter. Go to the web browsers screen [url]http://localhost:5555/WmMainframe[/url] and click help.
    or see this screen:
    <integrationserverinstalldir>/packages/WmMainframe/pub/help/wwhelp/wwhimpl/js/html/wwhelp.htm?context=ma_help&topic=ma_server_detail_screen.

    Where IntegrationServerInstallDir is the directory where you have installed the Integration Server.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: WmMainframe serive getHostPoolSessions

    Posted Thu November 20, 2003 07:49 PM

    Here is the info from the help screen:
    Displaying Session Status
    webMethods Mainframe Administrator reports status information for each session. Valid entries for the Status column of the HostPool Detail screen are shown here.

    Status Value

    Description

    Inactive
    The session is currently not started. To start, click No in the Started column. Yes appears when the session starts.

    Available
    The session is currently active and connected to a host application region, but no transactions are currently being processed.

    Processing Transaction
    The session is currently active and connected to a host application region, and a transaction is currently being processed.

    Pending on/off
    The session is currently starting or stopping the connection to the host system.

    Pending SignOn/ SignOff
    The session is currently processing a SignOn or SignOff handshake with the configured host application region.

    Session Error
    The session has been disconnected from, or failed to establish a connection to, the desire host application region. Refer to webMethods Mainframe event log for more information about the error.

    Locked
    The session is currently owned by an application program that issued either a LockSession or SmartLock .

    Pending BIND
    webMethods Mainframe has validated the connection to the mainframe, but the session has not been able to connect to the host application region. If this problem continues, take a session trace and contact webMethods Customer Support.

    SignOn Error
    The supplied Sign On information (User ID and Password) was not validated by the host application region. Ask your IT department to verify a valid User ID/Password combination for this host application region.

    LU Configuration Error
    The session has been connected to a host application region, but the SNA BIND information was for the wrong type (for example, the region received LU2 BIND but the session was configured for LU 0). Check that the host connection pool definition and the host resource definition match.

    Pending Shutdown
    webMethods Mainframe is currently processing a shutdown. All of the sessions are being disconnected from the host system.

    Host Tx Timeout
    A transaction was being processed on this session, but the host system failed to respond within the configured amount of time. Power the session off and on to recover this status. Consult with your IT department about any mainframe problems during this time.

    Host Tx Error
    A transaction was being processed on this session, but a protocol or configuration violation was encountered. A common reason for this error is a conversation transaction that has not been configured correctly. Power the session off and on to recover this status. Check the webMethods Mainframe event log to find the specific error that occurred.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services