Question
Debug BIX Extracts
We run BIX extracts in our application and export the data to database tables. However, we need to keep a track of all the work objects that were extracted. I read an article which mentions about a known issue in v7.1.9 where the pxInsKeys are not written to the logs, and Pega has provided a hot fix. Couple of questions:
1. How can we enable debugging of BIX extracts. I mean which class do we need to set the logging level as 'DEBUG'?
2. Would I need this hot fix for v7.2.0?
For debugging, you can use the class: com.pega.pegarules.data.internal.access.ExtractImpl
If you want to keep a track of the objects extracted, columns pxExtractDateTime, pxExtractIdentifier in the target tables compared to pzInsKey should get you the required.