Messages 1470 through 1490

Messages on this page are sorted by Sybase error code. Locate the appropriate code for a full description of the message.

Error 1470 "Invalid storage format '%1'"
Constant
SLERR_DDL_SRS_STGFORMAT
SAP Sybase Error Number
3140
SQL State
2FW63
SQL Code
-1470L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The invalid storage format string.
Probable Cause
The specified storage format string is not valid.
Error 1471 "Spatial reference system %1 cannot be modified because it is in use"
Constant
SLERR_DDL_SRS_INUSE
SAP Sybase Error Number
3141
SQL State
2FW64
SQL Code
-1471L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The coordinate system name
Probable Cause
The coordinate system is currently in use and cannot be dropped.
Error 1472 "Spatial reference system \"%1\" is reserved"
Constant
SLERR_DDL_SRS_RESERVED
SAP Sybase Error Number
3142
SQL State
2FW65
SQL Code
-1472L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the reserved spatial reference system.
Probable Cause
The named spatial reference system is reserved for system use.
Error 1473 "Spatial unit of measure \"%1\" is reserved"
Constant
SLERR_DDL_UOM_RESERVED
SAP Sybase Error Number
3143
SQL State
2FW66
SQL Code
-1473L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the reserved unit of measure.
Probable Cause
The named unit of measure is reserved for system use.
Error 1474 "SRID %1 is referenced by column '%2' of table '%3'"
Constant
SLERR_SRS_INUSE_TAB
SAP Sybase Error Number
3144
SQL State
2FW67
SQL Code
-1474L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The spatial reference system identifier.
Parameter 2
The name of the referencing column.
Parameter 3
The name of the referencing table.
Probable Cause
The specified spatial reference system is in use by the column of a table, and it cannot be modified.
Error 1475 "SRID %1 is referenced by parameter '%2' of procedure '%3'"
Constant
SLERR_SRS_INUSE_PROC
SAP Sybase Error Number
3145
SQL State
2FW68
SQL Code
-1475L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The spatial reference system identifier.
Parameter 2
The referencing parameter name.
Parameter 3
The referencing procedure name.
Probable Cause
The specified spatial reference system is in use by the parameter of a procedure, and it cannot be modified.
Error 1476 "SRID %1 is referenced by domain \"%3\".\"%2\No message
Constant
SLERR_SRS_INUSE_TYPE
SAP Sybase Error Number
3146
SQL State
2FW69
SQL Code
-1476L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The spatial reference system identifier.
Parameter 2
The owner of the domain.
Parameter 3
The name of the domain.
Probable Cause
The specified spatial reference system is in use by a user-defined domain, and it cannot be modified.
Error 1477 "The SRID %1 does not identify a geographic spatial reference system"
Constant
SLERR_NOT_GEOGRAPHIC
SAP Sybase Error Number
3147
SQL State
2FW70
SQL Code
-1477L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The spatial reference system identifier.
Probable Cause
The methods ST_Lat() and ST_Long() can only be used for geographic spatial reference systems.
Error 1478 "ST_Geometry arguments not supported by SQL function %1"
Constant
SLERR_SPATIAL_IN_BUILTIN
SAP Sybase Error Number
3148
SQL State
2FW71
SQL Code
-1478L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the SQL function.
Probable Cause
The specified SQL function does not support geometry parameters.
Error 1479 "An expression of type %1 is not union-compatible with type %2"
Constant
SLERR_NOT_UNION_COMPAT
SAP Sybase Error Number
3149
SQL State
2FW72
SQL Code
-1479L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The type of expression 1.
Parameter 2
The type of expression 2.
Probable Cause
The two types cannot be combined, for example in a set operation such as UNION or in a SQL function such as COALESCE.
Error 1480 "An internal error has occurred in the spatial library"
Constant
SLERR_INTERNAL_ERROR
SAP Sybase Error Number
3150
SQL State
2FW73
SQL Code
-1480L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
An unexpected error occurred.
Error 1482 "Curve contains nearly antipodal points %1 and %2 (near '%3')"
Constant
SLERR_NEARLY_ANTIPODAL
SAP Sybase Error Number
3152
SQL State
2FW77
SQL Code
-1482L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The first point.
Parameter 2
The second point.
Parameter 3
The value or method where the error was detected.
Probable Cause
A curve contains two points that are nearly antipodal. These define an ambiguous segment in a round-Earth spatial reference system.
Error 1483 "LineString must contain at least 2 points (near '%1')"
Constant
SLERR_LINESTRING_MIN_POINTS
SAP Sybase Error Number
3153
SQL State
2FW78
SQL Code
-1483L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The value or method where the error was detected.
Probable Cause
The linestring contains only a single point.
Error 1484 "Value %1 out of range for coordinate %2 (SRS bounds [%3, %4] exceeded by more than 50%)"
Constant
SLERR_OBJECT_OUT_OF_SRS_BOUNDS
SAP Sybase Error Number
3154
SQL State
2FW79
SQL Code
-1484L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The value is out of the defined bounds.
Parameter 2
The coordinate name that is out of range.
Parameter 3
The minimum value allowed by the spatial reference system.
Parameter 4
The maximum value allowed by the spatial reference system.
Probable Cause
The geometry contains a point outside of the bounds specified by the spatial reference system.
Error 1485 "Invalid polygon: ring is not closed (near '%1')"
Constant
SLERR_INVALID_POLY_RING_CLOSE
SAP Sybase Error Number
3155
SQL State
2FW80
SQL Code
-1485L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The value or method where the error was detected.
Probable Cause
One of the provided curves is not a closed ring.
Error 1486 "Invalid polygon: ring has zero area (near '%1')"
Constant
SLERR_INVALID_POLY_EMPTY_RING
SAP Sybase Error Number
3156
SQL State
2FW81
SQL Code
-1486L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The value or method where the error was detected.
Probable Cause
One of the provided rings has zero area and cannot be a valid polygon ring.
Error 1487 "Invalid polygon: curve is not a ring"
Constant
SLERR_INVALID_POLY_NON_RING
SAP Sybase Error Number
3157
SQL State
2FW82
SQL Code
-1487L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
One of the curves is not a ring and cannot be used to form a polygon.
Error 1488 "Invalid polygon: ring is larger than allowed for SRID=%1 (near '%2')"
Constant
SLERR_INVALID_POLY_RE_SIZE
SAP Sybase Error Number
3158
SQL State
2FW83
SQL Code
-1488L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The spatial reference system identifier.
Parameter 2
The value or method where the error was detected.
Probable Cause
One of the rings is larger than the specified spatial reference system supports.
Error 1489 "Position %1 is invalid (should be between %2 and %3)"
Constant
SLWARN_INVALID_POSITION
SAP Sybase Error Number
3159
SQL State
01F01
SQL Code
-1489L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The provided position.
Parameter 2
The minimum supported position.
Parameter 3
The maximum supported position.
Probable Cause
The provided position is not valid. It should be between the specified minimum and maximum.
Error 1490 "Polygon ring order has been reoriented"
Constant
SLWARN_POLYGON_RING_REORIENTED
SAP Sybase Error Number
3160
SQL State
01FW1
SQL Code
-1490L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
The rings of a polygon were automatically reoriented on input. This is a notification only.