cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BI launchpad Ajax request returning "403 - Access Denied "

0 Likes
1,180

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,

Accepted Solutions (1)

Accepted Solutions (1)

denis_konovalov
Active Contributor

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

https://launchpad.support.sap.com/#/notes/2790620

0 Likes

Thanks for your response.
Best regards.

Answers (1)

Answers (1)

0 Likes

Resolution

In the nginx.conf file, in the server { tags, specify the below parameter:
underscores_in_headers on;

After doing this - restart nginx

 

Thanks!