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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Session processing

    Posted 08/05/02 01:12 PM

    I am trying to process a transaction and get an error INOXHE8285 on the COMMIT.
    My processing sequence is:
    a) _connect
    b) _process
    c) _commit
    d) _disconnect
    After the connect, I use the sessionid and sessionkey from the previous request in each subsequent request.
    I am using the REQUEST DOCUMENT statement in Natural 5 and my Collection is NATSXSDemoData from library SYSEXSXS.
    I am on Tamino 3.1.1.1
    Can somebody please tell me what is wrong?


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: Session processing

    Posted 08/05/02 01:33 PM

    hi,

    please check your tamino property “non-activity-timeout”. the error INOXHE8285 you were mentioning indicates that within a session no activity occured for more than a designated amount of time. thus, the tamino server assumed that the client passed away for some reason, and invalidated the existing session.

    regards,
    andreas f.


    #API-Management
    #webMethods
    #Tamino


  • 3.  RE: Session processing

    Posted 08/05/02 02:43 PM

    Thankyou for this hint. I decided to stop my database and start it again and voila! It now works. I think I had some sessions lurking from when I was processing each command seperately. Now they are all in one program, and it works perfectly.


    #Tamino
    #API-Management
    #webMethods