Hi Everyone,
I'm experiencing and issue with TM1Web, after logging in (even as admin) I can't see any objects such as views or applications...
Would anyone know what could be causing this issue?
I'm using CAM ID autentification ( IntegratedSecurityMode=5)
Tm1Web, can't see any TM1 objects after logging in
-
- Community Contributor
- Posts: 248
- Joined: Tue Nov 01, 2011 10:31 am
- OLAP Product: TM1
- Version: All
- Excel Version: All
- Location: Manchester
- Contact:
Re: Tm1Web, can't see any TM1 objects after logging in
This could be your issue:
http://pic.dhe.ibm.com/infocenter/cx/v1 ... 00009.html
Actually, you can login to the server so this can't be the issue. Are you able to see the admin icon? Are the details set correctly?
http://pic.dhe.ibm.com/infocenter/cx/v1 ... Web_N50007
http://pic.dhe.ibm.com/infocenter/cx/v1 ... 00009.html
Edit:If the AdminSvrSSLCertID parameter in the CXL Web.config file is incorrectly configured, the server menu may be empty. See "Running Xcelerator in Secure Mode using SSL" chapter of the IBM Cognos Xcelerator Installation and Configuration Guide for details on this parameter.
Actually, you can login to the server so this can't be the issue. Are you able to see the admin icon? Are the details set correctly?
http://pic.dhe.ibm.com/infocenter/cx/v1 ... Web_N50007
-
- Posts: 40
- Joined: Mon Sep 09, 2013 7:16 am
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2013
Re: Tm1Web, can't see any TM1 objects after logging in
I'm definitely connected to the server but I can't see the admin icon or anything else.
I haven't worked with Tm1Web much so I'm not quite sure what the issue is....
I haven't worked with Tm1Web much so I'm not quite sure what the issue is....
-
- Community Contributor
- Posts: 248
- Joined: Tue Nov 01, 2011 10:31 am
- OLAP Product: TM1
- Version: All
- Excel Version: All
- Location: Manchester
- Contact:
Re: Tm1Web, can't see any TM1 objects after logging in
Looks like you have logged in as a Non Admin user with no access to objects, if you were logged in as admin then you would see the Administration grouping under Views
Check Security within Cognos Express Manager > IBM Cognos Administration > Security
Is it possible to change Integrated Security to 1 temporarily to test that works before then resolving with CAM?
Check Security within Cognos Express Manager > IBM Cognos Administration > Security
Is it possible to change Integrated Security to 1 temporarily to test that works before then resolving with CAM?
-
- 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: Tm1Web, can't see any TM1 objects after logging in
Think we are missing the obvious here.
Go to the web.config file
There are a number of other config options in there that you should familiarise yourself with also. The above 2 are just a quick grab by myself, in my opinion, anyone using TM1 Web should carefully go through the web config file selecting all options relevant to their application in the same way you would for the service config file.
Go to the web.config file
<!-- NavTreeDisplayServerView: Y/N - Whether to display "Server View" node in navigation tree -->
<add key="NavTreeDisplayServerView" value="Y" />
<!-- NavTreeDisplayAdministration: Y/N - Whether to display "Administration" node in navigation tree -->
<add key="NavTreeDisplayAdministration" value="Y" />
There are a number of other config options in there that you should familiarise yourself with also. The above 2 are just a quick grab by myself, in my opinion, anyone using TM1 Web should carefully go through the web config file selecting all options relevant to their application in the same way you would for the service config file.
Declan Rodger
-
- Community Contributor
- Posts: 248
- Joined: Tue Nov 01, 2011 10:31 am
- OLAP Product: TM1
- Version: All
- Excel Version: All
- Location: Manchester
- Contact:
Re: Tm1Web, can't see any TM1 objects after logging in
Whilst it is unlikely that these options have been amended from the default Y, the web config does contain this snippet a little further down which could explain your issue:
As declanr has said, familiarise yourself with the whole file to ensure it is configured for your environment<add key="TM1ServerName" value="cxmd" />
<!-- To enable integrated login:
1. Set the "IntegratedLogin" attribute to "true" here.
2. Set <identity impersonate=true /> later in this file.
3. In IIS, turn off "Enable anonymous access"
4. In IIS, turn on "Integrated Windows authentication"
-->
<add key="IntegratedLogin" value="false" />
-
- Posts: 40
- Joined: Mon Sep 09, 2013 7:16 am
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2013
Re: Tm1Web, can't see any TM1 objects after logging in
I have gone through the web config file and changed some of the parameters so problem solved.!!!
Many thanks guys really appreciate your help.
There is only one more issue which I have addressed this in a separate post.
http://www.tm1forum.com/viewtopic.php?f=3&t=9527
Once again thank you
Many thanks guys really appreciate your help.
There is only one more issue which I have addressed this in a separate post.
http://www.tm1forum.com/viewtopic.php?f=3&t=9527
Once again thank you
