IBM Support

RS02648: BRANCH MERGE MAY DETECT INVALID CONFLICTS WHEN USING MIGRATED DATA

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Branch merge may detect invalid conflicts when using migrated
    data.  This is due to a newly added database field not auto
    populated by the migration wizard.
    

Local fix

  • Run attach script file to update old merge information.
    Then, the conflicts will get properly reported.
    The following query should be applied for ODM 8.8 with Oracle :
    update ILOG.VERSION
    set MERGEDFROMVERSION = (select max(MERGEDVERSION.ID)
                from ILOG.VERSION MERGEDVERSION
                where MERGEDVERSION.ID < ILOG.VERSION.ID and
                    MERGEDVERSION.BASELINE = ILOG.VERSION.
    MERGEDFROMBASELINE and
                    MERGEDVERSION.ELTORIGINALID = ILOG.VERSION.
    ELTORIGINALID and
                    MERGEDVERSION.TYPE = ILOG.VERSION.TYPE
                group by MERGEDVERSION.ELTORIGINALID, MERGEDVERSION.
    TYPE)
    where ILOG.VERSION.MERGEDFROMBASELINE is not null and
        ILOG.VERSION.MERGEDFROMVERSION is null ;
    

Problem summary

  • In the Enterprise Console, after a migration, when doing a
    merge with the migrated data invalid conflicts can be detected.
    This issue is related to merged version. It occurs when a rule
    changed several times, then has several versions since the last
    merge.
    

Problem conclusion

  • The code is fixed.
    

Temporary fix

Comments

APAR Information

  • APAR number

    RS02648

  • Reported component name

    WS DECISION CTR

  • Reported component ID

    5725B6900

  • Reported release

    880

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2017-02-16

  • Closed date

    2017-08-25

  • Last modified date

    2017-08-25

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Modules/Macros

  • 999
    

Fix information

  • Fixed component name

    WS DECISION CTR

  • Fixed component ID

    5725B6900

Applicable component levels

  • R880 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSQP76","label":"IBM Operational Decision Manager"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"880","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
01 December 2021