Page 1 of 1

TM1 to Analysis Services

Posted: Thu Nov 20, 2008 2:47 pm
by George Regateiro
Has anyone had any experience moving TM1 data to Analysis services? In managements pursuit for better reporting out of TM1 a sales person for another BI vendor told my management that they could do the reporting if the information was replicated in Analysis Services since they have an analysis services connector. So the ever increasing need to pinch pennies had made it my task to evaluate this option, only problem is I have never used analysis services. I dont think this is a very viable solution for the nature of our app, but it is my task.

Is there an effective method of transfering data from TM1 to Analysis Services? If so what are some of the pitfalls that others might have encountered? It would just be a one way effort (TM1 to Analysis Services, no bi-directional data flow) for reporting purposes only.

Re: TM1 to Analysis Services

Posted: Fri Nov 21, 2008 7:14 am
by Steve Rowe
First I'm no expert but, I think analysis services sits on top of an ordinary SQL DB so there shouldn't be problem getting the data out to MSAS. Then once you have bult the meta data layer in analysis services you have your cubes. There are some pretty front ends for MSAS out there, no idea if it will bo a better job than pure TM1/Excel/Web/EV play.

HTH a bit and an expert comes along soon.
Cheers,

Re: TM1 to Analysis Services

Posted: Fri Nov 21, 2008 3:01 pm
by MGarcia
Steve Rowe wrote:There are some pretty front ends for MSAS out there...
EV is one of them.

Re: TM1 to Analysis Services

Posted: Fri Nov 21, 2008 3:33 pm
by Martin Ryan
I'm under the same impression as Steve, so I think your easy way to get data in SQL for AS to use, is simply to use TI with a bunch of ODBCOutput commands.

If you struggle with the character limit that that has then you might have to dump to an ASCII file and load up via whatever SQL uses to import data.

Martin