If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > replication

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-06-04, 18:17
lhjuancho lhjuancho is offline
Registered User
 
Join Date: Jul 2004
Posts: 1
replication

Hello,
plesae help me.

I try to make a replication with ids930 on two linux rh 8 servers
but i can initialize the primary server and it´s ok, but when i try to declare the second server for replication it displays an error:


[informix@quetzal informix]$ cdr list serv
SERVER ID STATE STATUS QUEUE CONNECTION CHANGED
-----------------------------------------------------------------------
g_quetzal 143 Active Local 0
[informix@quetzal informix]$ cdr define server --connect=unibase930 --init --sync=g_quetzal g_unibase
command failed -- Invalid ATS directory (78)


thanks.
Reply With Quote
  #2 (permalink)  
Old 07-06-04, 20:13
dcazares dcazares is offline
Registered User
 
Join Date: Jun 2004
Posts: 10
Ats

Hola Juancho,

según la definición que tu estas haciendo está tomando por default el directorio /tmp para ATS y RIS, asegurate de que ese directorio exista.

la mejor opción para definir es que tu hagas telnet al otro servidor (g_unibase)
y lo definas como si fuera primario, para chequear que todo este OK:

cdr define server --init g_unibase

Si esto funciona debes hacer:
cdr delete server g_unibase

y ahora intentas lo siguiente:

cdr define server --init --sync=g_quetzal g_unibase
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On