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.  tracing Exception in Developer

    Posted Wed March 26, 2003 10:41 AM

    Hi,
    I am using try catch sequences in Developer (IS4.6) and have them set up as: success, failure, done. This seems to work ok during runtime.

    However, when I am tracing (or stepping thru) the services, I noticed different behavior. If the service fails due to Oracle error for select, it goes to my Catch sequence. But if the service fails due to Oracle error for insert, it display the error Window to me and does not go to my Catch sequence.

    Does anybody has similar experience? Is a a bug in Developer or did I miss something?

    Thanks.


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: tracing Exception in Developer

    Posted Wed March 26, 2003 01:51 PM

    Check the input of ur insert records and it might be comming null or some typo in the statement mapping for the service input/output,So it might causing exception alert.

    HTH.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 3.  RE: tracing Exception in Developer

    Posted Thu March 27, 2003 04:09 PM

    Yes, I did put null as the input on purpose so that there will be a system error. But I expect it to exit my Catch sequence and go into my Try sequence, where I will log the error and rollback. But instead, the error message window pops up and the whole flow is terminated.

    Any more idea?


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods