A fix is available
APAR status
Closed as program error.
Error description
The Debug view shows the wrong references for variables that have the RECORD data type. The Debug view shows an ID (tw-id="id:0") for first occurrence of a value ("5"). If this value occurs a second time, a reference to the ID is shown (tw-ref="id:0") and, in the Debug view, the value ("5") is not displayed. Because the number of the referenced ID is always 0, sometimes the wrong values are referenced. This example explains the wrong behavior: The input for the displayed data contains two array elements. 5,4,3 5,1,3 the wrong behavior: object type="Record[]"> <arrayElement size="6"> <item type="Record"> <property name="VALUE1" type="Integer" tw-id="id:0">5</property> <property name="VALUE2" type="Integer">4</property> <property name="VALUE3" type="Integer" tw-id="id:0">3</property> <|-- wrong id --> </item> <item type="Record"> <property name="VALUE1" type="Integer" tw-ref="id:0" /> <|-- correct reference --> <property name="VALUE2" type="Integer">1</property> <property name="VALUE3" type="Integer" tw-ref="id:0" /> <|-- wrong reference --> </item> The expected behavior is object type="Record[]"> <arrayElement size="6"> <item type="Record"> <property name="VALUE1" type="Integer" tw-id="id:0">5</property> <property name="VALUE2" type="Integer">4</property> <property name="VALUE3" type="Integer" tw-id="id:1">3</property> </item> <item type="Record"> <property name="VALUE1" type="Integer" tw-ref="id:0" /> <property name="VALUE2" type="Integer">1</property> <property name="VALUE3" type="Integer" tw-ref="id:1"/> </item>
Local fix
Problem summary
No additional information is available.
Problem conclusion
A fix is available for IBM BPM V8.0.1.3 that shows the correct reference ID. On Fix Central (http://www.ibm.com/support/fixcentral), search for JR54881: 1. Select IBM Business Process Manager with your edition from the product selector, the installed version to the fix pack level, and your platform, and then click Continue. 2. Select APAR or SPR, enter JR54881, and click Continue. When you download fix packages, ensure that you also download the readme file for each fix. Review each readme file for additional installation instructions and information about the fix.
Temporary fix
Not applicable
Comments
APAR Information
APAR number
JR54481
Reported component name
BPM ADVANCED
Reported component ID
5725C9400
Reported release
801
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2015-10-15
Closed date
2015-12-16
Last modified date
2015-12-16
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
BPM STANDARD
Fixed component ID
5725C9500
Applicable component levels
R850 PSY
UP
[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSFTDH","label":"IBM Business Process Manager Standard"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.0.1","Line of Business":{"code":"LOB45","label":"Automation"}}]
Document Information
Modified date:
14 October 2021