I have a cube in Instance 1 which should be dynamically associated to a cube which is residing in Instance 2. I went through lot of documents but was not able to find an approach to write a rule between two cubes residing on different instance.
Is there any approach through which we can write a rule associated between two cubes residing on different servers/ instances or TI process to copy data from one one cube to another residing on different server/instance.
Thanks i advance
TM1 rule between two servers
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: TM1 rule between two servers
You can't do that. The only way to link data between two instances of TM1 is through replication/synchronization or a TI process with flat file export import or ODBO, neither of which is dynamic.
- qml
- MVP
- Posts: 1098
- Joined: Mon Feb 01, 2010 1:01 pm
- OLAP Product: TM1 / Planning Analytics
- Version: 2.0.9 and all previous
- Excel Version: 2007 - 2016
- Location: London, UK, Europe
Re: TM1 rule between two servers
Rule - no.
TI - yes. You will either need to use an ODBO connection (this is one of the available data source types in TI), or do a flat file push-pull approach. ODBO will let you connect directly, but you will find that a lot of people prefer the flat files method just because it's easier (no messy MDX), more reliable and, counterintuitively, tends to perform better. But I suggest you give ODBO a go, maybe it's a good approach in your case. You can also use Replication, but I would not recommend that approach - too unreliable.
TI - yes. You will either need to use an ODBO connection (this is one of the available data source types in TI), or do a flat file push-pull approach. ODBO will let you connect directly, but you will find that a lot of people prefer the flat files method just because it's easier (no messy MDX), more reliable and, counterintuitively, tends to perform better. But I suggest you give ODBO a go, maybe it's a good approach in your case. You can also use Replication, but I would not recommend that approach - too unreliable.
Kamil Arendt
- Steve Vincent
- Site Admin
- Posts: 1054
- Joined: Mon May 12, 2008 8:33 am
- OLAP Product: TM1
- Version: 10.2.2 FP1
- Excel Version: 2010
- Location: UK
Re: TM1 rule between two servers
or to use my experience - shonky!qml wrote:too unreliable.
If this were a dictatorship, it would be a heck of a lot easier, just so long as I'm the dictator.
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet
-
- MVP
- Posts: 3241
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: TM1 rule between two servers
Also, the logs must be kept for the cubes in question, which is not always an option in my opinion.qml wrote:You can also use Replication, but I would not recommend that approach - too unreliable.
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
- 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: TM1 rule between two servers
Not wanting to be left out on this one, we have attempted to get rep and sync working on a few occasions and we got it working consistantly in one instance. It did however stop working as soon as we applied a fix pack and we couldn't get it working reliably again. Bascially as the others have said, avoid it.
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: TM1 rule between two servers
Thanks all for you precious suggestion and being so kind. Looks like TI is a better option. Will try to implement it.
Thanks again !!
Thanks again !!
-
- MVP
- Posts: 733
- Joined: Wed May 14, 2008 11:06 pm
Re: TM1 rule between two servers
Just to add to this one that my experience of ODBO in a production environment is that it is very shonky. It works OK for a small proof of concept but I've seen it crash the server (people logging in whilst ODBD process runs) too many times to trust it. This was back on 9.1.x or 9.4.x so the situation may have improved since then.Steve Vincent wrote:or to use my experience - shonky!qml wrote:too unreliable.
Robin Mackenzie
- Michel Zijlema
- Site Admin
- Posts: 713
- Joined: Wed May 14, 2008 5:22 am
- OLAP Product: TM1, PALO
- Version: both 2.5 and higher
- Excel Version: 2003-2007-2010
- Location: Netherlands
- Contact:
Re: TM1 rule between two servers
Same experience here (on older versions, also never tested again on newer versions).rmackenzie wrote:Just to add to this one that my experience of ODBO in a production environment is that it is very shonky. It works OK for a small proof of concept but I've seen it crash the server (people logging in whilst ODBD process runs) too many times to trust it. This was back on 9.1.x or 9.4.x so the situation may have improved since then.Steve Vincent wrote:or to use my experience - shonky!qml wrote:too unreliable.
For replication between servers nowadays I would export data to a file and kick off a TM1RunTI to load the data on the other server. Seems the the most reliable option to me.
Michel