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 > Problem with Enterprise Replication

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-11-03, 03:53
Johan Degh Johan Degh is offline
Registered User
 
Join Date: Jul 2003
Location: Ath / Belgium
Posts: 1
Problem with Enterprise Replication

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.
Attached Files
File Type: zip onconfig files.zip (8.2 KB, 15 views)
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