Hi,
Currently, my server has one TM1 server service (let's call A). Then, I created another TM1 server service - called B using command line. I able to start the service.
However, when I went to the TM1 perspective - Server explorer, I only can find "TM1 server A" but not "TM1 server B". What else do I need to do?
Please help. Thanks.
TM1 server not visible in perspective
-
- Site Admin
- Posts: 1458
- Joined: Wed May 28, 2008 9:09 am
Re: TM1 server not visible in perspective
You have probably not changed the tm1s.cfg file to assign a different port. TM1 services on the same box need different ports.
-
- Community Contributor
- Posts: 125
- Joined: Wed May 28, 2008 1:22 pm
- OLAP Product: TM1, Cognos Express,..
- Version: 9.1.4 FP1
- Excel Version: 2010
- Location: Vienna
- Contact:
Re: TM1 server not visible in perspective
are both tm1 server really started, check tm1server.log if the server did really start?
post your tm1s.cfg here
post your tm1p.ini here
servernames, and so on
i think the tm1server isn't really started or
you registered it to a wrong adminsrv or
your ssl cert is wrong or
..
post your tm1s.cfg here
post your tm1p.ini here
servernames, and so on
i think the tm1server isn't really started or
you registered it to a wrong adminsrv or
your ssl cert is wrong or
..
-
- Posts: 20
- Joined: Wed Dec 02, 2009 2:27 am
- OLAP Product: TM1, Cognos
- Version: 9.5.1
- Excel Version: 2007
- Location: Singapore
Re: TM1 server not visible in perspective
The tm1s.cfg in those two databases are having different port number and data directory.
How do I know whether i register to wrong admin server?
How do I know whether i register to wrong admin server?
-
- Posts: 20
- Joined: Wed Dec 02, 2009 2:27 am
- OLAP Product: TM1, Cognos
- Version: 9.5.1
- Excel Version: 2007
- Location: Singapore
Re: TM1 server not visible in perspective
Hi Martin,Martin Erlmoser wrote:are both tm1 server really started, check tm1server.log if the server did really start?
post your tm1s.cfg here
post your tm1p.ini here
servernames, and so on
i think the tm1server isn't really started or
you registered it to a wrong adminsrv or
your ssl cert is wrong or
..
You are genius and you are right on the adminsrv. Now, my new instance appear correctly in the perspective.
Thanks for your help..
-
- Posts: 20
- Joined: Wed Dec 02, 2009 2:27 am
- OLAP Product: TM1, Cognos
- Version: 9.5.1
- Excel Version: 2007
- Location: Singapore
Re: TM1 server not visible in perspective
Hi David,David Usherwood wrote:You have probably not changed the tm1s.cfg file to assign a different port. TM1 services on the same box need different ports.
Thanks for your help.