on 2020 Mar 30 5:22 PM
Hello All,
We are facing a problem with BI launchpad after upgrading the platform from BI 4.1 to 4.2 sp6.
In fact, It's now impossible for us to unfold or do any actions on folders (public or not) in BI launchpad when connecting to the platform through a public URL on HTTPS whereas everything work perfectly on the local machine.
Above all the same public URL on HTTPS works well when connecting to the CMC.
Observation on the network traffic shows that it's the ajax request https://xxxxx/BOE/portal/{portal_id}/InfoViewAppActions/ajaxUre/ajaxRequest wich is returning "403 - Access denied" with the message : "???boetrustguard.TokenCreationFailed???boetrustguard.TokenCreationFailedValue???[???boetrustguard.token.missing???]
Any work around or any way to get this issue resolved ?
Thanks & Regards,
Request clarification before answering.
If you search the knowledge base, you will find several notes and KBA's on the subject.
I think in your case most interesting will be : https://launchpad.support.sap.com/#/notes/2904874 and
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the nginx.conf file, in the server { tags, specify the below parameter:
underscores_in_headers on;
After doing this - restart nginx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.