Common\ProcessState\JobHistory\IsToExport

Could anyone explain if there is any benefit of saving JobHistory to the HDB using the config parameter Common\ProcessState\JobHistory\IsToExport

If we do transfer JobHistory data to HDB how would we view it using the available tools - Or is it only available by SQL queries directly to the HDB Table HistoryJob

Many Thanks for your support

Alan

Parents Reply
  • Hi,

    I'm afraid it is sadly true that there is no OOB UI that you can just use to look at the information in HistoryJob.  I have been asking for this enhancement for quite some time now.  You can view it using JobQueueInfo that is configured against your HDB but you first have to copy the entries from HistoryJob to JobHistory (I did it and set the XTouched to a known value that I could use in a filter and for deletion).

    Regards, B.

Children