Hi Guys,
I have a Problem to define a replicate. I want to start a Informix Replication on only one Informix Server named iibm02. I have placed this server in the group group_1 and definded a Replicationserver. Now I want to replicate from one database (source@iibm02) on this server in a other one (target@iibm02). But it is not possible to use the same Server as Primary and Receive...what can I do?
$ cdr define server -c group_1 -I group_1
$ cdr list server
SERVER ID STATE STATUS QUEUE CONNECTION
CHANGED
-----------------------------------------------------------------------
group_1 3 Active Local 0
$ cdr define replicate -I -S trans -C ignore -i repl1 "
source@group_1:informix.source_t" "select * from test" "
target@group_1:informix.target_t" "select * from target_t"
--> command failed -- duplicate server or replicate (53)
Thank you in advance.
Marcus