Klave
Klave

Reputation: 43

Query jbatch tables

JBatch writes job instance execution data into tables. For my application I manually created them and configured the application server to use them. That works fine. However, since the batchstatus of some executioninstances is FAILED I would like to know why and hence would like to query those tables. However, some of the data is stored as bytea (postgres). How can I query that data so it returnes readable data? How can I find out about why a specific job instance failed?

Upvotes: 0

Views: 79

Answers (0)

Related Questions