Messages on this page are sorted by Sybase error code. Locate the appropriate code in the table below, and click the link for a full description of the message.
| Number | Msg Type | SQL State | SQL Code | Message | Possible Cause |
|---|---|---|---|---|---|
| 3106 | Error | 2FW29 | -1436L | "A geometry with SRID=%1 is not supported when computing distance between non-point geometries." | When operating with round-Earth data, distance between non-point geometries is not supported. Click here for a list of possible parameters and odbc states. |
| 3108 | Error | 2FW31 | -1438L | "Error reading configuration file." | An error occurred while reading a configuration file for spatial support. This error can occur if the "st_geometry_config.tgz" file is not installed. Click here for a list of possible parameters and odbc states. |
| 3109 | Error | 2FW32 | -1439L | "Invalid configuration name %1" | The named configuration is not supported. Click here for a list of possible parameters and odbc states. |
| 3110 | Error | 2FW33 | -1440L | "The comparison '%1' cannot be used with geometries." | Geometry values cannot be compared with operators such as < or >. Geometries can only be compared with = and <>. Click here for a list of possible parameters and odbc states. |
| 3111 | Error | 2FW34 | -1441L | "Invalid spatial reference system well-known-text (WKT)." | The provided string does not represent a valid spatial reference system definition in well-known text format. Click here for a list of possible parameters and odbc states. |
| 3112 | Error | 2FW35 | -1442L | "Invalid transform definition '%1'." | The provided string does not represent a valid transform definition. Click here for a list of possible parameters and odbc states. |
| 3113 | Error | 2FW36 | -1443L | "Transform definition is too long." | The provided transform definition is too long. Click here for a list of possible parameters and odbc states. |
| 3114 | Error | 2FW37 | -1444L | "Transform from SRID %1 to %2 not supported." | There is no way to transform from the value's spatial reference system to the specified target. Click here for a list of possible parameters and odbc states. |
| 3115 | Error | 2FW38 | -1445L | "Transform from SRID %1 not supported." | There is no way to transform from values of the specified spatial reference system. Click here for a list of possible parameters and odbc states. |
| 3116 | Error | 2FW39 | -1446L | "Unit of measure \"%1\" is not a linear unit." | The specified unit of measure is not a linear unit of measure. Click here for a list of possible parameters and odbc states. |
| 3117 | Error | 2FW40 | -1447L | "Unit of measure \"%1\" is not an angular unit." | The specified unit of measure is not a linear unit of measure. Click here for a list of possible parameters and odbc states. |
| 3118 | Error | 2FW41 | -1448L | "Invalid polygon format '%1'" | The specified polygon format is not a valid format. Click here for a list of possible parameters and odbc states. |
| 3119 | Error | 2FW42 | -1449L | "Invalid polygon: no exterior ring" | The provided polygon is invalid as it does not have an exterior ring. Click here for a list of possible parameters and odbc states. |
| 3120 | Error | 2FW43 | -1450L | "Invalid polygon nesting" | The provided rings cannot be interpreted as a valid polygons. Click here for a list of possible parameters and odbc states. |
| 3121 | Error | 2FW44 | -1451L | "Invalid polygon: multiple exterior rings" | There are multiple exterior rings that do not form a single valid polygon. Click here for a list of possible parameters and odbc states. |
| 3122 | Error | 2FW45 | -1452L | "Table '%1' contains a spatial column '%2' and no primary key" | An update or delete statement cannot be performed for a table that contains a spatial column unless there is a primary key defined for the table. Click here for a list of possible parameters and odbc states. |
| 3123 | Error | 2FW46 | -1453L | "Spatial column '%1' cannot be included in a primary key or unique index" | A spatial column cannot be included in a primary key or unique index. Click here for a list of possible parameters and odbc states. |
| 3124 | Error | 2FW47 | -1454L | "Spatial column '%1' cannot be included in an index because it is not constrained to a single SRID" | The named spatial column cannot be included in a spatial index because the column is not constrained to have values from a single spatial reference system. The column definition should be of the form "col ST_Geometry(SRID=0)". Click here for a list of possible parameters and odbc states. |
| 3125 | Error | 2FW48 | -1455L | "The CONVERT USING clause must be specified when creating a unit of measure" | A CREATE SPATIAL UNIT OF MEASURE statement was used without including the CONVERT USING clause. Click here for a list of possible parameters and odbc states. |
| 3126 | Error | 2FW49 | -1456L | "The string '%1' is not a valid axis order" | The specified string is not a valid axis order. Click here for a list of possible parameters and odbc states. |