on ‎2009 Jun 04 5:30 PM
Hi Guys,
Is there a way to open a html page (which contains Applets) on double click without asking user id and password. This page have to be opened from the shop floor and they really dont want to have user id typed all the time.
i tried using <UserName> and <Password> has the parameters for Applet tag. its not working.
Instead of using Applets Tag, i also tried calling Query template and display template on a URL "http://<server_Name>/Lighthammer/DynamicPageServlet?Applet=iChart&DisplayTemplate=<path>&QueryTemplate=<path>&IllumLoginName=<username>&IllumLoginPassword=<password> >" . It is showing error as 'Authentication Required'
Can anyone please help me to sort this out.
Regards
Muzammil
Request clarification before answering.
Do you not have real web pages? Have you tried appending IllumLoginName/IllumLoginPassword to the end of a URL to an irpt page?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jeremy,
Yeah, I have tried it using irpt. I gave the link as http://<; server Name >/ < folder Name > Dashboard.irpt?IllumLoginName=admin&IllumLoginPassword=admin
But the problem is while trying to open the page for the first time by double clicking it, it is asking for user id and password.
Kindly help
Regards
Muzammil
I just noticed that you have /Lighthammer in your original post so with MII 11.5 you have these options for one-shot logins: http://help.sap.com/saphelp_xmii115/helpdata/en/Security/Programmatic_Logins.htm
Select the proper option for your needs and it should do the trick.
Regards,
Jeremy
Thanks Jermey and Christian,
It works fine with
http://<; server >/Illuminator/PortalLogin.jsp?target=< irptpage > &IllumLoginName=admin&IllumLoginPassword=admin&session=true
and also with
http://<; server >/Lighthammer/Login.jsp?IllumLoginName=admin&IllumLoginPassword=admin&session=true&target= < irptpage >
regards
Muzammil
Hi Guys,
After thorough checking, i realised that my problem is only partly solved. So i am reopening this thread.
Whenever the system gets restarted or session getting cleared, it is still asking for the userId and Password.
By adding Client System details in Trusted Servers list will solve this issue? Or is there any other way out of this?
regards
Muzammil
After thorough checking, i realised that my issue is only party solved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.