I have a production server and backup server running. I have the TM1Top.exe running on my local machine so I can monitor the production server but I'd also like to have a separate instance running to monitor the backup server. Is this possible? I tried copying the related files from the bin folder and putting them in their own folder, editing the .ini and running that TM1Top.exe but it just won't connect. Anybody have this working?
Thank you
Two instances of TM1 Top? Is it possible?
-
- Posts: 47
- Joined: Tue Mar 09, 2010 6:40 pm
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2003
Re: Two instances of TM1 Top? Is it possible?
Yes I have had this working. I believe I did it pretty much the way you describe.
-
- Posts: 110
- Joined: Wed May 20, 2009 7:30 am
- OLAP Product: TM1
- Version: 10.2.2 - PA
- Excel Version: 2010
- Location: Rennes, France
Re: Two instances of TM1 Top? Is it possible?
Hi,
You can have several instances of TM1TOP runnning.
You don't need to copy all files. You just need to have different ini files (one per instance).
Then you create different shortcuts on your desktop with the target like this one for example:
"C:\Program Files\Cognos\TM1\bin\tm1top.exe" -i "C:\Program Files\Cognos TM1 top\tm1top_Instance1.ini"
You can have several instances of TM1TOP runnning.
You don't need to copy all files. You just need to have different ini files (one per instance).
Then you create different shortcuts on your desktop with the target like this one for example:
"C:\Program Files\Cognos\TM1\bin\tm1top.exe" -i "C:\Program Files\Cognos TM1 top\tm1top_Instance1.ini"
-
- Posts: 52
- Joined: Mon Sep 20, 2010 2:20 pm
- OLAP Product: IBM TM1
- Version: 9.5.1
- Excel Version: 2007 SP2
Re: Two instances of TM1 Top? Is it possible?
Catherine:Catherine wrote:Hi,
You can have several instances of TM1TOP runnning.
You don't need to copy all files. You just need to have different ini files (one per instance).
Then you create different shortcuts on your desktop with the target like this one for example:
"C:\Program Files\Cognos\TM1\bin\tm1top.exe" -i "C:\Program Files\Cognos TM1 top\tm1top_Instance1.ini"
Thanks so much! This worked like a charm!