Automic Workload Automation

 View Only

  • 1.  C_Period definition

    Posted 2 days ago

    Hi, I am trying to create a report (SQL query), showing all jobplans executed on specific dates/times.   I'm using OH and JPP tables, but I don't see any jobplans using C_Periods there, just schedules.

    Can someone guide me on how to also show jobplans using C_Periods, not only schedules?

    thanks in advance for any information you can share.



    -------------------------------------------


  • 2.  RE: C_Period definition

    Posted 2 days ago

    Hi Oscar,

    you have to include table EPC for runtime values. The content of the PERIOD object is stored on OPD.

    regards,
    Peter



    ------------------------------
    Automic Certified Professional/Expert & Broadcom Knight
    ------------------------------



  • 3.  RE: C_Period definition

    Posted 2 days ago
    Edited by Daryl Brown 2 days ago

    If you're looking for data on the actual runs (as opposed to just the object definition data in the OH table), I would think you'd need to be looking in the AH and/or EH tables for those statistics.

    This may be my confusion, though...  

    Are you trying to build a report of when everything is scheduled to run, or a report of when everything did run?

    -------------------------------------------



  • 4.  RE: C_Period definition

    Posted 2 days ago

    Hi Peter and Daryl for your prompt response.

    I'm trying to list future executions, not history.  That's why I'm using OH.

    As far as Peter's comment, I think you mean table EPDC, right?  I cannot find EPC table

    Thanks again to both of you for your help

    -------------------------------------------



  • 5.  RE: C_Period definition

    Posted 21 hours ago

    Hi Oscar,

    for future executions you need to create a routine similar to forecast. I would avoid this and use the build in forecast functionality instead. Afterwards you can query the F* tables

    reagards,
    Peter

    BTW: EPDC contains the calendar definition for a periodic run. As this is optional data, EPD is correct.

    HAPPY National Day to my singaporean friends!



    ------------------------------
    Automic Certified Professional/Expert & Broadcom Knight
    ------------------------------



  • 6.  RE: C_Period definition

    Posted 20 hours ago

    Hello Peter, happy Friday!

    Thank you very much for your help and advice.

    -------------------------------------------