Hi all,
Greetings!!!
I want to register newly placed Tm1 TI in datafiles without restarting the TM1 instance.
Is there any way to do the needful.
Thank you,
Nikhil
How to register new Tm1 TI without restarting the instance.
-
- Posts: 3
- Joined: Wed Aug 07, 2013 3:41 pm
- OLAP Product: TM1
- Version: 10.1
- Excel Version: windows 7
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: How to register new Tm1 TI without restarting the instance.
Yeah, we all want to do that.nik1608nik wrote: I want to register newly placed Tm1 TI in datafiles without restarting the TM1 instance.
Is there any way to do the needful.
Doesn't happen.
Basically the only other way of doing it is with a tool that will do hot promotion from a development environment, which I realise is not what you're describing here, but what you're describing here isn't possible. The TI files are read only at server startup. The tools that hot promote just use one of the APIs to recreate and register the structure of the TI.
This isn't wholly unreasonable as it would otherwise be possible to pick up corrupted TI files which might have some unfortunate consequences when run.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-
- Posts: 78
- Joined: Wed Jul 31, 2013 4:32 am
- OLAP Product: Cognos TM1, EP, Analyst
- Version: 10.2.2
- Excel Version: 2013
- Location: Sydney AU
Re: How to register new Tm1 TI without restarting the instance.
Why do you require such unique "feature"?
If you simply want to do "hot deployment", I would suggest using Performance Modeler to perform a packaged object migration between environments. But if you want to create TIs "on the fly" using other TIs or scripts, I don't think this is possible, as Alan has also suggested.
There must be other ways to do what you required to do, without doing what you wanted to do.
If you simply want to do "hot deployment", I would suggest using Performance Modeler to perform a packaged object migration between environments. But if you want to create TIs "on the fly" using other TIs or scripts, I don't think this is possible, as Alan has also suggested.
There must be other ways to do what you required to do, without doing what you wanted to do.
MK
-
- Community Contributor
- Posts: 349
- Joined: Tue Aug 17, 2010 6:31 am
- OLAP Product: Planning Analytics
- Version: 2.0.5
- Excel Version: 2016
Re: How to register new Tm1 TI without restarting the instance.
Take a look at the REST API. You can pretty easily migrate TI's by just copying the JSON from one environment and posting it to the REST API in another.