Page 1 of 1

Where is NavTreeDisplayAdministration in TM1 Web config?

Posted: Tue Feb 24, 2015 11:28 pm
by macsir
Hi, all

I know NavTreeDisplayAdministration exists in tm1 10.1 but I can't find it in 10.2 tm1 web configuration file? Where does it go? Ta

Re: Where is NavTreeDisplayAdministration in TM1 Web config?

Posted: Wed Feb 25, 2015 3:04 am
by George Regateiro
I found this out on IBMs site

http://www-01.ibm.com/support/docview.w ... wg27039576

Near the bottom you can find a section entitled "How does the TM1Web_config.xml compare to the Web.config file?" About halfway down that section they have the following.
The following parameters are no longer applicable to TM1 Web version 10.2:

key="NavTreeDisplayAdministration" value="Y"
I have only been scratching the surface of Java Web so I am not sure if the functionality has been moved elsewhere or not, but it looks like that particular parameter is no longer available.

Re: Where is NavTreeDisplayAdministration in TM1 Web config?

Posted: Wed Feb 25, 2015 7:20 am
by lotsaram
Short answer: this is depreciated functionality it doesn't exist in 10.2 web.

Slightly longer explanation: the 2 and only 2 things a user could do from the "admin panel" in tm1 web were change password and run a process. Change password is now available from the login screen. Run a process is something that cN be done from any action button (someone just needs to create the interface). IMO nothing has really been lost by this and IBM were justified in leaving it out.

Re: Where is NavTreeDisplayAdministration in TM1 Web config?

Posted: Wed Feb 25, 2015 11:06 pm
by macsir
Thanks, guy. That's good. I would like to use TM1 Rest API to bring it back. :lol: