Page 1 of 1

Publishing data from TM1 cubes to Relational DBs

Posted: Wed Aug 11, 2010 8:00 am
by mce
Hi,

As I am new in TM1, I have a question for the expers:

- What are the typical methods of exporting data in TM1 cubes to relational databases, such as SQL Server or Oracle DB?
- Is Turbo Integrator capable of exporting TM1 data to such external databases? and if yes, how is it done?

Thanks in advance for replies.

Regards,

Re: Publishing data from TM1 cubes to Relational DBs

Posted: Wed Aug 11, 2010 8:41 am
by kpk
You can use TI. Check the ODBCOutput and Expand TI functions in the reference guide.
You can also export into TEXT (TXT,CSV,...) files and import the data into relational database from there. See ASCIIOutput function.

Re: Publishing data from TM1 cubes to Relational DBs

Posted: Wed Aug 11, 2010 8:58 am
by kpk