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
  • 1.  Applinx Connection Pool time out

    Posted Thu December 02, 2010 02:50 PM

    Hello,

    we adapt RegOffice with Applinx to screens and set up the Path Procedures.
    Created a Connection Pool, which uses the start_up Procedure.
    Connect to the session without Connection Pool and using the procedure manually, it works correctly and ends in Menu Screen.

    If setting up a Connection Pool to the Session, time out.
    Following errors:
    Service connection timeout
    Trying to access BO while no BO is attached

    SOAP UI then ends in the following:
    error getting host connection, error code 5053

    What am i doing wrong?

    Thanks


    #webMethods
    #ApplinX
    #Mainframe-Integration


  • 2.  RE: Applinx Connection Pool time out

    Posted Fri December 03, 2010 04:55 PM

    is your start_up procedure sending data to the base object? if it is, try unchecking that option - the startup procedure doesn’t need to collect any data.


    #ApplinX
    #webMethods
    #Mainframe-Integration


  • 3.  RE: Applinx Connection Pool time out

    Posted Fri December 03, 2010 11:39 PM

    I’ve checked all steps in the path procedure. None of them has a checked “Send to base object” box.
    Oddly it works when connecting without a connection pool and starting the procedure manually at login screen, it sends me to the Menu as it supposed to be.


    #Mainframe-Integration
    #webMethods
    #ApplinX


  • 4.  RE: Applinx Connection Pool time out

    Posted Sun December 05, 2010 08:52 AM

    Hi Mark,

    In your start_up procedure, are you using an ExecuteProcedure node?
    If you do, then the problem is probably due to missing session. When using an execute procedure node the session is not created for the pool, and is created when used in the black screen.
    Please try to debug this by writing the session ID to the log and see if it’s created correctly.
    If this is indeed the problem, changing the execute procedure node to an execute path node will solve the problem.

    Let us know if this helps.

    Regards,
    Gadi


    #ApplinX
    #webMethods
    #Mainframe-Integration


  • 5.  RE: Applinx Connection Pool time out

    Posted Sun December 05, 2010 01:24 PM

    Unfortunately it didn’t work, iam using an execute Path.
    I made a screen for you, maybe this is a little more helpful.
    I greyed out the passwords.

    Thanks four your help.


    #ApplinX
    #webMethods
    #Mainframe-Integration


  • 6.  RE: Applinx Connection Pool time out

    Posted Sun December 05, 2010 06:34 PM

    are you sure you have no other connections from this server, including interactive? There is a warning there that your license only supports 1 connection.


    #Mainframe-Integration
    #webMethods
    #ApplinX


  • 7.  RE: Applinx Connection Pool time out

    Posted Sun December 05, 2010 08:10 PM

    Yes. I shut down all connections with the help of ApplinX Administrator Tool.
    Observed the connection pool in the Administrator. Every time the connection gets broken. Closed all connections, restart the pool and tried again, nothing happened.

    Could there be another connection? Otherwise i’ve got no more ideas.


    #webMethods
    #ApplinX
    #Mainframe-Integration


  • 8.  RE: Applinx Connection Pool time out

    Posted Mon December 06, 2010 10:00 AM

    Hi,
    Thank you everyone for your help.
    The creator of this thread is attending a project in the University Relations programm. We have directed him to the correct Area of the forums and will be helping him there.
    Sorry for the inconvenience!

    Regards,
    Tim


    #webMethods
    #ApplinX
    #Mainframe-Integration