Page 1 of 1

How to make a server instance available in Tm1 web

Posted: Thu Sep 05, 2019 8:25 am
by spartan
Hello All,

I have two server instances A,B in one server. So i want make both A,B to available in tm1 web.

Currently A is available. As soon as i open tm1 web for the respective server it is asking for id and then opening server instane A.
So whenever i open the server i want to ask for the server instance selction like A or B. Accordingly it should log on.

I copied A server instance cfg file and copied in B, changed port number,removed httpportnumber,changed server name. And it is showing in architect but not in web.

Re: How to make a server instance available in Tm1 web

Posted: Thu Sep 05, 2019 8:34 am
by declanr
It sounds like you have used the server parameter in the web config file. If you remove it (leave it blank) then the drop down box will appear. You will need to restart the web service after changing the config file.

Re: How to make a server instance available in Tm1 web

Posted: Thu Sep 05, 2019 12:23 pm
by Emixam

Re: How to make a server instance available in Tm1 web

Posted: Thu Sep 05, 2019 1:02 pm
by spartan
declanr wrote: Thu Sep 05, 2019 8:34 am It sounds like you have used the server parameter in the web config file. If you remove it (leave it blank) then the drop down box will appear. You will need to restart the web service after changing the config file.
Hello,

Thanks it worked. I had a default parameter, i removed it. It is working now.