Quantcast
Channel: SCN : All Content - RESTful Web Services SDK
Browsing all 262 articles
Browse latest View live

OData 4.0 Services (CRUD) using Olingo(JSON supported): Part-1

1) Import the following  jars for OLINGO...

View Article


OData 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 Article


OData 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 Article

creating 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 Article

Schedule 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 Article


Suppress 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 Article

Variables 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 Article

BI 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 Article


Image may be NSFW.
Clik here to view.

Create 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 Article


Identify 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 Article

Query 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 Article

BI 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 Article

Excel 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 Article


retrive 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 Article

How 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 Article


Any 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 Article

RESTful 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 Article


Change 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 Article

How 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 Article

dataSourceId 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
Browsing all 262 articles
Browse latest View live