Hi,
I have some problems with Enterprise Replication from Informix.
I have a Unix server (Informix 9.2 ) and a PC with Windows 2000 ( Informix 9.3 ).
From the Unix server: I can connect to ‘g_test’ and ‘idsloc’ in the Pc via the connection in DBACCESS.
From the PC: I can connect to ‘g_offline’ and ‘idsusrsoc’ in the Unix Server via the connection in DBACCESS.
I try to make a replication between these 2 machines:
This command works on the Unix Server:
cdr define server --connect=g_offline --init g_offline
When I make ‘cdr list server’, I have this result:
Server : g_offline
id : 99
State : Active
Status : local
But when I try one of these commands:
cdr define server -c g_test --I --leaf --S g_offline g_test
cdr define server –c idsloc --I --leaf --S g_offline g_test
I receive this message : command failed -- Enterprise Replication not active (62).
REM : When I try to do ‘cdr define server --init g_test ’ on the PC, I receive the same error ( command failed -- Enterprise Replication not active (62). )
Appended are a description of the configuration files.
Files of the Unix Server :
Sqlhosts
g_offline group - - i=99
idsusrsoc onsoctcp gast2 idsusr g=g_offline
g_test group - - i=100
idsloc onsoctcp BROU-W2000 idsoffline g=g_test
Services
idsusr 2005/tcp
idsoffline 2006/tcp
Hosts
10.0.0.100 gast2
10.0.0.49 BROU-W2000
Hosts.equiv
gast2
+
Files of the PC :
Sqlhosts ( from the registry )
g_offline group - - i=11
g_Test group - - i=10
idsloc onsoctcp BROU-W2000 idsoffline g=g_Test
idsusrsoc onsoctcp 10.0.0.100 idsusr g=g_offline
Services
idsusr 2005/tcp
idsoffline 2006/tcp
Hosts
127.0.0.1 localhost
10.0.0.100 gast2
Hosts.equiv
+
Attached are the 'onconfig' files.
Thanks.