Use error.log to display a detailed problem description.
On Windows, the error log file is %SYBASE_ASE%\install\error.log, where %SYBASE_ASE points to the Adaptive Server installation directory.
On UNIX, the error log file is $SYBASE_ASE/install/error.log, where $SYBASE_ASE points to the Adaptive Server installation directory.
To investigate the configuration of the primary database, use isql to log in to the primary database:
isql -S <Server_name> -U <username> -P <password>
For example, enter:
isql -S primary_db -U sa -P sa_pass
Command |
Action |
---|---|
sp_start_rep_agent <dbname> |
Start RepAgent |
sp_stop_rep_agent <dbname> |
Stop RepAgent |
sp_setreplicate <tablename>, “true” |
Set table for replication |
sp_setreplicate |
Give status of replicated tables |
sp_setrepproc <proc_name>,function |
Set proc for replication |