webMethods

webMethods

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.  Tamino Session

    Posted Sat April 21, 2001 09:33 AM

    Hello!

    I evaluate TAMINO with the XML starter KIT.

    Is there any posibility to close an open session, when I don’t know session id and session key?

    Till now I know that starting and stoping Tamino Database will close all sessions (rollback posible).
    Do you know any other way to close all opened sessions?

    Artur Lange


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Tamino Session

    Posted Thu April 26, 2001 09:55 PM

    Hi,

    see the parameter “Maximum Transaction Duration” in the System Management Hub (Tamino Manager) under

    Tamino/Databases/mydb/Properties/Server

    Any session exceeding this value will be aborted. Transactions which were not committed will be rolled back.

    Best regards


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: Tamino Session

    Posted Tue May 08, 2001 12:08 PM

    I knew that tamino has this option but it looks that it’s not working with Tamino Starter Kit.

    So is it working with Tamino Starter Kit or not?

    Thanks for answer :slight_smile:


    #API-Management
    #webMethods
    #Tamino


  • 4.  RE: Tamino Session

    Posted Wed May 09, 2001 09:22 AM

    Hi,

    what indicates that termination of sessions after the time given by the parameter “maximum session duration” does not work with XML Starter Kit?

    Best regards

    Peter


    #API-Management
    #webMethods
    #Tamino


  • 5.  RE: Tamino Session

    Posted Wed May 09, 2001 03:58 PM

    Hi!

    So the easiest way to check it is to use your web browser (I have MSIE 5.5),(easy to check also using Java API)

    I’m oppening session like this:
    http://localhost/tamino/my_database?_connect=*

    And everything is ok, I’m reciving session id and session key. The first session is opend!

    I can open 4 session (due to licence it’s ok, doesn’t metter what is in “database working threads” in “Managment_HUB//Tamino/my_database/Properties/Server”)

    So when trying to open one more session (previous 4 are still opened) I’m reciving something like that:


    <ino:message ino:returnvalue=“8555”>
    <ino:messagetext ino:code=“INOXME8555”>
    Invalid session ID
    </ino:messagetext>
    </ino:message>

    What it’s also due to licence.

    I’m waitting as much time as is defined in “maximum transaction duration” and “non-activity timeout” (this is the main parameter witch is interesting me) but after this time nothing happend I still can’t open new session!!! I have to close at least one of old session to start new session.

    So do you have any idea what is going on, where I’m wrong?

    Thank’s for reading :wink:

    Artur


    #webMethods
    #Tamino
    #API-Management