Support Article
Errors during BIX extract processing
SA-23247
Summary
The BIX Extraction process fails when a workitem contains PageList property. In an event of extraction failure, an InvalidReferenceException is thrown.
Error Messages
2016-04-27 14:04:05,927 [ PegaRULES-Batch-4] [ ] [ Mortgage:01.01.01] ( internal.access.ExtractImpl) ERROR [email protected] - Unable to process while reading the source Db GCS-Mortgage-Work: InvalidReference .Subjects(2).SupplierCode put failed
com.pega.pegarules.pub.clipboard.InvalidReferenceException: InvalidReference .Subjects(2).SupplierCode put failed
at com.pega.pegarules.data.internal.clipboard.PropertyReferenceImpl.doPut(PropertyReferenceImpl.java:507)
at com.pega.pegarules.data.internal.clipboard.PropertyReferenceImpl.put(PropertyReferenceImpl.java:456)
at com.pega.pegarules.data.internal.clipboard.ClipboardPageImpl.putStringOverride(ClipboardPageImpl.java:2276)
at com.pega.pegarules.data.internal.clipboard.ClipboardPageImpl.putString(ClipboardPageImpl.java:2091)
at com.pega.pegarules.data.internal.clipboard.ClipboardPageImpl.putString(ClipboardPageImpl.java:2087)
at com.pega.pegarules.data.internal.access.ExtractImpl.getXML(ExtractImpl.java:4099)
at com.pega.pegarules.data.internal.access.ExtractImpl.writeXMLNoHeader(ExtractImpl.java:4051)
Steps to Reproduce
1) Create a workitem with the below structure:
pyWorkPage
--property1
--property2
--property3
--MyPageList(a_class)
---MyPageList(1)
----ABC
----CDE
----DEF
---MyPageList(2)
----ABC
----CDE
The issue occurs when a workitem containing a Pagelist property where the number of properties within the list items are not identical. In the above example, MyPageList(2) is missing DEF property and when running BIX Extract the reported error will occur and the workitem will not be extracted.
2) Create a BIXExtract rule with the same structure. It is important to have the single properties above the PageList properties in the Extract rule.
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Install HFix-27397.
Published June 24, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.