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 |
---|---|---|---|---|---|
28W12 | Error | 2738 | -1069L | "Kerberos login failed" | The Kerberos login failed due to a failure of the client to authenticate the user's principal with the KDC or a failure of the server to authenticate the client. The most likely causes are the Kerberos principal may not be signed in, the principal's ticket may have expired, or the client, server, or KDC's system time are not within a few minutes of each other. The LogFile connection parameter or the server's -z option may provide more information. Click here for a list of possible parameters and odbc states. |
28W13 | Error | 2739 | -1070L | "Kerberos logins are not supported" | The client and/or server does not support Kerberos logins. Kerberos may not be supported by the platform, the Kerberos client software including the GSS-API runtime may not be installed or found on the client, or Kerberos was not enabled on the server. The LogFile connection parameter or the server's -z option may provide more information. Click here for a list of possible parameters and odbc states. |
28W14 | Error | 2743 | -1074L | "Login mode '%1' not permitted by login_mode setting" | You attempted to connect using a login mode not included in the current login_mode database option setting. Change the option setting or connect using a different login mode. Click here for a list of possible parameters and odbc states. |
28W15 | Error | 2889 | -1212L | "Connection disallowed by login policy for this user" | A connection attempt was disallowed based on the login policy for the user. It may be necessary for a user with DBA authority to reset this user via the ALTER USER statement. Click here for a list of possible parameters and odbc states. |
28W16 | Error | 2776 | -1347L | "Use of authority '%1' is not supported on the current database" | The current database is an older database and does not have the capability to support given authority. You must upgrade your database to use this authority. Click here for a list of possible parameters and odbc states. |
28W17 | Error | 3165 | -1497L | "The synchronization failed because MobiLink returned authentication status '%1' with value '%2'" | MobiLink returned an authentication status to the remote database indicating failure. The status and value numbers indicate why the authentication failed. For example, the password was invalid, or a synchronization is already in progress for this remote. Click here for a list of possible parameters and odbc states. |
2D501 | Error | 2152 | -273L | "COMMIT/ROLLBACK not allowed within trigger actions" | You attempted to execute a statement that is not allowed while performing a trigger action. COMMIT and ROLLBACK statements cannot be executed from a trigger. Click here for a list of possible parameters and odbc states. |
2FF04 | Error | 3069 | -1399L | "Invalid intersection matrix '%1'" | The provided value is not a valid intersection matrix string. A valid string contains nine characters, each is one of T, F, *, 0, 1, or 2. Click here for a list of possible parameters and odbc states. |
2FF05 | Error | 3070 | -1400L | "Point is duplicated %1" | A linestring or circularstring geometry contains two adjacent points that are identical. This represents an invalid geometry. Click here for a list of possible parameters and odbc states. |
2FF06 | Error | 3071 | -1401L | "Element is an empty set (near '%1')" | An element of a geometry is the empty set. Empty geometries cannot be used as the points in linestrings or circularstrings; empty curves cannot be used as elements of compoundcurves; empty curves cannot be used as rings of polygons. Click here for a list of possible parameters and odbc states. |
2FF10 | Error | 3072 | -1402L | "Mixed spatial reference systems %1 and %2 (near %3)" | The method does not support working with geometries from different spatial reference systems. Click here for a list of possible parameters and odbc states. |
2FF11 | Error | 3073 | -1403L | "Non-contiguous curves near '%1'" | A compoundcurve geometry is composed of curves, and adjacent curves must be joined at their endpoints. Click here for a list of possible parameters and odbc states. |
2FF14 | Error | 3074 | -1404L | "Unknown unit of measure '%1'" | The name does not match a defined unit of measure. Click here for a list of possible parameters and odbc states. |
2FF15 | Error | 3075 | -1405L | "Failed to transform geometry (error %1)" | An error occurred when performing a transform from one spatial reference system to another. This error may occur if a point in the first geometry is outside of the bounds for the transform definition. The error may also be reported for particular transform definitions. The integer error code from the transform library may be used to diagnose the transform definition. Click here for a list of possible parameters and odbc states. |
2FF16 | Error | 3081 | -1411L | "Cannot convert from %1 to %2 (near %3)." | The value could not be converted to the specified target type. Click here for a list of possible parameters and odbc states. |
2FF17 | Error | 3187 | -1532L | "Failed to transform point %1 (error %2)" | An error occurred when performing a transform from one spatial reference system to another. This error may occur if a point in the first geometry is outside of the bounds for the transform definition. The error may also be reported for particular transform definitions. The integer error code from the transform library may be used to diagnose the transform definition. Click here for a list of possible parameters and odbc states. |
2FF22 | Error | 3076 | -1406L | "Error parsing well-known-text (WKT) scanning '%1' at offset %2" | An error was detected while parsing the well-known text of a geometry. Click here for a list of possible parameters and odbc states. |
2FF23 | Error | 3077 | -1407L | "Error parsing well-known-binary (WKB) at offset %1" | An error was detected while parsing the well-known binary of a geometry. Click here for a list of possible parameters and odbc states. |
2FF25 | Error | 3078 | -1408L | "Mixed coordinate dimensions" | The method contains geometries that have a mixture of coordinate dimensions (Z and M values). Click here for a list of possible parameters and odbc states. |
2FF59 | Error | 3079 | -1409L | "Unknown spatial reference system (%1)" | The provided SRID does not match a defined spatial reference system. Click here for a list of possible parameters and odbc states. |