Page 1 of 1
Can dimension be replicated bidirectionally ?
Posted: Fri Oct 17, 2014 4:19 am
by chete
There are serveral TM1 servers across regions. I already set up bidirection replication for cubes and I want to set a bidirectional replication for dimensions also. The data in cubes are replicated bidirectionally but the dimensions are replicated only one way from Star server to Planet server only.
How to set up bidirectional replication for dimensions ?
Can TM1 do that ?
Re: Can dimension be replicated bidirectionally ?
Posted: Fri Oct 17, 2014 11:59 am
by jim wood
Firstly, the fact that you got any replication working is a minor miracle. If you search this forum it's not well thought of, by me included.
Secondly, to achieve what you're looking to do will be very difficult using replication without encountering issues. Personally I would do this manually using TI processes and exports. To expand on that. I would export the dimension to a file, then use another process to kick off a TM1RunTI batch on the other server to import it at the other end,
Jim.
Re: Can dimension be replicated bidirectionally ?
Posted: Mon Oct 20, 2014 2:21 pm
by chete
Thank you for you suggestion.