Page 1 of 1
Configuring two TM1 servers in the same TM1 web
Posted: Wed Feb 23, 2011 12:40 pm
by anoops81
Hi ,
We have two TM1 server instances on the same admin host .
While configuring tm1 web , Is it possible to give both the tm1 server names in the web.config file, so that both the servers will be listed while logging into tm1 web ?
How can we get the applications folder from both the tm1 servers in tm1 web ?
Please advice .
Regards
Anoop
Re: Configuring two TM1 servers in the same TM1 web
Posted: Wed Feb 23, 2011 1:33 pm
by tomok
anoops81 wrote:Hi ,
We have two TM1 server instances on the same admin host .
While configuring tm1 web , Is it possible to give both the tm1 server names in the web.config file, so that both the servers will be listed while logging into tm1 web ?
You don't have to do anything, they will automatically be listed in the drop-down on the login page.
anoops81 wrote:How can we get the applications folder from both the tm1 servers in tm1 web ?
You can only log into one TM1 server at a time with TM1Web so it is not possible to combine anything.
Re: Configuring two TM1 servers in the same TM1 web
Posted: Wed Feb 23, 2011 1:59 pm
by anoops81
Thanks Tomok .
What we do is now is , we give the tm1 server name in the web config file . During login , users will be directly login into tm1 web without entering any login information ( Windows authentication) .
I was trying to do something like that .It was my wild imagination to automate tm1 web .
Regards
Anoop
Re: Configuring two TM1 servers in the same TM1 web
Posted: Wed Feb 23, 2011 2:15 pm
by tomok
anoops81 wrote:What we do is now is , we give the tm1 server name in the web config file . During login , users will be directly login into tm1 web without entering any login information ( Windows authentication).
Read the section entitled "Developing Custom Web Applicatons with the URL API" in the TM1 Developer Guide. You can automate what server and objects a user opens via parameters in the URL.
Re: Configuring two TM1 servers in the same TM1 web
Posted: Wed Feb 23, 2011 2:28 pm
by kpk
anoops81 wrote:
How can we get the applications folder from both the tm1 servers in tm1 web ?
tomok wrote:
You can only log into one TM1 server at a time with TM1Web so it is not possible to combine anything.
Hi,
I have no TM1web on my laptop for the time being so I cannot check it, but you can check quickly if you have:
- When you are logged into both server then you can drag TM1 views from both server into both Application folders in the Server Explorer.
- So you can have server B views in the server A Application folders.
You can try out what happens if you try to open this server B view via the TM1web logged into only the server A.
Regards,
Peter