How to incorporate TM1 Web objects into our portal

Post Reply
welsonlee
Posts: 7
Joined: Mon Jul 12, 2010 9:30 am
OLAP Product: TM1 9.4.1
Version: TM1 9.4.1
Excel Version: EXCEL 2007

How to incorporate TM1 Web objects into our portal

Post by welsonlee »

hello, everyone, i came from china

recently, Our company need to incorporate TM1 Web objects into our portal. i thought it shoulde be:

1 compile the TM1WebLoginHandler.aspx like that
<form id="Form1" form method="post" action="TM1WebLoginHandler.aspx?">
<input name="AdminHost" id="AdminHost" type="text" value="">
<br>
<input name="TM1Server" id="TM1Server" type="text" value="kpi">
<br>
<input name="UserName" id="UserName" type="text" value="admin">
<br>
<input name="Password" id="Password" type="password" value="">
<br>
<input name="SubmitBtn" id="SubmitBtn" type="submit" value="Login">
</form>
2 use the url like that "http://localhost/TM1Web/TM1WebMain.aspx ... value=tn_2"

i thought when i load the URL,it should login as admin without any input of password, but as fact, i have to retype the password again

how to solve the problem, please.
welsonlee
Posts: 7
Joined: Mon Jul 12, 2010 9:30 am
OLAP Product: TM1 9.4.1
Version: TM1 9.4.1
Excel Version: EXCEL 2007

Re: How to incorporate TM1 Web objects into our portal

Post by welsonlee »

i fountd a way, let the portal provide the link like that

http://localhost/TM1Web/TM1WebMain.aspx ... value=tn_2

it sound i do not retype the password again and the URL provide the userinformation
HLEBOEUF
Posts: 13
Joined: Thu Oct 28, 2010 9:44 am
OLAP Product: TM1, SSAS
Version: 9.4
Excel Version: 2010

Re: How to incorporate TM1 Web objects into our portal

Post by HLEBOEUF »

A bit late reply but just dropped into this post.

I have a url like yours that works in a second with FireFox, when using Internet explorer it hanfs for 2 minutes ....

Anybody got an idea what this could be ?
bioh
Posts: 4
Joined: Tue May 17, 2011 2:48 pm
OLAP Product: cognos 10 studios and tm1web
Version: 9.5.1
Excel Version: 2007

Re: How to incorporate TM1 Web objects into our portal

Post by bioh »

i was hoping to use this, too... but we use single signon.

anyone have any clues on how to access say, a websheet via url? with single signon (user does NOT get prompted for login at all, and it is NOT in the URL)
PlanningDev
Community Contributor
Posts: 349
Joined: Tue Aug 17, 2010 6:31 am
OLAP Product: Planning Analytics
Version: 2.0.5
Excel Version: 2016

Re: How to incorporate TM1 Web objects into our portal

Post by PlanningDev »

You aren't by chance using Cognos as your portal are you?

If so you can install the TM1 Portlets and/or Widgets to access TM1 web from the C10 Portal. You could configure your TM1 to use C10 security which would provide SSO and then from the C10 portal you would have instant access to TM1.
Post Reply