cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Launchpad login

rpuranik
Participant
0 Kudos
2,419

I upgraded BI 4.2 SP3 to 4.2 SP5. I see the login screen but after I enter my logon credentials > hit the login button, the login screen comes back with no errors.

https://<lb url>/BOE/BILaunchpad

In CMC, Restful WS > properties its set to: https://<LB url>/biprws and this URL works fine in the browser.

RWS is deployed on the tomcat server.

Any idea? Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member230921
Active Contributor

Hi Roopa,

  • Check browser console if any errors - share the screenshot.
  • Check Network in browser - see the status of this API call - https://<LB url>/biprws/v1/logon/token. - share the screen shot
  • Login to classic BI Launchpad (https://<lb url>/BOE/BI) and then open new tab in same browser and Open fiori BI Launchpad (https://<lb url>/BOE/BILaunchpad) - because both the BI Launchpads share the same session.
  • Please check in CMC -> Applications -> BI Launchpad -> User Security -> Assign Security -> Advanced -> Add/Remove Rights

Bharath

Answers (4)

Answers (4)

former_member230921
Active Contributor
0 Kudos

Check the browser network - any biprws API giving status code other than 200.

rpuranik
Participant
0 Kudos

Hi Bharath,

See attached fiddler log. I see 404 error.

fiddler-log.png

Thanks

former_member230921
Active Contributor
0 Kudos

Hi Roopa,

This is .properties file and wont cause any issues.

Please check if any REST calls giving error code.

API looks like: https://*****/biprws/*********

-

Bharath

rpuranik
Participant
0 Kudos

Hi Bharath,

In the fiddler I don't see any thing related to biprws at the time I get the error. I checked the logs on tomcat and BOE server and I don't see anything related to biprws. Is this where you wanted me to look?

Thanks

former_member230921
Active Contributor
0 Kudos

yes. But as per the message you are getting there must be some backend call errors (biprws).

rpuranik
Participant

I would think so but I don't see errors related to biprws. And what I noticed is, if I keep trying to login and logoff after few tries I dont see the error but it again pops up!

The error is weird ""Failed to get folders listing" at the time of logout. I see this issue in our DEV environment too.

We are on BI 42 SP5 P100, P200.

former_member230921
Active Contributor

Just a try. 😞

Please clear browser cache and try . OR please try same in private mode of browser.

rpuranik
Participant
0 Kudos

Do you guys know why I would be getting :capture.png

"Failed to get folders listing" error when I click on logout on BILaunchpad interactive viewer?

We are on BI 4.2 SP5 P100.

Thanks, Roopa

rpuranik
Participant
0 Kudos

Yogesh, Upon looking into this further we found out that Admin group did not have full control rights. Issue resolved!!

patelyogesh
Active Contributor
0 Kudos

Hello Roopa Puranik,

What if you initially login with URL : http://host:port/BOE/BI

As soon as you login to it try opening URL http://host:port/BOE/BILaunchpad - on new tab using same browser and see the results.

Thank you

Yogesh

rpuranik
Participant

Hi Yogesh,

I tried what you suggested and I am getting this, interesting!!

User has no rights to login to New BI Launchpad. Please contact administrator.

I tried logging in using administrator ID/PWD Ent authentication and I get the logon screen back with no errors.

Thanks, Roopa