cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Opening HTML page on double click without typing UserId and Pass

Former Member
0 Likes
370

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

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Likes

Do you not have real web pages? Have you tried appending IllumLoginName/IllumLoginPassword to the end of a URL to an irpt page?

Former Member
0 Likes

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

Former Member
0 Likes

Try adding session=true

jcgood25
Active Contributor
0 Likes

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

Former Member
0 Likes

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

Former Member
0 Likes

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

Answers (1)

Answers (1)

Former Member
0 Likes

After thorough checking, i realised that my issue is only party solved.