plkkw wrote:Hi lotsaram and qml,
Thanks for your replies, but I have a question that how prolong program related to tm1?
They're referring to the TurboIntegrator (commonly known as TI) Extraction, Translation and Loading (ETL) tool. (Actually I just re-scanned the thread, and found that
I was the one who referred to the Prolog. So read that as "I was referring to..." etc. Both Lotsaram and QML were also referring to TI, though.) If you look under TM1 Help you'll find an entire "book" relating to that topic, and there should be a .pdf of it somewhere in your TM1 directories as well.
TurboIntegrator is the tool that you'll use for importing data from other systems, or doing repetitive or high volume data manipulation tasks such as copying from one version to another. If you're a TM1 administrator you'll almost certainly need to get around to using it eventually, but it will take you a while to learn it and it's not something that you can just jump into without reading through the manual and working through some of the examples in your development environment.
For reference, the bulk of a TI process is made up of four "tabs":
Prolog runs before anything else;
Metadata loops through the data source (if there is one) one row at a time. On this tab you do things like updating your dimensions by adding new elements;
Data also loops through the data source (again, if there is one) one row at a time and is used to write data to the cube;
Epilog runs after the last row of data is processed on the data tab and is used for any "clean-up" tasks.
If you're an end user then you may not end up using TI at all, and you certainly won't be writing TI processes. (Though you may run some that the Administrators have written for you.)
But as I said, if you are an Admin you'll need it at some point, and in that case I'd suggest taking a browse through the manual as soon as you can. Don't expect to "get" it on the first reading, but don't be discouraged; it's actually not a hard tool to learn, as long as you're prepared to put in some time on it. And of course if you have any questions on it, there's a wealth of experience around here to ask them to.