Messages on this page are sorted by SQLCODE. Locate the appropriate code in the table below, and click the link for a full description of the message.
| SQL Code | Msg Type | Number | SQL State | Message | Possible Cause |
|---|---|---|---|---|---|
| -1466L | Error | 3136 | 2FW59 | "Ellipsoid parameters specified for non-geographic spatial reference system" | The ELLIPSOID parameters can only be specified for geographic spatial reference systems. Click here for a list of possible parameters and odbc states. |
| -1467L | Error | 3137 | 2FW60 | "Coordinate bounds missing for coordinate %1" | No bounds were specified for the named coordinate. Click here for a list of possible parameters and odbc states. |
| -1468L | Error | 3138 | 2FW61 | "The specified axis order is not supported for this type of spatial reference system" | The specified axis order is not supported for this type of spatial reference system. Click here for a list of possible parameters and odbc states. |
| -1469L | Error | 3139 | 2FW62 | "The specified polygon format '%1' is not supported for this type of spatial reference system" | The specified polygon format is not supported for this type of spatial reference system. Click here for a list of possible parameters and odbc states. |
| -1470L | Error | 3140 | 2FW63 | "Invalid storage format '%1'" | The specified storage format string is not valid. Click here for a list of possible parameters and odbc states. |
| -1471L | Error | 3141 | 2FW64 | "Spatial reference system %1 cannot be modified because it is in use" | The coordinate system is currently in use and cannot be dropped. Click here for a list of possible parameters and odbc states. |
| -1472L | Error | 3142 | 2FW65 | "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. |
| -1473L | Error | 3143 | 2FW66 | "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. |
| -1474L | Error | 3144 | 2FW67 | "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. |
| -1475L | Error | 3145 | 2FW68 | "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. |
| -1476L | Error | 3146 | 2FW69 | "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. |
| -1477L | Error | 3147 | 2FW70 | "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. |
| -1478L | Error | 3148 | 2FW71 | "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. |
| -1479L | Error | 3149 | 2FW72 | "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. |
| -1480L | Error | 3150 | 2FW73 | "An internal error has occurred in the spatial library" | An unexpected error occurred. Click here for a list of possible parameters and odbc states. |
| -1482L | Error | 3152 | 2FW77 | "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. |
| -1483L | Error | 3153 | 2FW78 | "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. |
| -1484L | Error | 3154 | 2FW79 | "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. |
| -1485L | Error | 3155 | 2FW80 | "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. |
| -1486L | Error | 3156 | 2FW81 | "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. |