Page 1 of 1

TM1 server not visible in perspective

Posted: Wed May 05, 2010 10:49 am
by sfnicole
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.

Re: TM1 server not visible in perspective

Posted: Wed May 05, 2010 11:06 am
by David Usherwood
You have probably not changed the tm1s.cfg file to assign a different port. TM1 services on the same box need different ports.

Re: TM1 server not visible in perspective

Posted: Wed May 05, 2010 11:23 am
by Martin Erlmoser
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
..

Re: TM1 server not visible in perspective

Posted: Wed May 05, 2010 3:13 pm
by sfnicole
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?

Re: TM1 server not visible in perspective

Posted: Thu May 06, 2010 8:37 am
by sfnicole
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
..
Hi Martin,
You are genius and you are right on the adminsrv. Now, my new instance appear correctly in the perspective.

Thanks for your help..

Re: TM1 server not visible in perspective

Posted: Thu May 06, 2010 8:38 am
by sfnicole
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.
Hi David,
Thanks for your help.