Skip to content

Appendix A. Error Codes#

Error Code Table#

The Log Analyzer error codes and the cause of each kind of error are set forth in the following table.

FATAL Error#

Error CodeDescriptionCan be returned by

0x50008

Returned in response to an attempt to begin a transaction that is already active

ALA_ReceiveXLog
ALA_GetXLog

0x5000A

Failed to initialize a mutex

ALA_CreateXLogCollector
ALA_Handshake

0x5000B

Failed to remove a mutex

ALA_Handshake
ALA_DestroyXLogCollector

0x5000C

Failed to lock a mutex

ALA_AddAuthInfo
ALA_RemoveAuthInfo
ALA_Handshake
ALA_ReceiveXLog
ALA_GetXLog
ALA_SendACK
ALA_FreeXLog
ALA_DestroyXLogCollector
ALA_GetXLogCollectorStatus

0x5000D

Failed to unlock a mutex

ABORT Error#

Error CodeDescriptionCan be returned by

0x51006

Failed to allocate memory

All Log Analysis API functions

0x5101E

Failed to allocate memory in pool

ALA_ReceiveXLog

0x5101F

Failed to free memory in pool

ALA_Handshake
ALA_ReceiveXLog
ALA_FreeXLog
ALA_DestroyXLogCollector

0x51020

Failed to initialize the memory pool

ALA_CreateXLogCollector

0x51021

Failed to remove the memory pool

ALA_DestroyXLogCollector

0x51013

Failed to initialize the network environment

ALA_Handshake
ALA_ReceiveXLog
ALA_SendACK

0x51019

NFailed to remove a network protocol

0x5101A

Failed to finalize the network environment

0x51017

The network session has already been terminated.

ALA_ReceiveXLog
ALA_SendACK

0x51018

The network protocol is unfamiliar.

ALA_Handshake
ALA_ReceiveXLog

0x51016

Failed to read from the network

0x5101B

Failed to write to the network

ALA_Handshake
ALA_SendACK

0x5101C

Failed to flush the network

0x51015

A network timeout (and thus a probable network error) has occurred.

ALA_Handshake

0x5102C

Failed to add a network session

ALA_Handshake

0x51024

Protocol versions are mismatched.

ALA_Handshake

0x51027

Failed to allocate a link

ALA_Handshake

0x51028

Failed to listen for a link

ALA_Handshake

0x51029

Failed to wait for a link

ALA_Handshake

0x5102A

Failed to accept a link

ALA_Handshake

0x5102B

Failed to set a link

ALA_Handshake

0x51022

Failed to shut down a link

ALA_Handshake
ALA_DestroyXLogCollector

0x51023

Failed to free a link

0x51012

The meta information does not exist.

ALA_Handshake
ALA_GetXLog
ALA_GetReplicationInfo
ALA_GetTableInfo
ALA_GetTableInfoByName

0x5103F

The table information does not exist.

ALA_GetXLog

0x51040

The column information does not exist.

ALA_GetXLog

INFO Error#

Error Code Description Can be returned by
0x52034 Log Analysis API Environment Create Failed ALA_InitializeAPI
0x52035 Log Analysis API Environment Remove Failed ALA_DestroyAPI
0x52000 Log Manager Initialization Failure ALA_EnableLogging
0x52001 Log File Open Failure ALA_EnableLogging
0x52004 Log Manager Lock Failure All Log Analysis API functions
0x52005 Log Manager Unlock Failure All Log Analysis API functions
0x52003 Log Manager Remove Failure ALA_DisableLogging
0x52002 Log File Close Failure ALA_DisableLogging
0x52009 Not an active transaction ALA_GetXLog
0x5200E The linked list is not empty ALA_Handshake
ALA_DestroyXLogCollector
0x52033 XLog Pool is emepty ALA_ReceiveXLog
0x5200F NULL Parameter All Log Analysis API functions
0x5201D Invalid Parameter All Log Analysis API functions
0x52014 Network Timeout (can be retried) ALA_ReceiveXLog
0x52026 A socket type that is not supported. ALA_Handshake
0x52025 A socket type that is not supported. ALA_Handshake
0x5202F The socket type does not support the corresponding Log Analysis API. ALA_AddAuthInfo
ALA_RemoveAuthInfo
0x5202D The XLog Sender name is different. ALA_Handshake
0x52030 There is only one piece of authentication information available. ALA_RemoveAuthInfo
0x52031 No more authentication information can be added. ALA_AddAuthInfo
0x52032 There is no authentication information available for a peer. ALA_Handshake
0x52010 Invalid Role ALA_Handshake
0x52011 Invalid Replication Flags ALA_Handshake
0x52007 Geometry Endian Conversion Failure ALA_GetXLog
0x52036 Unable to obtain the MTD module. ALA_GetXLog
ALA_GetAltibaseText
ALA_GetAltibaseSQL
0x52037 Failed to create text with the MTD module. ALA_GetAltibaseText
0x52038 CMT Initialization Failure ALA_GetODBCCValue
0x52039 CMT End Failure ALA_GetODBCCValue
0x5203A Analysis Header Create Failed (ODBC Conversion) ALA_GetODBCCValue
0x5203B Analysis Header Remove Failure (ODBC Conversion) ALA_GetODBCCValue
0x5203C Failed to convert from MT to CMT. ALA_GetODBCCValue
0x5203D Failed to convert from CMT to ulnColumn. ALA_GetODBCCValue
0x5203E Failed to convert from ulnColumn to ODBC C. ALA_GetODBCCValue