Support Article
Null boolean and DateTime incorrect in BIX xml extract 6.2sp1
SA-18984
Summary
When running BIX extract to XML in 6.2sp1 using -B for a boolean property or -J for a datetime property, if the property does not have a value, XML output file has incorrect value.
Error Messages
For boolean properties there is a trailing 0 in the output
<pyMergeWorkbaskets xsi:nil="true"0/>
For datetime properties the end tag /> is missing
<pyLastSignon xsi:nil="true"
Steps to Reproduce
Create a new operator record and run extract of pyMergeWorkbasket and pyLastSignOn properties
Root Cause
A defect in Pegasystems’ code or rules. When using the -B and -J options the code was not handling null boolean and datetime properties.
Resolution
Apply HFix-25768
Published January 31, 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.