To modify Tm1 web configuration file

Post Reply
nayitian
Posts: 26
Joined: Wed Apr 16, 2014 11:10 pm
OLAP Product: TM1
Version: 10.1
Excel Version: 2007

To modify Tm1 web configuration file

Post by nayitian »

Hello,

IBM has an online document about customizing TM1 web via modiying the configuration file.
I recalled from a workshop long time ago, the speaker mentioned all the configuration parameters can be stored in a control cube, so instead of modifying the config file, all need to do is to change the value in the cube. I am trying to understand how those parametners in the cube get passed. Thank you very much if you can shed some lights on this.
By the way, my Tm1 version is 10.1
User avatar
jim wood
Site Admin
Posts: 3961
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: To modify Tm1 web configuration file

Post by jim wood »

Interesting. I would suggest that the content would be stored within a cube then exported using TI and Ascii output. This however would be very version and IIE (If using 10.1 or lower) specific.
Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
tomok
MVP
Posts: 2836
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: To modify Tm1 web configuration file

Post by tomok »

If it was indeed a long time ago then we would be talking IIS and I am almost positive that IIS gets it's settings from the web.config file (unless you modify settings inside your ASP.NET code). There would be no way for the web server to dynamically read a TM1 control cube and modify the web site behavior unless the .NET code behind TM1 had that functionality (and I'm almost 100% sure it did/does not). Like Jim mentioned you would have to run a TI process that would take the control cube values and create a new web.config file. How useful would that really be? Possible, but not really useful IMO.
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
declanr
MVP
Posts: 1831
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: To modify Tm1 web configuration file

Post by declanr »

I've previously set up a TI in my utility model to create a tm1 config file based on a number of parameters, create all relevant folders and add it as a service... more a play about than anything... did come in handy recently though when I had to migrate about 20 services to a new box and standardise the config files (had to throw in a section to copy the data directory of course) but like I say it was mostly me playing about.

Not sure as to what point there would be in building a cube/TI to control the web config when most companies only have 1 file to update anyway and even the bigger organisations rarely have a large number of web servers (and when they do the only difference tends to be the admin host) changes after hitting production are few and far between.
Declan Rodger
Post Reply