We have a bo4 report which lists scheduled reports and if succeded or failed. Cannot see any object which shows error reason. Is such an object available either in universe or audit schema?
Also is there no option to see pending jobs.
If you are using the SAP Sample BI 4.x Universe, in your Query Filter, set Event Type In List Run;Deliver and include “Event Detail Type” and “Event Detail Value”. If you look at the Universe (IDT), you’ll notice it converts the CLOB Detail into a VarChar[] and uses that. It plucks the data piece out of that large glob of data based on the Detail Type. Very inefficient especially if you have a large repository like ours. We have to augment this data with Materilaized views to pull specific types like Universe Name and Size.