Number
|
Severity
|
Text and Explanation
|
2401
|
11
|
Character set conversion is not available between client character set `%.*s' and server character set `%.*s'.
Explanation: Refer to the writeup for this error.
|
2402
|
16
|
Error converting client characters into server's character set. Some character(s) could not be converted.
Explanation: Refer to the writeup for this error.
|
2403
|
10
|
WARNING! Some character(s) could not be converted into client's character set. Unconverted bytes were changed to question marks (`?').
Explanation: This is an informational message. Unless otherwise specified,
no action is required. Contact your System Administrator about any
warning issued in the message.
|
2404
|
18
|
Buffer overflow converting characters from client into server's character set.
Explanation: Command failed due to internal Adaptive Server problem. Perform
any diagnostic action indicated by message. Report the error to
your System Administrator.
|
2405
|
18
|
Internal error occurred while converting characters.
Explanation: Command failed due to internal Adaptive Server problem. Perform
any diagnostic action indicated by message. Report the error to
your System Administrator.
|
2406
|
16
|
Cannot use SET CHAR_CONVERT ON, since this session has never had codeset conversions turned on.
Explanation: Command failed due to invalid or illegal request. Check syntax,
semantics, and permissions. Take any corrective action indicated
by message.
|
2407
|
17
|
Cannot use the requested character set since the character set cache is full.
Explanation: Command failed due to resource limitation. Modify the command
to fit available resources, retry when the resource is available,
or contact your System Administrator to address the resource problem.
|
2408
|
11
|
Cannot find the requested character set in Syscharsets: id = %d.
Explanation: Command failed. Check your database for the object not found
and re-enter the command with the correct name.
|
2409
|
11
|
Cannot find the requested character set in Syscharsets: name = `%.*s'.
Explanation: Refer to the writeup for this error.
|
2410
|
18
|
Unexpected error returned from the Character Set Manager: return value = %d.
Explanation: Command failed due to internal Adaptive Server problem. Perform
any diagnostic action indicated by message. Report the error to
your System Administrator.
|
2411
|
10
|
No conversions will be done.
Explanation: This is an informational message but may require follow-up
action. Contact your System Administrator.
|
2412
|
10
|
Existing character conversions (if any) will remain in effect.
Explanation: This is an informational message. Unless otherwise specified,
no action is required. Contact your System Administrator about any
warning issued in the message.
|
2414
|
10
|
Since only 7-bit ASCII characters are allowed with the special character set `ascii_7', the language for this session is being forced to `us_english'.
Explanation: This is an informational message. Unless otherwise specified,
no action is required. Contact your System Administrator about any
warning issued in the message.
|
2415
|
10
|
Due to previous errors, the language for this session is being forced to `us_english'.
Explanation: This is an informational message. Unless otherwise specified,
no action is required. Contact your System Administrator about any
warning issued in the message.
|
2416
|
10
|
Due to codeset conversion errors in the remote servername/password list of the LOGINREC, remote procedure calls to other servers may not work.
Explanation: This is an informational message but may require follow-up
action. Contact your System Administrator.
|
2417
|
11
|
Unable to use Unicode-based character set conversion - client character set '%.*s' and server character set '%.*s' are incompatible.
Explanation: Command failed. Check syntax and your Adaptive Server environment.
|
2418
|
11
|
Unable to load Unicode-based character set conversion table '%.*s' - table not found.
Explanation: Command failed. Check syntax and your Adaptive Server environment.
|
2419
|
11
|
Unable to load Unicode-based character set conversion table '%.*s' - the conversion table is corrupted. Please notify your system administrator.
Explanation: Command failed. Check syntax and your Adaptive Server environment.
|
2420
|
17
|
Unable to load Unicode-based character set conversion table '%.*s' - Unicode conversion cache is full. Please notify your system administrator to add mode unicode buffers.
Explanation: Command failed due to resource limitation. Modify the command
to fit available resources, retry when the resource is available,
or contact your System Administrator to address the resource problem.
|
2421
|
11
|
Unable to use Unicode-based character set conversion - The requested character set is not supported: id = %d.
Explanation: Command failed. Check syntax and your Adaptive Server environment.
|
2422
|
11
|
Unable to use Unicode-based character set conversion - The requested character set is not supported: name = '%.*s'.
Explanation: Command failed. Check syntax and your Adaptive Server environment.
|
2423
|
18
|
Unexpected error returned from Unilib functions: return value = %d.
Explanation: Command failed due to internal Adaptive Server problem. Perform
any diagnostic action indicated by the message. Report the error
to your System Administrator.
|
2424
|
16
|
TEXT data not supported when data size is changing between the ’%.*s’ and ’%.*s’ character sets due to character set conversion. The conversion ratio is %d:%d. Please connect again with conversions off, or use client-side conversions.
Explanation: This message is raised when data is shrinking or growing and
an attempt is made to access TEXT data. The first two arguments
are filled in with the server and client character set names, respectively.
The second two arguments are the expansion factors from server to
client.
|
2425
|
18
|
Unable to use Unicode-based character set conversion - Can not get conversion handle for server’s default character set. Please check server’s error log file.
Explanation: This message is raised when client tries to setup a Unicode
conversion and server’s conversion handle is not installed
during startup. Report the error to your System Administrator.
|
2426
|
10
|
LONGCHAR datatype not allowed on output because client does not support it.
Explanation: This is an informational message. Unless otherwise specified,
no action is required.
|
2427
|
10
|
LONGCHAR datatype not allowed on output because unicode conversions have not been enabled. Please see the System Administrator for asistance.
Explanation: This is an informational message. Unless otherwise specified,
no action is required.
|
2428
|
10
|
Unrecongnized server or client unilib character set ID. Expansion factor is set to 1.
Explanation: This is an informational message. Unless otherwise specified,
no action is required.
|
2429
|
10
|
No matched unilib character set ID for the server or client character set ID. Expansion factor is set to 1.
Explanation: This is an informational message. Unless otherwise specified,
no action is required.
|
2431
|
10
|
WARNING! Some character(s) in the source string are considered illegal bytes in server’s character set. All bytes after the first illegal bytes are truncated.
Explanation: This will be returned when conversion hits illegal bytes in
the source string. This is an informational message. Unless otherwise
specified, no action is required.
|
2432
|
16
|
Illegal byte sequence encountered in Unicode data during %S_MSG conversion of %s value ’%s’ to a %s field.
Explanation: This will be returned when conversion hits illegal bytes in
the source string. Check source data and receiving datatype.
|
2433
|
16
|
Illegal byte sequence encountered in Unicode data.
Explanation: Check data and the source and receiving datatype.
|