BO 4.1 LaunchPad web page stopped working for a few users.

Business Objects 4.1 SP 6 Patch 6 on Windows Server 2012R2.
Tomcat for Web Intelligence

We have two users who are not able to access the Web Intelligence (LaunchPad) log-in page in our UAT environment. There receive the generic ‘The webpage cannot be found’. All other users are working just fine. This is not a BO Permissions issue, as this just stopped working for them. We are all on the same equipment running Windows 7 with Internet Explorer 11. These two users are able to login if we use the LaunchPad page for Production environment and change the system name to UAT. Any ideas?

Krysta


KMerrills (BOB member since 2010-08-27)

Can they access the default tomcat page? (http://server:8080) If not, then it’s an issue with network connectivity. Check the firewall on the client and/or server.


joepeters :us: (BOB member since 2002-08-29)

Joepeters, thank you for your response. Since I posted this yesterday, we had done some additional testing.

Yes, the two users can get to the default tomcat page. They are able to access BO LaunchPad using the IP Address. Both of these users just started experiencing this issue recently. They were able to successful access Launchpad. All updates (OS and Application) are pushed to all computers so there are no differences there between those than can access the page and the two that cannot. They are able to ping the page successfully and nslookup returns the expected results (same as what I return). Our PC and network firewall protections are also universal across all users and are locked down. Our network guy is also perplexed with this issue.


KMerrills (BOB member since 2010-08-27)

Interesting that they can get to the default Tomcat page but not BOE. I’m assuming you had them clear their browser cache?

Have you tried another browser?

You might need to install a web traffic analyzer, like Fiddler, to see what’s going on.


joepeters :us: (BOB member since 2002-08-29)

Few queries:

Do you have SSO turned ON for BI Launchpad? If yes, can the two users login using NonSSO Login?

With the IP address in URL; can the users login manually?


viru4808 :australia: (BOB member since 2008-01-09)

Thank you for responding…

Joepeters – yes, clearing the browser cache was one of the first things I had them complete. We get the same results with Google chrome (IS and Chrome are the only browser permitted in our environment).

Viru4808 – SSO is turned on for BI Launchpad. No they cannot use non SSO as they do not get a login page at all. We have also tried using the IP Address which brings up the login page and allows them to login. We have even tried using the FQDN and still no luck.


KMerrills (BOB member since 2010-08-27)

Can you please check if this is configured correctly:

Navigate to <Installation\SAP BusinessObjects\tomcat\conf> and edit the server.xml file. Find the Connector Port 8080:

maxHttpHeaderSize=”65536”

Also, set the JAVA_OPTS for tomcat:
-Xmx2048m


viru4808 :australia: (BOB member since 2008-01-09)

if it works with other browsers for those users, you could try the suggestions given here:-

https://www.daniweb.com/hardware-and-software/microsoft-windows/threads/95078/internet-explorer-does-not-work-but-firefox-does


Mak 1 :uk: (BOB member since 2005-01-06)

i am having same problem, can someone share what is the resolution for this issue

only few of my users are not able to open BI launch pad

“The webpage cannot be found”
our version of BOE is

SAP BusinessObjects BI Platform 4.1 Support Pack 8

and it is windows AD SSO
i have attached the error page

thank you for any help with this issue resolve solution
BOE BI launch pad Error.png


kum (BOB member since 2004-03-15)

Has anyone found a solution to this problem? If so, can you note it here?

I am getting the same “The webpage cannot be found” issue at SSO login on one account out of hundreds. Just started last week. Issue is only affecting this one account and the issue will follow the account across browsers and to different computers.


jasonk (BOB member since 2018-11-02)

The fix that worked for me was to update the C:\Program Files (x86)\SAP BusinessObjects\tomcat\conf\Server.xml file and add "maxHttpHeaderSize=“65536"” to the connector entry.
Then rebooting or restarting the web services.

Best Regards,


jasonk (BOB member since 2018-11-02)

we are having the same issue and occurring to some users only. verified the maxheader size 65535

I set the following registry keys:-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA\Kerberos\Parameters
LogLevel 0x00000000 (0)
MaxPacketSize 0x00000001 (1)
MaxTokenSize 0x0000ffff (65535)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
MaxFieldLength 0x0000fffe (65534)
MaxRequestBytes 0x0000ffff (65535)

restarted all servers. no luck. removed cache from users machines too…


rrp299 (BOB member since 2015-10-16)

You may be seeing the Chrome update issue?
https://bobj-board.org/t/253872


Hayden_Gill :australia: (BOB member since 2002-08-15)

Hi. Thanks for the reply. I am aware of the cgrome issue. but here what I mentioned is not related to chrome’s issue. Bi launch pad link is not opening for only 4-6 users.


rrp299 (BOB member since 2015-10-16)

So it’s either their browser, or their network connection. get them to try another browser, and if that doesn’t work, take a laptop that you know works over to their location and test from their network connection.


Hayden_Gill :australia: (BOB member since 2002-08-15)

changing machine is not helped here. issue is occurring in all browsers. users from the same group who are from same location / network doesn’t have issue.

only 8-10 users facing this issue. we faced similar issue a year ago which is fixed after we increased maxHttpHeaderSize to 65536.

issue started reappearing after we rebuild the tomcat a month ago to fix google chrome issue. after rebuilding we validated the folders and files as well.


rrp299 (BOB member since 2015-10-16)

If you rebuilt the tomcat servers, did you check that you had set the maxHttpHeaderSize back to 65536 again?

You need to test if it’s the user account, or the user location/pc that is the issue.

Can a user that is having trouble logon from a machine where someone else is getting in OK?


Hayden_Gill :australia: (BOB member since 2002-08-15)

yes. validated the maxHttpHeaderSize and it is 65536 in both tomcat servers.

Tested and found that user who is having issue facing the same issue in different machine.

we have this set in both tomcats.

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters\

Max value to set: 16777216

do we need this to set in App servers as well ?

Thanks!


rrp299 (BOB member since 2015-10-16)

I always do it by editing the server.xml file in the Program Files\Business Objects\Tomcat\conf directory.

Change the following line

<Connector port="8080" maxHttpHeaderSize="xxxx"

Hayden_Gill :australia: (BOB member since 2002-08-15)

Thanks. Yes, we followed the same way


rrp299 (BOB member since 2015-10-16)