7. MM Error Code#
FATAL#
0x4000F ( 262159) mmERR_FATAL_LOAD_MSB_ERROR Unable to load the message file <0%s>
Cause: The system failed to find a "msb" file or open the file.
Action: Verify that the "msb" file is in the "msg" directory.
0x40013 ( 262163) mmERR_FATAL_MAXHANDLE_ERROR Unable to get the maximum number of file handles
Cause: It is impossible to retrieve the maximum number of file descriptors allowed for this system. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4001B ( 262171) mmERR_FATAL_SETLIMIT_ERROR Failed to invoke the setlimit() system function
Cause: An error occurred while invoking the setlimit() function. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4001C ( 262172) mmERR_FATAL_GETLIMIT_ERROR Failed to invoke the getlimit() system function
Cause: An error occurred while invoking the getlimit() function. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x40028 ( 262184) mmERR_FATAL_FLOCK_INIT Failed to invoke the flock_init() system function [<0%s>]
Cause: The flock_init() system call failed. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4005B ( 262235) mmERR_FATAL_FLOCK_DESTROY Failed to invoke the flock_destroy() system function [<0%s>]
Cause: The flock_destroy() system call failed. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x40029 ( 262185) mmERR_FATAL_FLOCK_TRYWRLOCK Failed to invoke the flock_trywrlock() system function
Cause: The flock_trywrlock() system call failed. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4005D ( 262237) mmERR_FATAL_FLOCK_WRLOCK Failed to invoke the flock_wrlock() system function
Cause: The flock_wrlock() system call failed. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4002A ( 262186) mmERR_FATAL_FLOCK_UNLOCK Failed to invoke the flock_unlock() system function
Cause: The flock_unlock() system call failed. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x40052 ( 262226) mmERR_FATAL_THREAD_CONDITION_INIT Failed to invoke the cond_init() system function
Cause: The system failed to invoke cond_init(). This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x40053 ( 262227) mmERR_FATAL_THREAD_CONDITION_SIGNAL Failed to invoke the cond_signal() system function
Cause: The system failed to invoke cond_signal(). This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x40054 ( 262228) mmERR_FATAL_THREAD_CONDITION_DESTROY Failed to invoke the cond_destroy() system function
Cause: Use of invalid condition value. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x40060 ( 262240) mmERR_FATAL_OSFileSizeLimit_ERROR The maximum file size of the OS is less than that specified in the property. Decrease the file size property.
Cause: The maximum file size of the OS is less than that specified in the property.
Action: Decrease the file size property.
0x40068 ( 262248) mmERR_FATAL_THREAD_CONDITION_WAIT Failed to invoke the cond_wait() system function
Cause: The system failed to invoke the cond_wait() function. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4006A ( 262250) mmERR_FATAL_THREAD_CONDITION_BROADCAST Failed to invoke the cond_broadcast() system function
Cause: The system failed to invoke the cond_broadcast() function. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4006C ( 262252) mmERR_FATAL_SOCKET_CREATE_FAILED Unable to create socket
Cause: Unable to create a socket.
Action: Too many files are open. Change the system parameter.
0x4006D ( 262253) mmERR_FATAL_SOCKET_BIND_FAILED Unable to bind socket
Cause: Either the port is already bound or it is impossible to bind the port due to a system limitation.
Action: Use another port.
0x40085 ( 262277) mmERR_FATAL_PASSWORD_FILE_ERROR Password file open error
Cause: Password file open error.
Action: Check your environment.
0x400B9 ( 262329) mmERR_FATAL_ThrCondWait Failed to invoke the cond_wait() system function.
Cause: Invalid condition value or invalid mutex.
Action: Please send a bug report to the vendor.
0x400E2 ( 262370) mmERR_FATAL_THREAD_CREATE_FAILED Unable to create thread
Cause: The system failed to create threads.
Action: Please send a bug report to the vendor.
0x400E5 ( 262373) mmERR_FATAL_MUTEX_INIT Unable to initialize a mutex.
Cause: The system failed to initialize a mutex.
Action: Check the call stack from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x400E6 ( 262374) mmERR_FATAL_LATCH_INIT Unable to initialize a latch.
Cause: The system failed to initialize a latch.
Action: Check the call stack from the trace log and contact Altibase's Support Center (http://support.altibase.com).
ABORT#
0x4102C ( 266284) mmERR_ABORT_IDN_MISMATCH_ERROR Incompatible NLS between the client(<0%s>) and the server(<1%s>).
Cause: The NLS of the client is different from the one supported by the server.
Action: Use the same NLS as the server NLS.
0x4102D ( 266285) mmERR_ABORT_NO_USER_ERROR Invalid user
Cause: The user is not registered in the database.
Action: Use a user who is registered in the database.
0x4102E ( 266286) mmERR_ABORT_INVALID_PASSWORD_ERROR Invalid password
Cause: The password is incorrect.
Action: Enter the correct password for the user.
0x41033 ( 266291) mmERR_ABORT_INVALID_ERROR Invalid communication protocol
Cause: Code based on an invalid protocol has been found.
Action: Verify the version of library that is used by the client.
0x41035 ( 266293) mmERR_ABORT_ALREADY_CONNECT_ERROR Already connected to a session
Cause: A new connection has been requested to an already connected session.
Action: Verify the client code.
0x41039 ( 266297) mmERR_ABORT_INSUFFICIENT_QUERY_ERROR SQL statement too short
Cause: The message from the client did not appear to contain any SQL text.
Action: Verify the SQL statement from the client. Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4103A ( 266298) mmERR_ABORT_INVALID_STATEMENT_STATE_ERROR Invalid statement processing request
Cause: The request was invalid for the current state of the statement.
Action: Check the client application.
0x4103C ( 266300) mmERR_ABORT_INVALID_FETCH_ERROR Invalid SQL statement data fetch request
Cause: An invalid SQL statement fetch request has been detected.
Action: Verify the SQL statement from the client.
0x4103F ( 266303) mmERR_ABORT_TOO_MANY_STATEMENT There are too many allocated statements.
Cause: Too many statements are allocated on this system.
Action: Remove unused statements or increase system resources.
0x41040 ( 266304) mmERR_ABORT_ADMIN_MODE_ONLY Unable to provide service while the server starts up.
Cause: A request for service was made to the server while it was starting up.
Action: Terminate all the clients while the server starts up.
0x41041 ( 266305) mmERR_ABORT_ADMIN_ALREADY_RUNNING Another SYSDBA session is already running.
Cause: A SYSDBA session is already running.
Action: Terminate the SYSDBA session process and execute it again.
0x41043 ( 266307) mmERR_ABORT_MMC_ACCESS_MODE Invalid access privileges
Cause: You do not have access privileges for the table.
Action: Verify that you have access privileges for the table.
0x41047 ( 266311) mmERR_ABORT_MMC_TRANSACTION_ALREADY_ACTIVE The transaction is already active.
Cause: The transaction is already active.
Action: Wait until the transaction is complete.
0x41048 ( 266312) mmERR_ABORT_MMC_CANT_SET_TRANSACTION_IN_AUTOCOMMIT_MODE The transaction is already in auto-commit mode.
Cause: The transaction is already in auto-commit mode.
Action: Check that the transaction is in auto-commit mode.
0x41050 ( 266320) mmERR_ABORT_NOT_APPLICABLE Operation not applicable
Cause: Operation not applicable.
Action: Specify a valid parameter
0x41057 ( 266327) mmERR_ABORT_MMC_CANT_LOCK_TABLE_IN_AUTOCOMMIT_MODE Unable to execute LOCK TABLE statement while the system is in auto-commit mode.
Cause: The system tried to execute a LOCK TABLE statement while the system was in auto-commit mode.
Action: When the system is in auto-commit mode, Remove the LOCK TABLE statement.
0x41059 ( 266329) mmERR_ABORT_NO_AVAILABLE_TASK Task pool overflow. Check properties.
Cause: There are no more available tasks for service.
Action: Increase the value of the MAX_CLIENT property and restart the database.
0x4105A ( 266330) mmERR_ABORT_OTHER_STATEMENT_REMAINS Several statements still open
Cause: There are a few opened statements.
Action: Close all statements and retry the statement.
0x4105E ( 266334) mmERR_ABORT_BIND_COLUMN_COUNT_MISMATCH Mismatched bind column count
Cause: The number of host variables and the number of data items to bind to them are different.
Action: Check client applications.
0x4105F ( 266335) mmERR_ABORT_INVAILD_STACKCOUNT Invalid stack count
Cause: The stack count is too big or too small.
Action: Set the stack count to be a positive integer less than 65536.
0x41061 ( 266337) mmERR_ABORT_TOO_LONG_IDENTIFIER_NAME The length of the identifier is too long
Cause: Identifier too long.
Action: Give the identifier a shorter name.
0x4106E ( 266350) mmERR_ABORT_ADMIN_MODE_ERROR If ADMIN_MODE is activated, only the users SYS and SYSTEM_ can connect to the database with SYSDBA privileges. Verify that you have SYSDBA privileges.
Cause: If ADMIN_MODE is activated, only the users SYS and SYSTEM_ can connect to the database with SYSDBA privileges.
Action: Verify that you have SYSDBA privileges.
0x41076 ( 266358) mmERR_ABORT_MMI_NOT_IMPLEMENTED Not supported yet
Cause: Not supported yet.
Action: Not supported yet.
0x4107A ( 266362) mmERR_ABORT_STARTUP_PHASE_ERROR Unable to start up in the specified phase in the current state.
Cause: It is impossible to start up in the specified phase in the current startup state.
Action: Check the current startup phase.
0x4107B ( 266363) mmERR_ABORT_SHUTDOWN_MODE_ERROR Unable to shut down Altibase using the specified mode in the current state.
Cause: It is impossible to shut down the server using the specified mode in the current state.
Action: Check the current startup phase.
0x4107C ( 266364) mmERR_ABORT_INSUFFICIENT_PRIV Insufficient privileges. The user has to connect as SYSDBA.
Cause: The user has to connect as SYSDBA.
Action: Check your privileges.
0x4107D ( 266365) mmERR_ABORT_CREATE_DB_ERROR Failure to CREATE DATABASE
Cause: The system failed to create a database.
Action: Check the error message.
0x4107E ( 266366) mmERR_ABORT_DROP_DB_ERROR Failure to DROP DATABASE
Cause: The system failed to drop a database.
Action: Check the error message.
0x4107F ( 266367) mmERR_ABORT_ADMIN_MODE_PRIV Failure changing to ADMIN_MODE. Only SYS and SYSTEM_ users can change the current mode to ADMIN_MODE.
Cause: Only the SYS and SYSTEM_ users can change the current mode to ADMIN_MODE.
Action: Check the connected user.
0x41080 ( 266368) mmERR_ABORT_INVALID_SESSION_ID Invalid Session ID <0%d>
Cause: It is impossible to find the session ID. Use a valid session ID.
Action: Verify that a session with the specified ID exists.
0x41082 ( 266370) mmERR_ABORT_INTERNAL_SERVER_ERROR_ARG Internal server error (<0%s>)
Cause: The system encountered an internal server error. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x41083 ( 266371) mmERR_ABORT_NOT_UPDATE_PROPERTY A specified property does not exist or cannot be updated.
Cause: A specified property does not exist or cannot be updated.
Action: Check the property.
0x41087 ( 266375) mmERR_ABORT_ADMIN_NOT_ACCEPTED Failed to connect through a non-SYSDBA channel
Cause: The user has to connect through a SYSDBA channel.
Action: Change the connection channel type.
0x41088 ( 266376) mmERR_ABORT_SERVER_PHASE_MISMATCHES_QUERY_TYPE Unable to execute the query in the current start-up phase
Cause: This query cannot be executed while the server is in the current state.
Action: After proceeding to a suitable startup phase, try again.
0x41089 ( 266377) mmERR_ABORT_MMC_DATE_FORMAT_LENGTH_EXCEED The length of the value of the DEFAULT_DATE_FORMAT property equals or exceeds the maximum length ( <0%d> ).
Cause: DEFAULT_DATE_FORMAT string is too long.
Action: Execute the ALTER SESSION statement with a valid DEFAULT_DATE_FORMAT string.
0x4108A ( 266378) mmERR_ABORT_QUEUE_NOT_FOUND Queue not found
Cause: The queue is not in the queue manager. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4108C ( 266380) mmERR_ABORT_GETRLIMIT_ERROR Failed to invoke the getrlimit() system function
Cause: An error occurred while invoking the getrlimit() function. This is an OS (system call error or library function) error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4108D ( 266381) mmERR_ABORT_OSFileSizeLimit_ERROR The maximum file size of the OS is less than that specified in the property. Decrease the file size property.
Cause: The maximum file size of the OS is less than that specified in the property.
Action: Decrease the file size property.
0x4108E ( 266382) mmERR_ABORT_DATABASE_NAME_LENGTH_ERROR Invalid Database Name Length. Valid Database Name Length = 1 ~ <0%d>.
Cause: The database name length is invalid.
Action: Use a database name with a valid length.
0x4108F ( 266383) mmERR_ABORT_PAGE_RANGE_ERROR Invalid createdb initial size: <0%lu> bytes. Valid size range = <1%lu> ~ <2%lu> bytes.
Cause: The initial DB size specified for database creation is invalid.
Action: Specify an initial DB size within the valid range.
0x41090 ( 266384) mmERR_ABORT_DATABASE_NAME_ERROR Invalid Database Name. Check the properties and retry.
Cause: Invalid database name.
Action: Check the properties and retry.
0x41091 ( 266385) mmERR_ABORT_SHM_ALREADY_EXIST_ERROR Shared Memory Already Exist. Remove Shared Memory First.
Cause: Shared memory already exists.
Action: Remove shared memory first.
0x41098 ( 266392) mmERR_ABORT_STATEMENT_NOT_FOUND Failure to find statement
Cause: It is impossible to find the statement. Use a valid statement.
Action: Verify that the statement is valid.
0x41099 ( 266393) mmERR_ABORT_TOO_MANY_SESSION There are too many sessions
Cause: Too many sessions are connected to this system.
Action: Disconnect unused sessions or increase the MAX_CLIENT property.
0x4109A ( 266394) mmERR_ABORT_SESSION_NOT_SPECIFIED Session is not specified in protocol
Cause: The session is not specified in the protocol. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4109B ( 266395) mmERR_ABORT_SESSION_NOT_CONNECTED Session is not connected
Cause: The session is not connected. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4109C ( 266396) mmERR_ABORT_INVALID_SESSION_PROPERTY Invalid session property
Cause: Invalid session property.
Action: Use a valid session property.
0x4109D ( 266397) mmERR_ABORT_INVALID_EXECUTE_OPTION Invalid execute option
Cause: Invalid execute option. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4109E ( 266398) mmERR_ABORT_INVALID_LOB_RANGE Invalid lob range
Cause: Invalid lob range.
Action: Check the lob size and use a valid lob range.
0x4109F ( 266399) mmERR_ABORT_INVALID_DATA_CONVERSION Invalid data conversion
Cause: Invalid data conversion. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410A0 ( 266400) mmERR_ABORT_INVALID_BIND_PARAMETER_NUMBER Invalid bind parameter number
Cause: Invalid number of binding parameters.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410A1 ( 266401) mmERR_ABORT_ADD_TASK_TIMED_OUT Add task timed out
Cause: A timeout occurred while attempting to add a task. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410A2 ( 266402) mmERR_ABORT_NUMERIC_PRECISION_OVERFLOW Numeric precision overflow
Cause: Numeric precision overflow
Action: Numeric precision overflow
0x410A3 ( 266403) mmERR_ABORT_NUMERIC_SCALE_OVERFLOW Numeric scale overflow
Cause: Numeric scale overflow
Action: Numeric scale overflow
0x410A5 ( 266405) mmERR_ABORT_INVALID_STATEMENT_FREE_MODE Invalid statement free mode
Cause: The client set an invalid free mode for the statement. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410A6 ( 266406) mmERR_ABORT_UNSUPPORTED_FETCHMOVE Unsupported fetch move operation
Cause: Unsupported fetch move operation. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410D2 ( 266450) mmERR_ABORT_FETCH_OUT_OF_SEQ Fetch out of sequence.
Cause: A fetch was attempted using a cursor that is no longer valid.
Action: Do not execute the COMMIT or ROLLBACK statement in a fetch loop.
0x410A9 ( 266409) mmERR_ABORT_INVALID_BIND_COLUMN_NUMBER Invalid bind column number
Cause: Invalid bind column number. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410AA ( 266410) mmERR_ABORT_INVALID_XA_OPERATION Invalid XA operation
Cause: Invalid XA operation. This is an internal programming exception.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410AB ( 266411) mmERR_ABORT_NUMERIC_CONVERSION_OVERFLOW Numeric conversion overflow
Cause: An overflow occurred while converting the numeric data type.
Action: Use the correct numeric precision.
0x410AD ( 266413) mmERR_ABORT_DATA_CONVERSION_OVERFLOW Data conversion overflow
Cause: Data conversion overflow.
Action: The data cannot be stored in the database as this data type.
0x410AE ( 266414) mmERR_ABORT_INVALID_PRECISION Invalid precision or length
Cause: Invalid precision or length.
Action: Specify a suitable precision or length.
0x410AF ( 266415) mmERR_ABORT_PRECISION_MISMATCH Precision mismatch
Cause: Precision mismatch.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410B0 ( 266416) mmERR_ABORT_UNSUPPORTED_NETWORK_PROTOCOL Unsupported network protocol
Cause: Unsupported network protocol.
Action: Use a supported network protocol.
0x410B1 ( 266417) mmERR_ABORT_INVALID_SESSION_STATE Invalid request in current session state
Cause: The request was invalid for the current session state.
Action: Check the client application.
0x410B2 ( 266418) mmERR_ABORT_TASK_ALLOC_FAILED Task allocation failed
Cause: Task memory allocation failed.
Action: Verify that enough memory is available.
0x410B6 ( 266422) mmERR_ABORT_DNMismatched The DNs (Distinguished Names) in the Server and User Certificates are different.("<0%s>" != "<1%s>")
Cause: The DNs (Distinguished Names) in the server and user certificates are different.
Action: Check both the server and client certificates.
0x410B7 ( 266423) mmERR_ABORT_INVALID_DATA_SIZE Invalid size of data to bind to a host variable [ Param ID = <0%d>, Data Type = <1%s>, Data Size = <2%d>, Declared Size of Host Variable = <3%d> ]
Cause: The size of the data and the size of the host variable differ.
Action: Check the size of the data to be bound to the host variable.
0x410B8 ( 266424) mmERR_ABORT_INVALID_SCALE_SIZE Invalid scale of data to bind to a host variable [ Scale Size = <0%d> , Declared Scale of Host Variable = <1%d> ]
Cause: The scale of the data and the scale of the host variable differ.
Action: Check the scale of the data to be bound to the host variable.
0x410BA ( 266426) mmERR_ABORT_NO_ALERTS_REGISTERED There are no alerts registered.
Cause: There are no alerts registered.
Action: Register alerts.
0x410BC ( 266428) mmERR_ABORT_NOT_EXIST_XID A specified XID does not exist.
Cause: A specified XID does not exist.
Action: Check the XID.
0x410BD ( 266429) mmERR_ABORT_INVALID_XA_SESSION Do after xa_open.
Cause: This session is not an XA session.
Action: Check the XID.
0x410BE ( 266430) mmERR_ABORT_NOT_ASSOCIATED_BRANCH A specified XID is not associated.
Cause: A specified XID is not associated.
Action: Check the XID.
0x410BF ( 266431) mmERR_ABORT_INVALID_XA_STATE State transition error (curr:<0%s>).
Cause: The function routine was invoked in an improper context.
Action: Check the function routine.
0x410C0 ( 266432) mmERR_ABORT_XID_INUSE The specified XID is in use.
Cause: The specified XID is in use.
Action: Check the XID.
0x410C1 ( 266433) mmERR_ABORT_ALREADY_EXIST_XID The specified XID already exists.
Cause: The specified XID already exists.
Action: Check the XID.
0x410C2 ( 266434) mmERR_ABORT_INVALID_XID Invalid XID.
Cause: The specified XID does not exist.
Action: Check the XID.
0x410C3 ( 266435) mmERR_ABORT_NOT_ALLOWED_DCL A DCL SQL command is not allowed in an xa session.
Cause: A DCL SQL statement is not allowed in a global transaction.
Action: Do not use the DCL SQL command.
0x410C4 ( 266436) mmERR_ABORT_NOT_ALLOWED_DDL A DDL SQL command is not allowed in an xa session.
Cause: The Altibase XA application cannot execute any DDL SQL statements.
Action: Do not use the DDL SQL command.
0x410C5 ( 266437) mmERR_ABORT_SERVER_ALREADY_STARTED The server is already started.
Cause: The server is already started.
Action: Stop the server.
0x410C6 ( 266438) mmERR_ABORT_ATOMIC_EXECUTE_ERROR Atomic Execute Error
Cause: Atomic execute error.
Action: Check the data or the statement.
0x410C7 ( 266439) mmERR_ABORT_DATABASE_NAME_ASCII_ERROR Invalid Character Set for Database Name.
Cause: Invalid database name character set.
Action: Use an ASCII character set for the database name.
0x410C9 ( 266441) mmERR_ABORT_REMOTE_SYSDBA_NOT_ALLOWED Remote access as SYSDBA not allowed
Cause: The REMOTE_SYSDBA_ENABLE property is set to 0.
Action: Set the REMOTE_SYSDBA_ENABLE property to 1.
0x410CB ( 266443) mmERR_ABORT_MMC_NOT_SUPPORT_REPL_MODE This replication mode is not supported at the session level.
Cause: The replication modes (EAGER, ACKED, LAZY) do not pertain to sessions.
Action: No action is necessary.
0x410CC ( 266444) mmERR_ABORT_NullSourceData "NULL source data were found when converting from MT source data to CM data.";
Cause: Conversion failed because the source data received as an argument was NULL. This is an internal error.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410CD ( 266445) mmERR_ABORT_InvalidMantissaLength "The mantissa length ( <0%d> ) of the source data exceeds the maximum mantissa length.";
Cause: Conversion failed because the data type value was invalid.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410CE ( 266446) mmERR_ABORT_InvalidArrayBinds "Array binding is not permitted with SELECT statements.";
Cause: An attempt was made to bind an array when executing a SELECT statement.
Action: Do not attempt to bind an array when executing a SELECT statement.
0x410CF ( 266447) mmERR_ABORT_TOO_MANY_STATEMENTS_IN_THE_SESSION There are too many statements in the session.
Cause: Too many statements have been allocated to this session.
Action: Change the value of the MAX_STATEMENTS_PER_SESSION property or remove unused statements.
0x410D0 ( 266448) mmERR_ABORT_STATEMENT_NUMBER_EXCEEDS_INPUT_VALUE The number of allocated statements exceeds the input maximum value.
Cause: The number of allocated statements exceeds the input maximum value.
Action: Enter a larger maximum value.
0x410D1 ( 266449) mmERR_ABORT_TOO_LONG_PASSWORD_ERROR Password too long
Cause: The input password exceeded the maximum allowable length.
Action: Enter a shorter password.
0x410D3 ( 266451) mmERR_ABORT_MMC_TIMEZONE_LENGTH_EXCEED TIME_ZONE string too long
Cause: The length of the TIME_ZONE property exceeds the maximum length.
Action: Execute the ALTER SESSION statement with a valid TIME_ZONE string.
0x410D4 ( 266452) mmERR_ABORT_EXCEEDS_DEDICATED_THREAD_MAX_COUNT The number of dedicated threads exceeds the maximum limit
Cause: The number of dedicated threads exceeds the maximum limit.
Action: Change the value of the DEDICATED_THREAD_MAX_COUNT property.
0x410D5 ( 266453) mmERR_ABORT_FAIL_TO_ESTABLISH_CONNECTION Client unable to establish connection.
Cause: An attempt to connect as a normal user failed.
Action: Try to connect as sysdba.
0x410D6 ( 266454) mmERR_ABORT_SHUTDOWN_NOT_SUPPORTED_VIA_IPC Not Supported via IPC.
Cause: Executing the command via IPC is not supported.
Action: Try connecting via UNIXDOMAIN. 'SHUTDOWN EXIT' can be executed via IPC.
0x410D8 ( 266456) mmERR_ABORT_DBMS_NOT_FOUND DB not found : <0%s>
Cause: The specified database does not exist.
Action: Verify that the specified database exists.
0x410DD ( 266461) mmERR_ABORT_EXCEEDS_MAX_SESSION The number of generable sessions is set at a larger value than the maximum value of MAX_CLIENT.
Cause: The number of generable sessions is set at a larger value than the maximum value of MAX_CLIENT.
Action: Decrease the value of the JOB_THREAD_COUNT or the MAX_CLIENT property.
0x410E3 ( 266467) mmERR_ABORT_DISABLED_TCP_USER The user cannot connect using TCP.
Cause: This user cannot connect using TCP.
Action: Please connect using SSL/UNIX domain/IPC. JAVA users can change the connection method in the application (for iSQL, change the value of the iSQL_CONNECTION environment variable).
0x410E4 ( 266468) mmERR_ABORT_GET_IPV6_INFO Failed to get IPV6 infomation.
Cause: Failed to get IPv6 information.
Action: Contact Altibase's Support Center (http://support.altibase.com).
0x410E7 ( 266471) mmERR_ABORT_VALUE_LENGTH_EXCEED The length of the value set for <0%s> exceeds the limit ( <1%d> ).
Cause: Input value is too long.
Action: Verify that the length of the input value does not exceed the limit.
0x410E8 ( 266472) mmERR_ABORT_InvalidProcedure The ARRAY INSERT statement cannot be used with a SELECT statement that returns a ResultSet in stored procedures
Cause: The stored procedure contains both the ARRAY INSERT statement and a SELECT statement that returns a ResultSet.
Action: Verify that the stored procedure does not contain both the ARRAY INSERT statement and a SELECT statement that returns a ResultSet.
0x410E9 ( 266473) mmERR_ABORT_IP_ACL_DENIED Connection is not permitted by the ACCESS_LIST: <0%s>
Cause: ACCESS_LIST is set DENY.
Action: Check and modify to PERMIT on the ACCESS_LIST.
0x410EA ( 266474) mmERR_ABORT_INVALID_DATA_TYPE Invalid type of data to bind to a host variable [ Param ID = <0%d>, Data Type = <1%d> ]
Cause: The data type to be bound is not valid.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x410EB ( 266475) mmERR_ABORT_NO_SESSION_TO_CLOSE The session to close cannot be found.
Cause: No session to close exists anymore.
Action: Ascertain ID, user, and status of the session in V$SESSION.
0x410EC ( 266476) mmERR_ABORT_CANNOT_CLOSE_SELF_SESSION The self-accessed session cannot be closed.
Cause: Closing the session is impossible since it is currently being accessed.
Action: Re-close the session after identifying the session ID.0x410F1
0x410ED ( 266477) mmERR_ABORT_SESSION_CLOSE_NOT_PERMITTED Failed to close the session(s). Permission denied.
Cause: The authority for closing a session is the responsibility of SYS user.
Action: Login as SYS user then close the session.
0x410EE ( 266478) mmERR_ABORT_INVALID_ACCESS_LIST_FILE Failed to open or close the access list file : <0%s> - <1%s>.
Cause: The ACCESS_LIST_FILE property is led to an invalid file.
Action:
- 1. Check to verify whether the file ACCESS_LIST_FILE property leads exists or not. - 2. Check the error number in the trace log file.
0x410EF ( 266479) mmERR_ABORT_EXCEEDED_ACCESS_LIST_COUNT_LIMIT The access list file has items exceeding the maximum limit.
Cause: The number of items in the access list file exceed the maximum limit which is 1024.
Action: Reduce the number of access list items to be less than the maximum limit.
0x410F0 ( 266480) mmERR_ABORT_RELOAD_ACL_NOT_PERMITTED Failed to reload the access list.
Cause: The ACCESS_LIST_FILE property is omitted or disabled.
Action: Enable the ACCESS_LIST_FILE property and reboot the DBMS.
0x410F1 ( 266481) mmERR_ABORT_INVALID_ACCESS_LIST_VALUE The value of ACCESS_LIST is not acceptable : (Line <0%d>) <1%s>
Cause: The data in the access list file is not compatible with the specified ACCESS_LIST format.
Action: Modify the data to comply with the ACCESS_LIST format.
0x410F2 ( 266482) mmERR_ABORT_INVALID_SNAPSHOT_SCN This is a snapshot SCN which cannot execute SELECT.
Cause: SCN cannot execute SELECT through a snapshot if SCN has been changed # by a DDL occurred on a relevant table or iLoader is executed by creating a new # table after starting the snapshot.
Action: Re-start the snapshot(ALTER DATABASE BEGIN SNAPSHOT;) after terminating the snapshot currently running(ALTER DATABASE END SNAPSHOT;).
0x410F3 ( 266483) mmERR_ABORT_INVALID_BEGIN_SNAPSHOT Snapshot cannot be started since an iLoader session exists.
Cause: An iLoader session exists. Snapshot is unable to run since it might affect the existing iLoader session.
Action: Terminate the current iLoader session, and then re-start to start the snapshot.
0x410F4 ( 266484) mmERR_ABORT_INVALID_SNAPSHOT_THRESHOLD Snapshot cannot be working since the database exceeds maximum threshold value.
Cause: Snapshot cannot be able to run since the capacity of memory or disk undo space has exceeded the maximum threshold value.
Action: Adjust the property value of SNAPSHOT_MEM_THRESHOLD, SNAPSHOT_DISK_UNDO_THRESHOLD after checking the amount of memory use and undo space in V$SNAPSHOT to secure space for the maximum threshold value.
0x410F5 ( 266485) mmERR_ABORT_BEGIN_SNAPSHOT Snapshot has already been being started.
Cause: There should be no snapshot being executed in order to start the snapshot.
Action: Re-start (ALTER DATABASE BEGIN SNAPSHOT;)the snapshot after terminating(ALTER DATABASE END SNAPSHOT;) the snapshot which is currently running.
0x410F6 ( 266486) mmERR_ABORT_END_SNAPSHOT Snapshot has been ended.
Cause: Snapshot has already been ended.
Action: Retry after executing the statement ALTER DATABASE END SNAPSHOT.
0x410F7 ( 266487) mmERR_ABORT_INVALID_WORKING_SNAPSHOT Snapshot does not work.
Cause: Snapshot is not running. The snapshot should be started in order for it to work.
Action: Retry after executing the snapshot(ALTER DATABASE BEGIN SNAPSHOT;).
0x410F8 ( 266488) mmERR_ABORT_IPCDA_MESSAGE_TOO_LONG The message size exceeds the maximum IPCDA buffer size(<0%d>).
Cause: The size of message to send exceeds the maximum size of IPCDA buffer.
Action: Use another connection type.
0x410F9 ( 266489) mmERR_ABORT_IPCDA_UNSUPPORTED_QUEUE Unsupported IPCDA for queue.
Cause: The queue(enqueue/dequeue) is not supported in IPCDA.
Action: Set another communication protocols. Altibase supports the following communication besides IPCDA ; TCP/IP, Unix Domain Socket, IPC using Shared Memory, SSL/TLS.
0x410FB ( 266491) mmERR_ABORT_PLAN_CACHE_INVALID_SQL_TEXT_ID SQLTextID must be a number of at least five digits. (SQLTextID = <0%s>)
Cause: SQLTextID does not match the format that you can enter.
Action: SQLTextID must be a number of at least five digits.
0x410FC ( 266492) mmERR_ABORT_PLAN_CACHE_NOT_FOUND_SQL_TEXT_ID SQLTextID not found. (SQLTextID = <0%s>)
Cause: The SQLTextID does not exist.
Action: Check whether SQLTextID exists in V$SQL_PLAN_CACHE_SQLTEXT.
0x410FD ( 266493) mmERR_ABORT_IP_ACL_CONNECT_OVER New connection try exceeds ACL limit: ( IP : <0%s>, ACL: <1%s>, Limit : <2%d>, Connected : <3%d> )
Cause: New connection try aborted because it exceeds access control list (ACL) limit.
Action: Change the limit value of the ACCESS_LIST.
0x410FE ( 266494) mmERR_ABORT_MEMORY_ALLOC_FAILED memory allocation error. <0%s>.
Cause: memory allocation failed.
Action: Verify that enough memory is available.
0x41101 ( 266497) mmERR_ABORT_GLOBAL_TRANSACTIONS_ARE_OPEN Global transactions are not finished to run.
Cause: Failed to shutdown Server, because there are running global transactions.
Action: Terminate the running global transactions, or execute 'SHUTDOWN ABORT'.
0x4110B ( 266507) mmERR_ABORT_STILL_OPEN_STATEMENT Commit failed. Statements that are still open exist.
Cause: Statements that are still open exist.
Action: Contact Altibase's Support Center (http://support.altibase.com).
0x4110C ( 266508) mmERR_ABORT_INVALID_DATA_TYPE_FETCH Invalid type of data to fetch [ Column ID = <0%d>, Data Type = <1%d> ]
Cause: The data type to be fetch is not valid.
Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).
0x4110D ( 266509) mmERR_ABORT_PSM_SVP_RESERVED Already exist Psm Savepoint.
Cause: already exist psm savepoint.
Action: commit or rollback psm.
IGNORE#
0x42000 ( 270336) mmERR_IGNORE_NO_ERROR No main module error
Cause: This is not an error.
Action: Ignore this error message.
0x420A4 ( 270500) mmERR_IGNORE_NO_COLUMN No column
Cause: There was no column in the specified statement.
Action: Ignore this error message.
0x420A7 ( 270503) mmERR_IGNORE_NO_CURSOR No cursor
Cause: There was no cursor in the specified statement.
Action: Ignore this error message.
0x420A8 ( 270504) mmERR_IGNORE_NO_PARAMETER No parameter
Cause: There was no parameter in the specified statement.
Action: Ignore this error message.
0x420AC ( 270508) mmERR_IGNORE_UNABLE_TO_MAKE_LISTENER Unable to make listener
Cause: Unable to make listener.
Action: Ignore this error message.
0x420DB ( 270555) mmERR_IGNORE_UNSUPPORTED_PROPERTY Unsupported property : [<0%d>].
Cause: Unsupported property was used.
Action: Upgrade the server to the latest version.
0x420DE ( 270558) mmERR_IGNORE_ONLY_SYSDBA_CANDOTHAT Only sysdba can do that.
Cause: Tried to change a property that only sysdba can change.
Action: Login as sysdba and try again.
0x420DF ( 270559) mmERR_IGNORE_THREAD_COUNT_UNCHANGED Maximum number of threads cannot be changed to smaller value.
Cause: Tried to set the number of threads to a value lower than the current value.
Action: Do not attempt to set the threads to a value lower than the current value.
0x420E1 ( 270561) mmERR_IGNORE_PASSWORD_GRACE_PERIOD The password will expire within <0%d> day(s).
Cause: The password expiration date is approaching.
Action: Change your password.