Hello,
I am trying to understand if the connector function in cmdbuild is the right solution to my problem.
I am trying to set up two cmdbuilds that synchronize data between each other.
What I am trying:
I set up two cmdbuilds one of them name cmdbuild1 and the second one cmdbuild2 both I set up with a empty database say cmdbuild1_database/cmdbuild2_database and create a class called "test" on both.
I am trying to set up a connector which will - from cmdbuild1 look at cmdbuild2 at class test and ensure that the data between the two cmdbuild is synced.
I guess my question(s) are,
1. is this the intended use of the connector, will the connector function solve my particular problem?
2. if this is in fact a correct way to use the connector, am I missing something else that will sync the two cmdbuilds?