ESP Workload Automation

 View Only
Expand all | Collapse all

CAWA - RESUB location in DB?

  • 1.  CAWA - RESUB location in DB?

    Posted Nov 29, 2017 08:31 AM

    What table can I locate the status of when a job is resubmitted?

     

    If I view the details of a job there is an option to "View Jobs Command Log", within that log I can see the multiple status' (failed, resub, completed). Is that information stored in a database table where I can query against it?

     

    I am able to query against table "ESP_GENERIC_JOB" and get STATE, but that has every status except "RESUB".



  • 2.  Re: CAWA - RESUB location in DB?
    Best Answer

    Broadcom Employee
    Posted Nov 29, 2017 09:21 AM

    Hi,

     

    You will find the RESUB information in ESP_WSS_JOB table, STATE_AFM column.

     

    Thanks,

    Leandro



  • 3.  Re: CAWA - RESUB location in DB?

    Posted Nov 29, 2017 09:50 AM

    Thank you