OData 4.0 Services (CRUD) using Olingo(JSON supported): Part-1
1) Import the following jars for OLINGO...
View ArticleOData 4.0 Services (CRUD) using Olingo(JSON supported): Part-2
c. Create updateEntity method that gets called on ‘PUT’ methodpublicvoid updateEntity(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat,...
View ArticleOData 4.0 Services (CRUD) using Olingo(JSON supported): Part-3
4)Create a class ‘Storage.java’a. readEntitySetDataFromDatabase/* This method is called from readEntityCollection * It is used to fetch the list of students /schools from database * depending on...
View Articlecreating table element
Hi, I am trying to add table element but getting below error, I am using BO 4.1 SP2 Is this BO version issue?, I can also see only two elements "cell" and "section" for creating element mentioned In...
View ArticleSchedule a Publication in BO 4.1 with Webi Prompts
Hello, I have a publication in BO 4.1 SP4, and I know how to schedule with the SDK api, but there are Webi reports inside, is there any tricks to modify prompts, since it's not available anymore in...
View ArticleSuppress Prompts in RESTful API
Hi Experts, In XI3.1 Deski, macros have the ability to suppress prompts to refresh the document. I am wondering if there is a way to do the same in RESTful API in BO 4.1 SP6. I am now using this...
View ArticleVariables DataFilter is not working in RESTful API
Hi Experts, I have a document that has multiple data providers (say, dataprovider1, dataprovider2, dataprovider3) which I merge them in to one (dataprovider merged). Then I create a variable...
View ArticleBI 4.1 SP6 Scheduling Destinations
Hi all, Is it possible to use the RESTful Web Services SDK to schedule a report to the SFTP or secure SMTP destinations that are now available in BI 4.1 SP6? Thanks,Christian
View ArticleCreate piechart with rest api
Hi, I have created piechart with rest api by creating dataprovider in document and updated query specification and finally with updating report specification. Piechart is created but label name is...
View ArticleIdentify whether a data provider has a context
Hello Friends Using RESTful web service SDK how can i identify whether a particular data provider in a BI 4.1 Webi document has a context or not? I used the GET...
View ArticleQuery specification
Hi guys, I am using the Restful SDK to get the dataproviders query specification (http://server:6405/biprws/raylight/v1/documents/{ID}/dataproviders/DP0/specification). The result XML is something like...
View ArticleBI Universe Connector using Rest API
Using Rest API URL, I can send HTTP calls using Chrome Rest client and can see just the universe metadata like CUID, Description, Type etc.Using <Resturl>/sl/v1/universes/si_id , I can see the...
View ArticleExcel output error
Hi, I am getting this error when exporting the Webi document to excel, any help appreciated. <error> <error_code>RWS 00008</error_code> <message>No logon token provided in...
View Articleretrive folders and report documents list
We are using raylight rest api. <title>Web Intelligence - Raylight</title> <version>1.0</version><vendor>SAP SE</vendor><build>14.1.6.1702</build> Is...
View ArticleHow to Retrive report documents / folders belong to given universe only?
Hi, Right now i am calling api /biprws/infostore/Root%20Folder/children?type=folder&pageSize=50 and than made function to retrieve report documents under my list of folders.I used api...
View ArticleAny specific settings required for REST services !!!
Hi, I tried to get the content of webi reports using REST calls. I am interested in querying the dataprovider properties (viz source, source type) and dataprovider details (objects in the data...
View ArticleRESTful SDK: Retrieve which access rights a principal has on folders/reports
Hi, I wonder whether it is possible to find out what exact access rights (also inherited rights) a specific user or usergroup has on a report or folder by using the RESTful Web Services SDK. The result...
View ArticleChange text format in webi report
Hi, I am able to export the webi report in xls using the RESTFUL SDK but the text field is wrapped. I can do that in webi, but is there a way i can unwrap the text (hard code it in the code) while...
View ArticleHow to get a copy of the generated report?
Hi, I am on BO 4.1 SP5. I need to schedule a report and then get a copy of it once it is generated. I have figured out the the APIs needed for first browsing the folders, listing them, and scheduling...
View ArticledataSourceId is not an Int
Hi guys, I am using the Rest API to query documents datasource details. In one exceptional case I got this response: "dataprovider": { "id": "DP0", "name": "Name of the data provider",...
View Article