cancel
Showing results for 
Search instead for 
Did you mean: 

MII 12.2 Main page autologin

0 Kudos

Hello

how can I write a link for autologin on MII 12.2 admin/main page? (http://<server>:<port>;/XMII/Menu.jsp)

maybe the link must use this final URL http://<server>:<port>/webdynpro/dispatcher/sap.com/xapps~xmii~ui~admin~navigation/NavigationApplica...

with MII 12.0 I used

http://<server>:<port>/logon/logonServlet?j_user=<username>&j_password=<password>&redirectURL=/XMII/Menu.jsp

Is there any way to do this in MII 12.2?

Thank you

Fabio

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Fabio,

have you tried below URL format.

http://<Server>:<Port>/XMII/Menu.jsp?j_user=username&j_password=password

above link work in MII 12.1 also, I have not tested on MII 12.2 but it should work in 12.2.

Please give a try for above URL.

Thanks & Regards,

Manoj Bilthare

0 Kudos

It's right.

I loooked for a solution and i saw

http://<server>:<port>/XMII/Menu.jsp?IllumLoginName=<username>&IllumLoginPassword=<password>&session=true

but in my system it works only with MII object (for exaple a page irpt created in MII)

Thank you a lot, your way is right for main page.

Best regards

Fabio

Answers (0)