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.  Understanding on Scheduler and System task?

    Posted 12/24/14 03:38 AM

    Scheduler task: On a periodic basis a service will be executed. Scheduler task details would be stored in database. Could be in product schema. I would like to know the table name where in the IS retrieving the info to run the scheduler.

    System task: Integration Server will create a system task on his own for internal purpose.

    Question here is will the system task details also would be stored in database or it would be store in cache?
    How exactly Integration server handle the situation?


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Understanding on Scheduler and System task?

    Posted 01/05/15 01:49 PM

    The schedulers are stored in the table IS_USER_TASKS in the IS-Internal section.

    I am not sure if the system tasks are stored too.

    There is a thread in the IS-Thread list dealing with the schedulers and starting the appropriate actions when they are due.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Understanding on Scheduler and System task?

    Posted 01/05/15 02:25 PM

    I agree with Holger above :smiley:


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Understanding on Scheduler and System task?

    Posted 01/16/15 05:51 AM

    As per SAG docs, System tasks are not stored in the database!!!


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Understanding on Scheduler and System task?

    Posted 02/09/15 04:47 PM

    System tasks are in-memory only. They are created by Integration Server during initialization. Note that one implication of this is that system tasks, unlike user tasks, cannot be shared by nodes in a cluster.

    Regards,
    Michael


    #Integration-Server-and-ESB
    #webMethods