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 ?
Can dimension be replicated bidirectionally ?
- jim wood
- Site Admin
- Posts: 3961
- Joined: Wed May 14, 2008 1:51 pm
- OLAP Product: TM1
- Version: PA 2.0.7
- Excel Version: Office 365
- Location: 37 East 18th Street New York
- Contact:
Re: Can dimension be replicated bidirectionally ?
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.
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.
Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Re: Can dimension be replicated bidirectionally ?
Thank you for you suggestion.