IBM Support

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

Subscribe

You can track all active APARs for this component.

 

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 / Xsystem

  • Submitted date

    2014-05-23

  • Closed date

    2015-10-16

  • Last modified date

    2024-09-24

  • 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

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSGU8G","label":"Informix Servers"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"C10","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
24 September 2024