IBM Support

IT02015: CREATING MULTIPLE ATTACHED INDEXES ON SAME FIELD WITH ASC/DESC DIFFERENTIATOR RETURNS ERROR 350/108

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

  • Creating an attached index when there is already one existing on
    the same column but with a differentiator of asc or desc will
    return error 350/108.
    
    Example:
    
      create index i1 on t (i asc) in table;
      create index i2 on t (i desc) in table;  <-- error 350 / 108
    returned
    

Local fix

  • If "in table" is replaced by "in <dbspace>" for index i2, it
    does work as well as if both "in table" statements are removed,
    making both indexes detached.
    
    Another workaround is to add a filler in declaration of index
    i2:
    
      create index i1 on t (i asc) in table;
      create index i2 on t (i desc, filler) in table;
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    * IDS11.70 and IDS12.10 users using attached indexes           *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    * See Error Description                                        *
    ****************************************************************
    * RECOMMENDATION:                                              *
    * Update to IDS-12.10.xC5                                      *
    ****************************************************************
    

Problem conclusion

  • Problem Fixed In IDS-12.10.xC5
    

Temporary fix

Comments

APAR Information

  • APAR number

    IT02015

  • Reported component name

    INFORMIX SERVER

  • Reported component ID

    5725A3900

  • Reported release

    C10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2014-05-23

  • Closed date

    2015-10-16

  • Last modified date

    2015-10-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

    INFORMIX SERVER

  • Fixed component ID

    5725A3900

Applicable component levels

  • RA10 PSN

       UP

  • RA10 PSY

       UP

  • RB10 PSN

       UP

  • RB10 PSY

       UP

  • RB50 PSN

       UP

  • RB50 PSY

       UP

  • RB70 PSN

       UP

  • RB70 PSY

       UP

  • RC10 PSN

       UP

  • RC10 PSY

       UP

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSGU8G","label":"Informix Servers"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"C10","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
16 October 2015