콘텐츠로 이동

13. Log Analyzer Error Code#

FATAL#

0x50008 ( 327688) ulaERR_FATAL_TX_ALREADY_BEGIN Transaction has already begun [<0%u>:<1%u>]

Cause: Transaction already exists in the Transaction ID's slot.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5000A ( 327690) ulaERR_FATAL_MUTEX_INITIALIZE Failed to initialize mutex [<0%s>]

Cause: Failed to initialize a mutex.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5000B ( 327691) ulaERR_FATAL_MUTEX_DESTROY Failed to destroy mutex [<0%s>]

Cause: Failed to destroy a mutex.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5000C ( 327692) ulaERR_FATAL_MUTEX_LOCK Failed to lock mutex [<0%s>]

Cause: Failed to lock a mutex.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5000D ( 327693) ulaERR_FATAL_MUTEX_UNLOCK Failed to unlock mutex [<0%s>]

Cause: Failed to unlock a mutex.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

ABORT#

0x51006 ( 331782) ulaERR_ABORT_MEMORY_ALLOC Memory allocation failure

Cause: Insufficient memory.

Action: Check the amount of free memory.

0x51012 ( 331794) ulaERR_ABORT_META_NOT_EXIST The meta information does not exist.

Cause: The meta information does not exist.

Action: Check the Altibase Log Analysis API.

0x51013 ( 331795) ulaERR_ABORT_NET_INITIALIZE_CONTEXT Failed to initialize network context [<0%s>]

Cause: Internal API error.

Action: Please send a bug report to the vendor.

0x51015 ( 331797) ulaERR_ABORT_NET_TIMEOUT Network timeout [<0%s>]

Cause: A network timeout occurred.

Action: Check the Altibase Log Analysis API.

0x51016 ( 331798) ulaERR_ABORT_NET_READ Network read failure [<0%s>, <1%u>]

Cause: Network or Altibase Log Analysis API problem.

Action: Check the network and environment variables.

0x51017 ( 331799) ulaERR_ABORT_NET_EXIT Already exited network session [<0%s>]

Cause: The network exit flag has already been set.

Action: Check the Altibase Log Analysis API.

0x51018 ( 331800) ulaERR_ABORT_NET_UNEXPECTED_PROTOCOL Unexpected network protocol [<0%s>]

Cause: Invalid protocol.

Action: Check the replication protocol version.

0x51019 ( 331801) ulaERR_ABORT_NET_FINALIZE_PROTOCOL Failed to finalize network protocol [<0%s>]

Cause: Internal API error.

Action: Please send a bug report to the vendor.

0x5101A ( 331802) ulaERR_ABORT_NET_FINALIZE_CONTEXT Failed to finalize network context [<0%s>]

Cause: Internal API error.

Action: Please send a bug report to the vendor.

0x5101B ( 331803) ulaERR_ABORT_NET_WRITE Network write failure [<0%s>, <1%u>]

Cause: Network or Altibase Log Analysis API problem.

Action: Check the network and environment variables.

0x5101C ( 331804) ulaERR_ABORT_NET_FLUSH Network flush failure [<0%s>, <1%u>]

Cause: Network or Altibase Log Analysis API problem.

Action: Check the network and environment variables.

0x5101E ( 331806) ulaERR_ABORT_MEM_POOL_ALLOC Memory allocation failure in pool

Cause: The memory pool for XLogs is exhausted.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5101F ( 331807) ulaERR_ABORT_MEM_POOL_FREE Memory free failure in pool

Cause: Internal API error.

Action: Please send a bug report to the vendor.

0x51020 ( 331808) ulaERR_ABORT_MEM_POOL_INITIALIZE Failed to initialize memory pool

Cause: Failed to allocate a memory pool for XLogs.

Action: Verify that there is enough available memory.

0x51021 ( 331809) ulaERR_ABORT_MEM_POOL_DESTROY Failed to destroy memory pool

Cause: Internal API error.

Action: Please send a bug report to the vendor.

0x51022 ( 331810) ulaERR_ABORT_LINK_SHUTDOWN Failed to shut down link

Cause: Failed to shut down network.

Action: You may safely ignore this message.

0x51023 ( 331811) ulaERR_ABORT_LINK_FREE Failed to free link

Cause: Failed to free network memory.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x51024 ( 331812) ulaERR_ABORT_PROTOCOL_DIFF Different protocol versions

Cause: The replication protocol version is different from that of XLog Sender.

Action: Check the version of the XLog Sender protocol.

0x51027 ( 331815) ulaERR_ABORT_LINK_ALLOC Failed to allocate link

Cause: Failed to allocate network resources.

Action: Verify that there are enough available system resources. Take appropriate action if necessary.

0x51028 ( 331816) ulaERR_ABORT_LINK_LISTEN Failed to listen for link

Cause: Failed to listen to a connection on a socket.

Action: Check the port status.

0x51029 ( 331817) ulaERR_ABORT_LINK_WAIT Failed to wait for link

Cause: Failed while waiting for a link.

Action: Check the network status.

0x5102A ( 331818) ulaERR_ABORT_LINK_ACCEPT Failed to accept link

Cause: Failed to accept a connection on a socket.

Action: Check the network status.

0x5102B ( 331819) ulaERR_ABORT_LINK_SET Failed to set link for session

Cause: cmiSetLinkForSession() failed.

Action: Please send a bug report to the vendor.

0x5102C ( 331820) ulaERR_ABORT_SESSION_ADD Failed to add session

Cause: cmiAddSession() failed.

Action: Please send a bug report to the vendor.

0x5103F ( 331839) ulaERR_ABORT_TABLE_NOT_FOUND Table Not Found [<0%s>, <1%lu>]

Cause: Failed to retrieve table information from the XLog Collector.

Action: Use the XLog Collector that has information of the table or check the application logic.

0x51040 ( 331840) ulaERR_ABORT_COLUMN_NOT_FOUND Column Not Found [<0%s>, <1%u>]

Cause: Failed to retrieve the column from the XLog Collector.

Action: Use the XLog Collector that has information of the table column or check the application logic.

0x51041 ( 331841) ulaERR_ABORT_NOT_INIT_TXTABLE Transaction table not initialized

Cause: The transaction table was not initialized.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x51042 ( 331842) ulaERR_ABORT_NO_ENV_VARIABLE Environment variable <0%s> is not set

Cause: Environment variable cannot be found.

Action: Set the environment variable.

0x51043 ( 331843) ulaERR_ABORT_NullSourceData Found that source data was NULL, when converting MT source data to CM data

Cause: The data source contains an Altibase Value that is NULL.

Action: Check that the application has properly passed the Altibase Value when using the API.

0x51044 ( 331844) ulaERR_ABORT_InvalidMantissaLength The mantissa length( <%d> ) of source data exceeds the limit of mantissa length

Cause: The data source contains invalid Numeric data.

Action: Check whether the data source has been passed properly.

0x51045 ( 331845) ulaERR_ABORT_INVALID_DATA_CONVERSION Invalid data conversion

Cause: Invalid data source.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x51046 ( 331846) ulaERR_ABORT_NUMERIC_CONVERSION_OVERFLOW Numeric conversion overflow

Cause: An overflow occurred while converting to the numeric data type because it exceeded the range.

Action: Check the data type and whether the value is within range.

0x51047 ( 331847) ulaERR_ABORT_MEM_ALLOC_GET_INSTANCE Failed to create an instance of the memory allocator [<0%s>]

Cause: Failed to instantiate the memory allocator object.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x51048 ( 331848) ulaERR_ABORT_MEM_ALLOC_SET_ATTR Failed to set memory allocator attributes [<0%s>]

Cause: Failed to set attributes on the memory allocator object.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x51049 ( 331849) ulaERR_ABORT_ALLOC_CM_BLOCK Failed to allocate communication block [<0%s>]

Cause: Failed to allocate memory.

Action: Verify that there is enough available memory.

0x5104A ( 331850) ulaERR_ABORT_FREE_CM_BLOCK Failed to free communication block [<0%s>]

Cause: Failed to free memory.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5104B ( 331851) ulaERR_ABORT_INSUFFICIENT_XLOG_POOL ALA XLog Collector cannot receive allocable XLog because the XLog in XLog Pool is all consumed.

Cause: There is no XLog that is available for use in the XLog Pool.

Action: In order to receive the allocable XLog in ALA Application, restart ALA sender after raising the values of ALA_XLOG_POOL_SIZE. Refer to Adapter for Oracle User's Manual for more

IGNORE#

0x52000 ( 335872) ulaERR_IGNORE_LOG_MGR_INITIALIZE Failed to initialize log manager

Cause: Failed to initialize the Log Manager.

Action: Verify that the file path is correct and that you have permission for the file. Check disk space.

0x52001 ( 335873) ulaERR_IGNORE_LOG_FILE_OPEN Failed to open log file

Cause: Failed to open the log file.

Action: Check the maximum number of files that can be open. Verify that the file path is correct and that you have permission for the file.

0x52002 ( 335874) ulaERR_IGNORE_LOG_FILE_CLOSE Failed to close log file

Cause: Failed to close the log file.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x52003 ( 335875) ulaERR_IGNORE_LOG_MGR_DESTROY Failed to detroy log manager

Cause: Failed to destroy the Log Manager.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x52004 ( 335876) ulaERR_IGNORE_LOG_MGR_LOCK Failed to lock log manager

Cause: Internal API error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x52005 ( 335877) ulaERR_IGNORE_LOG_MGR_UNLOCK Failed to unlock log manager

Cause: Internal API error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x52007 ( 335879) ulaERR_IGNORE_GEMOETRY_ENDIAN Endian conversion of geometry type failed [<0%s>, <1%u>]

Cause: This is an internal API error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x52009 ( 335881) ulaERR_IGNORE_NOT_ACTIVE_TX Inactive transaction [<0%u>]

Cause: Transaction is not active.

Action: Check Altibase Log Analysis API.

0x5200E ( 335886) ulaERR_IGNORE_LINKEDLIST_NOT_EMPTY Linked list is not empty.

Cause: Internal API error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5200F ( 335887) ulaERR_IGNORE_PARAMETER_NULL Null parameter [<0%s>]

Cause: Input or output parameter is null.

Action: Check Altibase Log Analysis API.

0x52010 ( 335888) ulaERR_IGNORE_INVALID_ROLE Invalid Role [<0%d>]

Cause: Altibase Log Analysis API supports only XLog Sender.

Action: Check XLog Sender DDL.

0x52011 ( 335889) ulaERR_IGNORE_INVALID_REPLICATION_FLAGS Invalid replication flags [<0%u>]

Cause: Unsupported protocol.

Action: You may safely ignore this message.

0x52014 ( 335892) ulaERR_IGNORE_NET_TIMEOUT Network timeout [<0%s>]

Cause: A network timeout occurred.

Action: Check the Altibase Log Analysis API.

0x5201D ( 335901) ulaERR_IGNORE_PARAMETER_INVALID Invalid parameter [<0%s>]

Cause: A parameter is invalid.

Action: Check Altibase Log Analysis API.

0x52025 ( 335909) ulaERR_IGNORE_SOCKET_TYPE_NONE Socket type not selected

Cause: The socket type has not been selected.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x52026 ( 335910) ulaERR_IGNORE_SOCKET_TYPE_NOT_SUPPORT Socket type not supported

Cause: The socket type is not supported.

Action: Check the Altibase Log Analysis API.

0x5202D ( 335917) ulaERR_IGNORE_XLOG_SENDER_NAME_DIFF Different XLog Sender name [<0%s>:<1%s>]

Cause: The local XLog sender name is different from the remote name.

Action: Check the XLog Sender DDL and Log Analysis API.

0x5202E ( 335918) ulaERR_IGNORE_SOCKET_ALREADY_INITIALIZE Socket already initialized

Cause: Socket can be initialized only once.

Action: Check the Altibase Log Analysis API.

0x5202F ( 335919) ulaERR_IGNORE_SOCKET_NOT_SUPPORT_API Socket does not support API

Cause: The socket does not support the API.

Action: Check the Altibase Log Analysis API.

0x52030 ( 335920) ulaERR_IGNORE_AUTH_INFO_ONE One piece of authentication information is needed

Cause: The TCP socket type needs at least one piece of authentication information.

Action: Check the Altibase Log Analysis API.

0x52031 ( 335921) ulaERR_IGNORE_AUTH_INFO_MAX Amount of authentication information already reached maximum

Cause: The amount of authentication information has already reached the maximum.

Action: Check the Altibase Log Analysis API.

0x52032 ( 335922) ulaERR_IGNORE_AUTH_FAIL Authentication failure

Cause: Peer authentication information do not exist.

Action: Check the Altibase Log Analysis API.

0x52033 ( 335923) ulaERR_IGNORE_XLOG_POOL_EMPTY XLog pool is empty.

Cause: XLog pool is empty.

Action: Check the Altibase Log Analysis API.

0x52034 ( 335924) ulaERR_IGNORE_API_INITIALIZE Global initialization failed

Cause: ALA_InitializeAPI() failed.

Action: Please send a bug report to the vendor.

0x52035 ( 335925) ulaERR_IGNORE_API_DESTROY Global termination failed

Cause: Invalid ALA_Handle.

Action: Check the ALA_Handle.

0x52036 ( 335926) ulaERR_IGNORE_MTD_MODULE_GET Failed to get MTD Module [<0%s>, <1%u>]

Cause: This is an internal error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x52037 ( 335927) ulaERR_IGNORE_MTD_ENCODE Failed to encode MTD Module [<0%s>]

Cause: This is an internal error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x52038 ( 335928) ulaERR_IGNORE_CMT_INITIALIZE Failed to initialize CMT

Cause: cmtAnyInitialize() failed.

Action: Please send a bug report to the vendor.

0x52039 ( 335929) ulaERR_IGNORE_CMT_FINALIZE Failed to finalize CMT

Cause: This is an internal API error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5203A ( 335930) ulaERR_IGNORE_DIAG_HEADER_CREATE Failed to create diagnostic header

Cause: This is an internal API error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5203B ( 335931) ulaERR_IGNORE_DIAG_HEADER_DESTROY Failed to destroy diagnostic header

Cause: This is an internal API error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5203C ( 335932) ulaERR_IGNORE_MT_TO_CMT_CONVERT Failed to convert MT value to CMT value

Cause: This is an internal API error.

Action: Check the error number from the trace log and contact Altibase's Support Center (http://support.altibase.com).

0x5203D ( 335933) ulaERR_IGNORE_CMT_TO_COLUMN_COPY Failed to copy CMT value to ulnColumn value

Cause: ulnDataWritePacketToCache() failed.

Action: Please send a bug report to the vendor.

0x5203E ( 335934) ulaERR_IGNORE_COLUMN_TO_ODBC_CONVERT Failed to convert ulnColumn value to ODBC C value

Cause: Failed to convert the column passed as an argument to a datatype supported by ODBC.

Action: Refer to the log file specified for ALA_EnableLogging and pass a data type supported by ODBC.