Any feedback guys? Thanks!
Any freedback guys? Thanks!
Hi Josh, thanks for the reply. I originally had all links set to either P or W, I tried again now and got the same error I had before as you can see in the attached logs: 2021-05-13 17:11:34,845 INFO [centrale_odoo] [PullService] [centrale_odoo-pull-default-9] Could not communicate with gruppo_cls_odoo:CLS_O:CLS_O at http://idrotest-a1-ubuodo14-4gb-hel1-1:31415/sync/cls_odoo because: java.net.UnknownHostException: idrotest-a1-ubuodo14-4gb-hel1-1 2021-05-13 17:11:34,845 INFO [centrale_odoo] [PullService]...
Anybody have any suggestion to solve this? Thanks
Hi Philip, sure here's the three logs, one for each SymmetricDS instance running on separate servers simultaneously. On the main server there's a central registration node (with sym_tables only) and a store node with other db tables. On the other two servers there are two store nodes that should sync with the store node on the main server. I included a sql file with group, group link, channels, triggers etc for an example table. This setup worked fine when SymmetricDS was running on the main server...
Hi everybody; my setup is made of 4 nodes, one central and 3 stores (2 of them on different servers) which are fully synced among themselves. I used to have SymmetricDS running on the central node only, and all was running fine. Now SymmetricDS is running on each server and, although the nodes are registered correctly, only the sym tables sync. I haven't changed any parameter in the channels, routers, triggers, trigger routers, group and group links. I compared each current table with the same from...
I thought that might be the problem - I tried that setup before and couldn't register nodes on other IPs; now tried for the upteenth time and manged to make it work with istances running on each server - without needing to alter the postgresql.conf file. Thank you Eric.
Hi everybody, I've installed SymmetricDS on three servers with Postgres databases, with SymmetricDS running on the central node/server and communicating with the stores ; all works well except it seems Postgres needs to be listening to all the addresses of the other servers for SymmetricDS to work, since as soon as the tcp/ip connections are closed (exept that with localhost of course) the service stops working. I'm worried leaving these connections open might pose a security risk: is it possible...