The Mirror Replication Agent system log files contain warning and error messages, as well as information about the Mirror Replication Agent connections to the primary database and the primary Replication Server. Look for the most recent command you executed at the bottom of the log file to find the most recent message. The logs are located in the $SYBASE/MA-15_2/<inst_name>/log directory.
The following is sample output from an Oracle instance's log file that can be located in the $SYBASE/MA-15_2/<inst_name>/log directory:
W. 2008/04/26 11:33:23.075 OracleLogScanne com.sybase.ds.oracle.log.OracleLogScanner scanForward 23 The change vector list for log record <00001610.000002d2.0170> is empty.W. 2008/04/26 11:33:43.313 OracleLogScanne com.sybase.ds.oracle.log.OracleLogScanner scanForward 23 The change vector list for log record <00001610.00000483.011c> is empty.W. 2008/04/26 11:33:47.879 OracleLogScanne com.sybase.ds.oracle.log.OracleLogScanner scanForward 23 The change vector list for log record <00001610.000004f7.012c> is empty.T. 2008/04/26 11:35:28.867 OracleLogScanne com.sybase.ds.oracle.log.OracleLogScanner scanForward 23 Moving to log <5649>.E. 2008/04/26 11:35:30.359 ERROR com.sybase.ds.oracle.log.record.RecordFactory parseLogRecord 23 com.sybase.ds.oracle.record.UnknownRecordException: Unkown CVxE_4 inner op type: <63>.E. 2008/04/26 11:35:30.359 ERROR com.sybase.ds.oracle.log.record.RecordFactory parseLogRecord 23 java.lang.RuntimeException: com.sybase.ds.oracle.record.UnknownRecordException: Unkown CVxE_4 inner op type: <63>.E. 2008/04/26 11:35:30.359 ERROR com.sybase.ds.oracle.log.record.RecordFactory parseLogRecord 23 com.sybase.ds.oracle.log.record.RecordFactory.createChangeVector(RecordFactory.java:430)
where:
The first column displays a single character indicating the type of message:
I = information
W = warning
E = error
T = trace
S = severe
The second column is a time stamp indicating when the message was written.
The third column is a description.
The fourth column identifies the Java class that produced the error.
The following two columns appear only when configuration property log_trace_verbose is
set to true.
The fifth column includes the method.
The sixth column includes the line number.
The final column is a text description of the message.
In some cases, the information in a specific column
is not consistent with these descriptions. In these cases, other
information is generated that Technical Support uses to determine
from where the message was generated.