I know this is a config issue but just want to know if any one of you have encounter similar issue before so that your advice will be helpful .
I googled it in all microsoft forums but no luck just want to give a final try inthis forum
I installed 10.1 FP1 in windows 2008 R2 server 64 bit with 2010 excel
i have .Net 4.0 installed on machince with all necesaary prerequisites.
Unable to open TM1 WEB page
-
- Posts: 62
- Joined: Tue Mar 13, 2012 4:34 am
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2007 2010 SP1
Unable to open TM1 WEB page
- Attachments
-
- TM1 Web Error Screen shot
- tm1web.PNG (73.26 KiB) Viewed 5030 times
-
- Posts: 62
- Joined: Tue Mar 13, 2012 4:34 am
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2007 2010 SP1
Re: Unable to open TM1 WEB page
i got below error message in installog under G:\ibm\cognos\tm1_64\instlog
Warning: Failed to get file list for directory "G:\ibm\cognos\tm1_64\maps".
I downloaded package from IBM website not sure how this warning will effect installation
Warning: Failed to get file list for directory "G:\ibm\cognos\tm1_64\maps".
I downloaded package from IBM website not sure how this warning will effect installation
-
- MVP
- Posts: 352
- Joined: Wed May 14, 2008 1:37 pm
- OLAP Product: TM1
- Version: 2.5 to PA
- Excel Version: Lots
- Location: Sydney
- Contact:
Re: Unable to open TM1 WEB page
Maybe you've done this already, but it might be worth having a look in the web.config itself. From memory there are a whole bunch of lines in there that are specific to .Net 4. I don't recall if you have to do something to include them, or exclude them.
Andy Key
-
- Posts: 62
- Joined: Tue Mar 13, 2012 4:34 am
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2007 2010 SP1
Re: Unable to open TM1 WEB page
Thanks Andy for the replay i tried deleting unneccessay line from web.config file and changed basic settings as suggested by IBM but it didnt worked.
-
- Posts: 62
- Joined: Tue Mar 13, 2012 4:34 am
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2007 2010 SP1
Re: Unable to open TM1 WEB page
By enabling handler mapping in server solved my problem . It looks more as a config releated stuff which failed to enable during installation .
-
- Regular Participant
- Posts: 155
- Joined: Tue May 14, 2013 1:53 pm
- OLAP Product: Cognos BI, TM1
- Version: 9.5.2 - 10.1.1
- Excel Version: Excel 2003
Re: Unable to open TM1 WEB page
Can you please elaborate how you fixed this issue? I'm also running into the same.Jodha wrote:By enabling handler mapping in server solved my problem . It looks more as a config releated stuff which failed to enable during installation
-
- Posts: 62
- Joined: Tue Mar 13, 2012 4:34 am
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2007 2010 SP1
Re: Unable to open TM1 WEB page
1) Go to c:\inetpub\scripts
2) run this script cscript applyhandlermappings.vbs "Default Web Site" /html /asp.net2.0
(if your using asp.net4.0 try using asp.net 4.0 instead of asp.net2.0 in the end)
if still you had issue in looking at web page try commenting out below parameter lines in web.config file
you can find these parameters in top 10 or 20 lines
scriptResourceHandler...jsonSerialization....profileService.... authenticationService
in case of issue contact windows team in your organization they will solve this .It shouldn't take more than 5 mins for them to resolve this issue.
2) run this script cscript applyhandlermappings.vbs "Default Web Site" /html /asp.net2.0
(if your using asp.net4.0 try using asp.net 4.0 instead of asp.net2.0 in the end)
if still you had issue in looking at web page try commenting out below parameter lines in web.config file
you can find these parameters in top 10 or 20 lines
scriptResourceHandler...jsonSerialization....profileService.... authenticationService
in case of issue contact windows team in your organization they will solve this .It shouldn't take more than 5 mins for them to resolve this issue.