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.  Stop a flowservice execution

    Posted 09/05/12 03:06 PM

    hi all ,
    i found some interesing question.iam taking REPEAT–>SUCCESS inside that iam taking a debuglog service.wn i run this it continously printing the message in my console.
    now i want to stop that service. even i close the my developer also is running.
    is anyway to stop the service from IS Admin?
    tell me any one solution for this one.


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


  • 2.  RE: Stop a flowservice execution

    Posted 09/05/12 09:32 PM

    I think 8.x now has the ability to kill a thread but I don’t know the details.

    You effectively created an infinite loop based on your description. You shouldn’t do that.


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


  • 3.  RE: Stop a flowservice execution

    Posted 09/06/12 11:57 AM

    IS Admin > Server > Statistics > System Threads > Click on the link. You gotto cancel the running thread, and then kill it. This is available from 8.x.

    However, as reamon said, you shouldn’t do that.

    -Senthil


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


  • 4.  RE: Stop a flowservice execution

    Posted 09/06/12 01:17 PM

    If you can reload the package contain that particular service you can stop that service execution…

    But I am not sure about this


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


  • 5.  RE: Stop a flowservice execution

    Posted 09/06/12 07:34 PM

    Reloading a package does not stop running services.


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


  • 6.  RE: Stop a flowservice execution