IBM Support

LI82669: AFTER MIGRATION FROM V5 TO V10, EXISTING PRODUCT AND TARGET PLANDROPDOWNS FAIL AND RESULT IN ERROR

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • Closed as program error.

Error description

  • Problem 1 : After using the AMU tool to migrate their
    environment from v5 to v10, when trying to choose an existing
    product rather than an auto product for their API, they
    experience an error as the dropdown does not populate and
    resulted in an error page. This was due to the gateway-types
    field that was not correctly populating from the migration
    
    Problem 2 : After resolving the above error, another error is
    encountered as the target plan dropdown breaks as well resulting
    in the same error page.
    

Local fix

  • To resolve Problem 1, a script was developed to delete and
    republish all products which triggered the correct creation of
    the gateway-types field.
    for product in `apic-slim -s $API_SERVER -o $PORG
    draft-products:list-all | awk '{ print $1 }'`
    do
    apic-slim -s $API_SERVER -o $PORG draft-products:get $product
    apic-slim -s $API_SERVER -o $PORG draft-products:update $product
    `echo $product | sed 's/:/_/'`.yaml
    rm *.yaml
    done
    
    There is no accepted workaround for Problem 2.
    

Problem summary

  • After migration, existing product and target plan drop downs
    fail to load.
    

Problem conclusion

  • This is fixed in 10.0.5.1 and 10.0.1.8.
    

Temporary fix

Comments

APAR Information

  • APAR number

    LI82669

  • Reported component name

    API CONNECT ENT

  • Reported component ID

    5725Z2201

  • Reported release

    A0X

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2022-07-06

  • Closed date

    2022-09-05

  • Last modified date

    2022-09-09

  • 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

    API CONNECT ENT

  • Fixed component ID

    5725Z2201

Applicable component levels

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSMNED","label":"IBM API Connect"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"A0X","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
09 September 2022