This is a discussion on Problem with ER : cdr sync replicate within the Informix forums, part of the Database Server Software category; --> The 'cdr sync replicate' finally wors... if I use a specific syntax: cdr sync replicate --master=g_root --repl=My_Repl --extratargetrows=delete g_leaf ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The 'cdr sync replicate' finally wors... if I use a specific syntax: cdr sync replicate --master=g_root --repl=My_Repl --extratargetrows=delete g_leaf -> segmentation fault cdr sync replicate -m g_root --repl=My_Repl --extratargetrows=delete g_leaf -> segmentation fault cdr sync replicate -m g_root -r My_Repl --extratargetrows=delete g_leaf -> syntax error cdr sync replicate -m g_root -r My_Repl -e delete g_leaf -> WORKS ! Funny, isnt'it ? Philippe |