Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IC88703 Status: Geschlossen

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

Produkt:
DB2 FOR LUW / DB2FORLUW / A10 - DB2
Problembeschreibung:
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
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* ALL                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to DB2 Version 10.1 Fix Pack 2.                      * 
****************************************************************
Local-Fix:
There is no workaround.
verfügbare FixPacks:
DB2 Version 10.1 Fix Pack 2 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 4 for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 3a for Linux, UNIX, and Windows
DB2 Version 10.1 Fix Pack 6 for Linux, UNIX, and Windows

Lösung
First fixed in DB2 Version 10.1 Fix Pack 2.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
28.11.2012
28.01.2013
28.01.2013
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version
10.1.0.2 FixList
10.5.0.2 FixList