How to open TM1 home page with TM1 Web API?(TM1 10.2.2)

Post Reply
Royi9861
Posts: 3
Joined: Tue Mar 10, 2015 2:45 pm
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2013

How to open TM1 home page with TM1 Web API?(TM1 10.2.2)

Post by Royi9861 »

According TM1 Developer Guide,we can use a URL to directly open websheet or cubeview without inputting username and password,such as :
http://localhost:9510/tm1web/UrlApi.jsp ... word=apple
But there is no method to use a URL to directly open tm1 web homepage without inputting username and password.
Does anyone know how to do that,thanks a lot!
lotsaram
MVP
Posts: 3704
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: How to open TM1 home page with TM1 Web API?(TM1 10.2.2)

Post by lotsaram »

Forum posting guidelines 101:

What have you tried?

I think you will find that if you just omit the username and password arguments from the URL string that it will work just fine! Behaviour is a little different depending on authentication method:
- if using CAM link should go through without reauthentication
- if using TM1 security on first url api link follow the user will be challenged for username and password as a separate thread is established. On subsequent links the url api session will be reused and no additional reauthentication challenges

That was a freebie. Don't expect any more assistance without doing the basics to let others help you. That is explain the business case, the use case and what you have already done to solve the problem. (If the answer to the "what have you already done?" part is "nothing" then that's generally what you can expect in response.)
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
Post Reply