cancel
Showing results for 
Search instead for 
Did you mean: 

MII 12.1 Navigation not working

Former Member
0 Kudos

Hi,

We are working on MII 12.1 version deployed on NW 7.1 CE.

We have created the role and user assigned to it. In MII-Navigation page, we have setup the Home page for this role.

But when the user login into system by using

http://<server>/XMII/Menu.jsp, it is not navigate to the corresponding home page. But is navigate to MII Menu page which contains only Support tab alone.

and also, we need to deploy customized Login page for each application like

http://<server>/Test/Login.jsp. But we didnt find SDM to deploy these JSP pages.

How to solve these issues?

Regards,

Senthil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I can suggest following things may be usefull to you.

After logon to redirect to your test page you can try below URL for logon:

http://<Server:Port>/logon/logonServlet?redirectURL=CustomFilePath (ex test.irpt)

after login it will navigate to test.irpt

For custom User Login I am not sure but I think you have to do it in SAP NW check out following links may be usefull

[https://cw.sdn.sap.com/cw/docs/DOC-108383]

[https://cw.sdn.sap.com/cw/docs/DOC-101074?treeid=DOC-99734]

[https://cw.sdn.sap.com/cw/docs/DOC-108383?treeid=DOC-99854]

Hope this help!!

Regards,

Manoj Bilthare

Former Member
0 Kudos

Use

http://<server>/XMII

Former Member
0 Kudos

Thanks Christian!!

Thanks Jeremy!!

Regards,

Manoj Bilthare

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Senthil - per Christian's post the URL is /XMII/Illuminator?service=Personalization (this will get you the user's personalized home page and navigation dashboard). For additional reference, I think you'll notice a link on the Menu.jsp's top righthand corner called 'Home'.

Former Member
0 Kudos

Hi,

Now it is navigate to home page.

Thanks.

Regards,

Senthil