cancel
Showing results for 
Search instead for 
Did you mean: 

Not getting the Authentication Mode in Infoview

former_member204024
Participant
0 Kudos

Hi,

I installed BO Xi 3 on Windows XP. I am not getting the Authentication drop down in the infoview logon page. I am getting only the User Name and Password textbox. Whether I have to turn on any option to get the Authentication mode input box?

But I am getting the same in the CMC login screen.

Thanks and Regards,

Subbu S

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try making changes as below ..in web.xml and restart the Application server.

-


<context-param>

<param-name>authentication.visible</param-name>

<param-value>true</param-value>

</context-param>

-


former_member204024
Participant
0 Kudos

Hi Ranjit,

I dont have the lines that you have mentioned in your previous post. Where to add those line?

Thanks and Regards,

Subbu S.

0 Kudos

Hi Subbu,

go to <BOBJ installation>/Tomcat55/webapps/InfoViewApp/WEB-INF and change there the web.xml.

Regards,

Stratos

former_member204024
Participant
0 Kudos

Thanks Stratos & Ranjith it solved my problem.

Former Member
0 Kudos

Hi Ranjit,

i tried doing the same but not working. I am using .net info view not tomcat.

Can you guide.

Thanks,

Kalpesh

Former Member
0 Kudos

Have you tried bouncing your app server yet? In my experience, that fixes the issue in most cases...

If not, you can find the same settings of web.xml in the web.config file which is part of the InfoView application on .NET (IIS)..

Edited by: Sarang Deshpande on Aug 3, 2009 3:40 PM

Answers (1)

Answers (1)

0 Kudos

Hi,

did you installed tomcat along with BOBJ?

Regards,

Stratos