cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with MII 12.0

Former Member
0 Kudos

I have a wierd issue in MII 12.0. When I go to the Home tab where I would get the My xMII and custom menu, it takes me to this link which has additional parameters and it generates an XML page instead of a webpage.

http://etcstucd403:50000/XMII/Illuminator?service=Personalization&sniffer=Microsoft%20Internet%20Exp...,

I have compared the IE version with others and I have the same as the others.

I have the compared the Roles assigned as well.

The LDAP setting seems to be fine.

Has anyone had a similar issue ?

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Take a look at the results from: /XMII/Illuminator?Service=SystemInfo&Mode=CurrentProfile&Content-Type=text/xml which would be the xml that the home page building starts with.

Make sure that the first tab item doesn't do any strange redirects

<TabItems>

<TabItem frame="" label="xxx" target="xxx" />

</TabItems>

Regards,

Jeremy

jcgood25
Active Contributor
0 Kudos

If the TabItems check out OK and the first one isn't causing this strange behavior, then check your User theme assignment in the Navigation Editor, followed by the theme assignments that may exist against your user assigned roles. The CurrentProfile query will tell you all the roles you belong to.

Regards,

Jeremy

Former Member
0 Kudos

Thanks for the lead. I was able to fix it.