Change DataProvider source via WebiServices.document in Webi UI Extensions ?
Hi, I'd like to be able to build something into WebI via Web Intelligence UI Extension Points, that can change a dataprovider for a report from one Universe to another Universe (unv to unx in this...
View ArticleFormatted SQL
So I found dataproviders/x/queryplan to get a WebI document's SQL. But the SQL is all on one line. If my report's SQL is: select blah, foo, bar from tablethen the /queryplan result...
View Article/queryplan returns HTTP 204
I was able to successfully get the SQL from one report. Upon trying it on the second report: GET /biprws/raylight/v1/documents/316875/dataproviders/DP0/queryplan I get: HTTP/1.1 204 No ContentDate:...
View ArticleSecWinAD authentication using the REST SDK...
Hi,Trying out the REST sdk (with 4.1) and have hit a problem from the start. I guess i'm missing some config somewhere but here's the issue... I create an enterprise user in the CMC in the everyone...
View ArticlePoor performance refreshing LiveOffice document
Hi, We are using Live Office 4.1 SP6 Patch 5, and we've noted that refreshing Live Office objects associated to WebI, the performance was so bad, compared to when we were still not using RESTFul web...
View ArticleList of documents by folder name
Hello Friends, I use the following method call to get the list of all the documents 50 at a time. request.send(BIP_RWS + "/raylight/v1/documents?offset="+offsetindex+"&limit=50", "GET", null); Is...
View ArticleHTTPS for RESTful web service ?
Hello, How to configure HTTPS/TLS for "RESTful web service" and "Web Service" application ? I didn't find any clear explaination... Default URL are:Properties: RESTful Web ServiceURL:...
View ArticleRestful api Not Refreshing Multiple values in InList Prompts
I am using Restful web service to refresh the document which as filter values with InList and EqualTo prompts. When saving the refreshed report into any format say PDF using Restful api the report data...
View ArticleWeb page hosting using SAPUI5
Hi Experts, Could you please let me know how a web page (index.html) which is developed in NWDS using SAP UI5 will be hosted in a web server? I have found blogs of how to develop web page using java or...
View ArticleRetrieving query results
In REBean, we could use DataProvider.getResult() to get a RecordSet object that enabled easy navigation of the query result set. In REST, it appears the only way to do this is to retrieve the entire...
View ArticleHow to update the Query of an existing WEBI document's dataprovider, through...
Hi, I am trying to update the Query of an existing WEBI document's dataprovider, through the RESTful Web service SDK. For this, first i will get the Dataprovider information, Example: URI:...
View ArticlePoor performance refreshing LiveOffice document
Hi, We are using Live Office 4.1 SP6 Patch 5, and we've noted that refreshing Live Office objects associated to WebI, the performance was so bad, compared to when we were still not using RESTFul web...
View ArticleRESTful Raylight Error Incorrect session
Hello, I'm starting my journey with RSDK and I have small issue here. Based on SAP Web Intelligence RESTful web service SDK User Guide document I was able to retrieve my logon token, I can get info...
View ArticleError while refreshing report through parameter
Hi , I am getting below error while refreshing report through parameter, using BO 4.1 SP5 1. Created new documentRequest:http://xyz:6405/biprws/raylight/v1/documentsMethod: POSTBody:<document>...
View ArticlePurging doesn't work always
Hi, I am having a strange behavior where purging do not work correctly every time. (1) PUT = http://<Servername>:6405/biprws/raylight/v1/documents/33280/dataproviders/DP0?purge=true The above URL...
View ArticlePurging after modifying the report
Hi, After purging a document, i opened it modified by adding couple of columns, refreshed and saved it.Now i run the purge again, it displays the old purged document instead of new modified one. So for...
View ArticleError: RWI 00014
I am trying to execute a WebI report using java apis.Am able to create a reportEngine instance bit when I try to setup a DocumentInstance using - reportEngine.openDocument(1234) I get the error - RWI...
View ArticleCreating report using template using Restful
Hi, Is there a way of creating report by referring to existing report template by using Restful API?
View ArticleNot able to create report using restful SDK - BO XI 4.1
I am trying to create report using restful SDK and I getting this error "The remote server returned an error : (405) Method Not Allowed.
View ArticleOpenDocument not working in Chrome (language settings problem)
This is a strange one.I'm a Brit, living in Switzerland, so my Windows 7 regional settings is set as English, but my keyboard is Swiss German. When I attempt to use OpenDocument from my RESTful web...
View Article