You can use the isql interactive
SQL utility to log in to the Replication Agent administration port.
Prerequisites
Before you can log in to the Replication Agent administration
port with an Open Client application (such as isql),
create a server entry for the Replication Agent instance in
the interfaces file.
Note:
The first time you log in to a newly created Replication
Agent instance, use the default administrator login “sa” with
no password.
Task- Open an operating system command window.
- Set your environment variables by sourcing the SYBASE.csh file
(UNIX or Linux) or by executing the SYBASE.bat file
(Windows).
- At the operating system prompt, enter:
isql -Uusername -Ppassword -Sinst_name
where:
-
username is
the Replication Agent administrator login.
-
password is the corresponding
password.
-
inst_name is the name
of the Replication Agent instance.
For example, to log in to a new Replication Agent instance
named “my_ra,” enter:
isql -Usa -P -Smy_ra
Once you have successfully logged in to the administration
port, you can use Replication Agent commands to administer the Replication
Agent instance.