Symptoms and problems are usually recorded in the rs_init error log when errors occur during Replication Server set up or configuration.
 The 
rs_init error
log is located in: 
- UNIX: $SYBASE/$SYBASE_REP/init/logs
 
- Microsoft Windows: %SYBASE%\%SYBASE_REP%\init\logs 
 
 
The 
rs_init error log file name
format is: 
logmonthday.session#
- month is
a 2-digit integer that represents the current month.
 
- day is a 2-digit integer that
represents the current day.
 
- session# is a 3-digit
integer that represents the number of the session for that day.
Each time a new rs_init session is started
on the same day, the session number is increased by one.
 
 
Given that 
log0108.001 is an 
rs_init error
log: 
month is
01
 
day is 08
 
session# is 001