cancel
Showing results for 
Search instead for 
Did you mean: 

Mirroring using the old -xp partner=(ENG=.... and setting alternate server name.

Former Member
2,422

Hi, I'm mirroring my SQL Anywhere database using the "old" way of...-xp partner=(ENG=mtrs16b....etc.

In that case how do i set the alternate server name? In the new instructions, i see how to do it using the SQL statements, but how do i do it using the cmd commands? Thanks so much. Aron

Accepted Solutions (0)

Answers (2)

Answers (2)

ian_mchardy
Product and Topic Expert
Product and Topic Expert

It is recommended that you use the CREATE MIRROR SERVER statements instead of using the deprecated -xp partner... support.

Since the documentation is written to use CREATE MIRROR SERVER statements and not the deprecated way, if you need to use the deprecated support, you will need to look at the version 11 documentation for how to use the deprecated method. See http://dcx.sybase.com/index.html#1100/en/sqlanywhere_en11/help_top_index.htm.

RTFM.

-sn alternate_name

MarkCulp
Participant