Skip to main content

IC88703: SPATIAL QUERY USING BOTH THE ST_NEARESTPOINTS AND ST_DISTANCE FUNCTIONS MAY FAIL WITH THE SQL0430N ERROR.


Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • A spatial query using both the ST_NearestPoints and ST_Distance
    functions may fail with the error:
    
    SQL0430N User defined function "DB2GSE.GSENATIVEDISTANCE"
    (specific name "GSENDIST") has abnormally terminated.
    SQLSTATE=38503
    
    The ST_NearestPoints function is typically used to find the
    point(s) on a line "nearest" to a specified point location, such
    as querying a table of highway segments to find the highway
    segments and the closest points to a specified point. This would
    normally be qualified by a distance to avoid scanning the entire
    table.
    
    An example query is:
    with test_point(point) as (
         values(db2gse.ST_Point (-108.21461,44.77150 , 1))
       )
    select objectid
          ,db2gse.ST_NearestPoints(route.shape, point) as np
    from  highways, test_point
    where db2gse.st_distance(shape, point) < 0.1
    

Local fix

  • There is no workaround.
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    * ALL                                                          *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    * See Error Description                                        *
    ****************************************************************
    * RECOMMENDATION:                                              *
    * Upgrade to DB2 Version 10.1 Fix Pack 2.                      *
    ****************************************************************
    

Problem conclusion

  • First fixed in DB2 Version 10.1 Fix Pack 2.
    

Temporary fix

Comments

APAR Information

  • APAR number

    IC88703

  • Reported component name

    DB2 FOR LUW

  • Reported component ID

    DB2FORLUW

  • Reported release

    A10

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2012-11-28

  • Closed date

    2013-01-28

  • Last modified date

    2013-01-28

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

    IC87330

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

Fix information

  • Fixed component name

    DB2 FOR LUW

  • Fixed component ID

    DB2FORLUW

Applicable component levels

  • RA10 PSN

       UP

Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

DB2 for Linux, UNIX and Windows


Software version:
10.1


Reference #:
IC88703


Modified date:
2013-01-28

Translate my page

Content navigation