Automic Workload Automation

Expand all | Collapse all

Can you please let me know how can i get the current running batches in automic from the database table???

  • 1.  Can you please let me know how can i get the current running batches in automic from the database table???

    Posted Mar 04, 2019 04:17 AM

    Can you please let me know how can i get the current running batches in automic from the database table???



  • 2.  Re: Can you please let me know how can i get the current running batches in automic from the database table???

    Posted Mar 04, 2019 04:26 AM

    Hello Mohamed,

     

    Not sure what you are looking for, but the EH table is the one containing the current activities.

     

    Best regards,

    Antoine



  • 3.  Re: Can you please let me know how can i get the current running batches in automic from the database table???

    Posted Mar 04, 2019 04:39 AM

    Hi Antoine,

     

    I was looking for the current activites in automic from databse.

    Thanks for your help.

    select * from EH where EH_STATUS=1550;/*Active Batch status=1550*/



  • 4.  Re: Can you please let me know how can i get the current running batches in automic from the database table???

    Posted Mar 04, 2019 05:02 AM

    You are welcome

     

    Best regards,

    Antoine