cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business Objects restful api Logoff

0 Kudos

I have reports in SAP BusinessObjects 4.1 that need to be refreshed daily. I'm trying to automate the process using the SAP BO REST API. However, I'm encountering an issue with the logoff request. When I run the logoff request, it returns a 200 success status, but it doesn't actually log me off. As a result, successive connections are generated, and I lose access to my account. I want to know if my request and headers are correct, and if there is a way to check if the logoff is functioning properly. Alternatively, please suggest another method for logging off

Any help would be appreciated,

here is my logoff in python:

hostUrl = 'http://server_name:6405/biprws'

my logoff in postman:

moshenaveh
Community Manager
Community Manager

Welcome to the SAP Community! Thank you for visiting us to get answers to your questions.

Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.

First, please see https://community.sap.com/resources/questions-and-answers, as this resource page provides tips for preparing questions that draw responses from our members. Secondly, feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html as well, as that will help you when submitting questions to the community.

Finally, I recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html.

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

DellSC
Active Contributor
0 Kudos

Which version of BusinessObjects are you using?

-Dell

Accepted Solutions (0)

Answers (2)

Answers (2)

alexraio
Discoverer
0 Kudos

Hi,

I think your biprws url for logoff is wrong.

Try with this one:
hostUrl = 'http://server_name:6405/biprws/v1'

0 Kudos

sap business objects 4.1