Hi All,
I am very new to this Cognos TM1 product. I am aware of a "TurboIntegrator" option available for loading data into TM1. I was wondering if there are other means/tools that can be used for data loading? We use Informatica as our ETL tool and being our enterprise standard the direction we would like to take is using that tool. Is that a viable option? Does anyone have any experience getting Informatica and TM1 talking?
Thanks,
Murtaza.
Getting data into TM1
- Martin Ryan
- Site Admin
- Posts: 1989
- Joined: Sat May 10, 2008 9:08 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2010
- Location: Wellington, New Zealand
- Contact:
Re: Getting data into TM1
It is not possible for any other tool to write to TM1's cubes. You must use either TI or Excel (or the cube viewer) to load data into TM1.
I suggest you use your ETL tool to manipulate the data as you wish into a nice clean staging table or flat file that mirrors the TM1 cubes' structure exactly, then use TI to pull the data from there, which will ensure your TI code is very straight forward, so you need only worry about the code in Informatica.
Cheers,
Martin
I suggest you use your ETL tool to manipulate the data as you wish into a nice clean staging table or flat file that mirrors the TM1 cubes' structure exactly, then use TI to pull the data from there, which will ensure your TI code is very straight forward, so you need only worry about the code in Informatica.
Cheers,
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
- Mike Cowie
- Site Admin
- Posts: 483
- Joined: Sun May 11, 2008 7:07 pm
- OLAP Product: IBM TM1/PA, SSAS, and more
- Version: Anything thru 11.x
- Excel Version: 2003 - Office 365
- Location: Alabama, USA
- Contact:
Re: Getting data into TM1
To add onto Martin's point, you can also integrate TM1's TI components to some extent with your overall scheduling tools. TI lets you build what it calls "Processes" and "Chores" that perform the various data and metadata operations within TM1. TM1 has its own capabilities through it's client tools to execute these Processes and Chores manually or according to its own scheduler, but you can also execute these from other sources using something like a command-line executable. One of those can be found here in the useful code section:
http://forums.olapforums.com/viewtopic. ... =548#p1621
I don't know Informatica that well, but those EXEs use the TM1 API and could be included as steps in a broader scheduled process to manipulate and import data to TM1. You'd still need to develop the Process and/or Chore objects in TM1, but could rely on your own enterprise tools to call those components.
Regards,
Mike
http://forums.olapforums.com/viewtopic. ... =548#p1621
I don't know Informatica that well, but those EXEs use the TM1 API and could be included as steps in a broader scheduled process to manipulate and import data to TM1. You'd still need to develop the Process and/or Chore objects in TM1, but could rely on your own enterprise tools to call those components.
Regards,
Mike
Mike Cowie
QueBIT Consulting, LLC
Are you lost without Print Reports in Planning Analytics for Excel (PAfE)? Get it back today, for free, with Print Reports for IBM Planning Analytics for Excel!
QueBIT Consulting, LLC
Are you lost without Print Reports in Planning Analytics for Excel (PAfE)? Get it back today, for free, with Print Reports for IBM Planning Analytics for Excel!
- wissew
- Posts: 54
- Joined: Tue Jun 17, 2008 7:24 pm
- OLAP Product: TM1
- Version: 9.5.2; 10.2.2; 11
- Excel Version: 2003 SP3 - 2013
- Location: Beaverton, OR
Re: Getting data into TM1
I feel sorry for you being stuck with Informatica. If you can connect to the data source via obdc you should be able to use any sql generated by Inforamtica in TI. We frequently have to do this with Toad, Peoplesoft or Bus Objects reports.