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.


#TechXchangePresenter
 View Only
  • 1.  Scheduled job

    Posted Thu December 02, 2010 02:02 PM

    We have several scheduled jobs running in our server (6.5), we are planning to write a shell script to check if the scheduled jobs ran properly.

    How should we do this, will this be logged in server log when the job runs?

    Please advise.


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 2.  RE: Scheduled job

    Posted Thu December 02, 2010 09:04 PM

    You may want to define what’s “run properly”.
    Do you expect a notice when it run every time? if the case, just send an email/alert at the end of the service (a wrapper service may needed)
    If you expect a notice when it doesn’t run, it’s more complicated, you may need to reset a flag/timestamp everytime it runs, if the flag doesn’t reset in timely manner, you need to have another code to send alert out.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive