How to incorporate TM1 Web objects into our portal
Posted: Mon Jul 12, 2010 9:37 am
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.
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.