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.  Scheduler in Integartion server

    Posted 08/01/18 05:45 AM

    Hi Experts ,

    Did any one know where can we see Scheduler created date in Integration server?


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Scheduler in Integartion server

    Posted 08/01/18 06:00 AM

    Hi Archana,

    Not sure if it is visible from IS admin page. But you can get the date and time from below service.

    “pub.scheduler:getTaskInfo”

    This service will return startDate and startTime which is nothing but the date and time of scheduler creation.

    HTH,
    Yogesh


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Scheduler in Integartion server

    Posted 08/01/18 06:18 AM

    Yogesh,

    Scheduler startDate and startTime can be viewed from Is admin page, But Scheduler startDate is different from Scheduler CreatedDate.


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Scheduler in Integartion server

    Posted 08/01/18 06:23 AM

    Start date is the date when scheduler is created.

    It is a optional field so we generally left it blank but once scheduler created, it store the current date in db in start date and start time fields.

    You can check for list of scheduler and the differences in start date and time.

    Thanks,
    Yogesh


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Scheduler in Integartion server

    Posted 08/01/18 06:41 AM

    Yogesh,

    what you said is correct and applicable for complex repeating tasks,But for my case it for Simple interval tasks.For simple interval tasks it is showing onetime task date and time which is always future date


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: Scheduler in Integartion server

    Posted 08/01/18 07:02 AM

    In addition to the above check the is user tasks table located in wM product schema.


    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: Scheduler in Integartion server

    Posted 08/01/18 07:06 AM

    Hi Archana,

    It is not applicable for one time task only. However for Repeating task with simple and complex, you can refer to start date and time.

    @Mahesh – Service returned the same results which are stored in the IS_USER_TASKS table.

    Thanks,
    Yogesh


    #Integration-Server-and-ESB
    #webMethods


  • 8.  RE: Scheduler in Integartion server

    Posted 08/01/18 10:05 AM

    What is your requirement? Have you turned on the security logs this will also give your audit logs for the activities you perform on IS?


    #webMethods
    #Integration-Server-and-ESB