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 |
|---|---|---|---|---|---|
| 2FW24 | Error | 3101 | -1431L | "The format specification syntax is invalid." | The format specification is invalid. Click here for a list of possible parameters and odbc states. |
| 2FW25 | Error | 3102 | -1432L | "The format specification option '%1' is not recognized." | The named option is not supported for the format specification. Click here for a list of possible parameters and odbc states. |
| 2FW26 | Error | 3103 | -1433L | "The value '%2' is not a valid setting for the '%1' format specification option." | The value is not accepted by the specification option. Click here for a list of possible parameters and odbc states. |
| 2FW27 | Error | 3104 | -1434L | "The data is not in a recognized format." | The provided string is not in a recognized format to parse a geometry. Click here for a list of possible parameters and odbc states. |
| 2FW28 | Error | 3105 | -1435L | "A geometry with SRID=%1 is not supported for method %2." | The named method does not support geometries in the specified spatial reference system. For example, the method might not support round-Earth data. Click here for a list of possible parameters and odbc states. |
| 2FW29 | Error | 3106 | -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. |
| 2FW31 | Error | 3108 | -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. |
| 2FW32 | Error | 3109 | -1439L | "Invalid configuration name %1" | The named configuration is not supported. Click here for a list of possible parameters and odbc states. |
| 2FW33 | Error | 3110 | -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. |
| 2FW34 | Error | 3111 | -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. |
| 2FW35 | Error | 3112 | -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. |
| 2FW36 | Error | 3113 | -1443L | "Transform definition is too long." | The provided transform definition is too long. Click here for a list of possible parameters and odbc states. |
| 2FW37 | Error | 3114 | -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. |
| 2FW38 | Error | 3115 | -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. |
| 2FW39 | Error | 3116 | -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. |
| 2FW40 | Error | 3117 | -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. |
| 2FW41 | Error | 3118 | -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. |
| 2FW42 | Error | 3119 | -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. |
| 2FW43 | Error | 3120 | -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. |
| 2FW44 | Error | 3121 | -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. |