cancel
Showing results for 
Search instead for 
Did you mean: 

Updating report specification not reflecting in BI Launchpad

Former Member
0 Kudos

I have updated a report specification using REST service

by issuing put to

http://hostname:6405/biprws/raylight/v1/documents/24183/reports/2/specification

It updated, and all subsequent get requests, as well a getting the report via

http://hostname:6405/biprws/raylight/v1/documents/24183/reports/2/

or any of the elements that were updated

http://hostname:6405/biprws/raylight/v1/documents/24183/reports/2/elements/123

return the newly updated values (in this case updated column names.

However, when logging into BI launchpad, the same document and report still show the old values.

So now rest and bi return different values.

Is there some way to ensure that it is "commited"

Accepted Solutions (0)

Answers (2)

Answers (2)

eric_festinger
Contributor
0 Kudos

hello,

Yes: as with BI LaunchPad, you need to save your document to persist the changes.

See section 8.1.6 of the documentation (SAP BusinessObjects RESTful Web Service SDK User Guide for Web Intelligence and the BI Semantic Layer 4.1 SP6).

eric

eric_festinger
Contributor
0 Kudos

hello Martin,

Do you need anything else on that topic, or is your question now answered?

eric

Former Member
0 Kudos

Hi,

Did you sabe the report through a PUT in

http://hostname:6405/biprws/raylight/v1/documents/24183 ?

Regards,

Rogerio