We are doing a Financial DataMart for our client. The financial data will come from Oracle11i system and will be loaded in a DataMart using ETL(Informatica). Our Client has Enterprise lisence of Cognos TM1 so TM1 will be used to do analytics pertaining to Planning from the data that is residing in the DataMart. The DataMart which is a typical Star Schema (Fact-Dim) will also be used by some other applications of our client.
My question is :
a) How will I load data in the Cubes and Dimensions in TM1 from the DataMart. Do I need to use TI (another ETL) to load the cubes and dimensions?
b) There will be increemental data loading only in the DataMart. Can I refresh the cube and the dimensions incrementally i.e. Only new Insert and Update records will be loaded?
Regards,
Sourav Das
Question on Loading and Refresh of TM1 cubes & dim
-
- Posts: 2
- Joined: Sat Apr 13, 2013 2:38 pm
- OLAP Product: Cognos
- Version: 9.5
- Excel Version: 2010
- Martin Ryan
- Site Admin
- Posts: 2003
- Joined: Sat May 10, 2008 9:08 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2010
- Location: Wellington, New Zealand
- Contact:
Re: Question on Loading and Refresh of TM1 cubes & dim
a) Yes. TM1 doesn't let other systems write to it (without a LOT of work). So yes, Turbo Integrator is the tool to use.
b) Yes, you can do incremental loads. You receive the delta from the source system then add or subtract that from the existing balance in TM1. This can be quite tricky in practice to do to ensure you get the timing right. I would say it's more common practice is to do a clear and reload.
HTH
b) Yes, you can do incremental loads. You receive the delta from the source system then add or subtract that from the existing balance in TM1. This can be quite tricky in practice to do to ensure you get the timing right. I would say it's more common practice is to do a clear and reload.
HTH
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
Jodi Ryan Family Lawyer
-
- Posts: 2
- Joined: Sat Apr 13, 2013 2:38 pm
- OLAP Product: Cognos
- Version: 9.5
- Excel Version: 2010
Re: Question on Loading and Refresh of TM1 cubes & dim
Thanks Ryan for your reply.. I have couple of more question :
a)If I need to use TI to create cubes , then will creating a cube from TI automatically creates the dimensions and measures in TM1 environment?
b) If you answer is YES , then can I use the same dim and measures to create a new cube?
c) In our scenario , will the user needs to first create a TI process to populate a new cube for doing analysis.
Regards,
Sourav Das
a)If I need to use TI to create cubes , then will creating a cube from TI automatically creates the dimensions and measures in TM1 environment?
b) If you answer is YES , then can I use the same dim and measures to create a new cube?
c) In our scenario , will the user needs to first create a TI process to populate a new cube for doing analysis.
Regards,
Sourav Das
- Martin Ryan
- Site Admin
- Posts: 2003
- Joined: Sat May 10, 2008 9:08 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2010
- Location: Wellington, New Zealand
- Contact:
Re: Question on Loading and Refresh of TM1 cubes & dim
You'll find the TM1 documentation, while not the simplest to navigate, is quite comprehensive. Please consult the documentation and you are likely to find the solution to your problems. You might also like to try the forum search function (top right of every page) or use Google. If after following these suggestions you are still unable to resolve your issue please re-post. Please include what documentation you've consulted and what forum/Google searches you've tried.
Martin
Martin
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
Jodi Ryan Family Lawyer
-
- 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: Question on Loading and Refresh of TM1 cubes & dim
Hello
Martin Ryan is absolutely correct and please follow his instructions.
Before you start, keep in the back of your mind that in 95% of the cases,
you create your cube "manually". That is, make sure your different dimensions in the cube exist. Create them manually (or with a simple TI command DimensionCreate('name of the dimension'); )
Then create the cube structure manually or through the equivalent TI of CubeCreate.
But from then on the cube gets untouched. You will not use your (main) TI procedures to create cubes and to delete existing cubes.
Clear data and load data in an existing cube but do not destroy and create your cubes on the fly.
Martin Ryan is absolutely correct and please follow his instructions.
Before you start, keep in the back of your mind that in 95% of the cases,
you create your cube "manually". That is, make sure your different dimensions in the cube exist. Create them manually (or with a simple TI command DimensionCreate('name of the dimension'); )
Then create the cube structure manually or through the equivalent TI of CubeCreate.
But from then on the cube gets untouched. You will not use your (main) TI procedures to create cubes and to delete existing cubes.
Clear data and load data in an existing cube but do not destroy and create your cubes on the fly.
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