Messages on this page are sorted by SQLSTATE. Locate the appropriate code in the table below, and click the link for a full description of the message.
| SQL State | Msg Type | Number | SQL Code | Message | Possible Cause |
|---|---|---|---|---|---|
| 2FW65 | Error | 3142 | -1472L | "Spatial reference system \"%1\" is reserved" | The named spatial reference system is reserved for system use. Click here for a list of possible parameters and odbc states. |
| 2FW66 | Error | 3143 | -1473L | "Spatial unit of measure \"%1\" is reserved" | The named unit of measure is reserved for system use. Click here for a list of possible parameters and odbc states. |
| 2FW67 | Error | 3144 | -1474L | "SRID %1 is referenced by column '%2' of table '%3'" | The specified spatial reference system is in use by the column of a table, and it cannot be modified. Click here for a list of possible parameters and odbc states. |
| 2FW68 | Error | 3145 | -1475L | "SRID %1 is referenced by parameter '%2' of procedure '%3'" | The specified spatial reference system is in use by the parameter of a procedure, and it cannot be modified. Click here for a list of possible parameters and odbc states. |
| 2FW69 | Error | 3146 | -1476L | "SRID %1 is referenced by domain \"%3\".\"%2\No message | The specified spatial reference system is in use by a user-defined domain, and it cannot be modified. Click here for a list of possible parameters and odbc states. |
| 2FW70 | Error | 3147 | -1477L | "The SRID %1 does not identify a geographic spatial reference system" | The methods ST_Lat() and ST_Long() can only be used for geographic spatial reference systems. Click here for a list of possible parameters and odbc states. |
| 2FW71 | Error | 3148 | -1478L | "ST_Geometry arguments not supported by SQL function %1" | The specified SQL function does not support geometry parameters. Click here for a list of possible parameters and odbc states. |
| 2FW72 | Error | 3149 | -1479L | "An expression of type %1 is not union-compatible with type %2" | The two types cannot be combined, for example in a set operation such as UNION or in a SQL function such as COALESCE. Click here for a list of possible parameters and odbc states. |
| 2FW73 | Error | 3150 | -1480L | "An internal error has occurred in the spatial library" | An unexpected error occurred. Click here for a list of possible parameters and odbc states. |
| 2FW77 | Error | 3152 | -1482L | "Curve contains nearly antipodal points %1 and %2 (near '%3')" | A curve contains two points that are nearly antipodal. These define an ambiguous segment in a round-Earth spatial reference system. Click here for a list of possible parameters and odbc states. |
| 2FW78 | Error | 3153 | -1483L | "LineString must contain at least 2 points (near '%1')" | The linestring contains only a single point. Click here for a list of possible parameters and odbc states. |
| 2FW79 | Error | 3154 | -1484L | "Value %1 out of range for coordinate %2 (SRS bounds [%3, %4] exceeded by more than 50%)" | The geometry contains a point outside of the bounds specified by the spatial reference system. Click here for a list of possible parameters and odbc states. |
| 2FW80 | Error | 3155 | -1485L | "Invalid polygon: ring is not closed (near '%1')" | One of the provided curves is not a closed ring. Click here for a list of possible parameters and odbc states. |
| 2FW81 | Error | 3156 | -1486L | "Invalid polygon: ring has zero area (near '%1')" | One of the provided rings has zero area and cannot be a valid polygon ring. Click here for a list of possible parameters and odbc states. |
| 2FW82 | Error | 3157 | -1487L | "Invalid polygon: curve is not a ring" | One of the curves is not a ring and cannot be used to form a polygon. Click here for a list of possible parameters and odbc states. |
| 2FW83 | Error | 3158 | -1488L | "Invalid polygon: ring is larger than allowed for SRID=%1 (near '%2')" | One of the rings is larger than the specified spatial reference system supports. Click here for a list of possible parameters and odbc states. |
| 2FW84 | Error | 3162 | -1494L | "Geometries with CircularString not supported (near \"%1\")" | The method or operation does not support geometries with CircularString elements. Click here for a list of possible parameters and odbc states. |
| 2FW85 | Error | 3163 | -1495L | "Geometries with CircularString are not supported in spatial reference system %1" | The method does not support geometries with CircularString elements. Click here for a list of possible parameters and odbc states. |
| 2FW86 | Error | 3167 | -1499L | "Invalid grid size %1" | The specified grid size cannot be used with the spatial reference system. The grid size must be selected based on the bounds of space. Click here for a list of possible parameters and odbc states. |
| 2FW87 | Error | 3168 | -1500L | "Invalid tolerance %1" | The specified tolerance cannot be used with the spatial reference system. The tolerance must be selected based on the bounds of space. Click here for a list of possible parameters and odbc states. |