Report Bursting with RESTful Web Services SDK
Hi, We are looking to upgrade to BI 4.x from BI 3.1. We are not sure whether RESTful Web Services SDK is the way to go. We have a requirement where we need to be able to refresh a report, save the...
View ArticleFetching drill filter values for reports having prompt using webi-restful sdk?
Hi, following the document for SAP restful services i am able to fetch the drill filters on the report but the when i try to get the values in the filter by getting into the details of a filter i am...
View ArticleHow do I create/update an Excel file using the API?
Hi, I've successfully created a "Web Intelligence" document using the API (POST /raylight/v1/documents). However, I need to do the same for an Excel file type and have been unable to do so. Attached...
View ArticleSupply dataset in dynamic way
Hi, I would like to supply dataset in dynamic way. I have a array (dataset_metadata) which contains metadata but I don't know how many metadata are in. I just know that the last metadata is the...
View ArticleServer error when requesting parameter info of Webi document
Hi, We're writing an application on our BI4.1 SP02 environment in Java using the RESTful SDK and we're assumingly running into a security issue. Using a user which is member of the administrators...
View ArticleWEBI RESTful Web Service SDK https port
Hi, the base URL for the RESfule Webi requests is: http://<serverName>:6405/biprws/raylight/vx Does it use the same port (6405) for https too ? Thank you. Kind regards,Alexander
View ArticleHow to get the list of parameter and set them using RESTFul WS for a Crystal...
Hi All, I am able to schedule a Crystal report using following POST Restful call - http://localhost:6405/biprws/infostore/4738/scheduleForms/now and with a request xml body. But report is failing...
View ArticleHow to get raw data from document using RESTful Web Services ?
I tried doing this: From: http://help.sap.com/saphelpiis_sbo41sp4wi-sdk/frameset.htm?45f89e086e041014910aba7db0e91070.htmlGet the list of data providers:GET...
View Articleusing JSONscriptRequest for cross domain calls?
Hi, Looking through the REST SDK I see mention of the "JSONscriptRequest class" but I don't find much else about it.Is this a jsonp callback and how can it be used? Thanks
View ArticleSchedule Crystal with Prompts in RWS
BI Platform 4.1 SP3 In the RESTful Webi documentation there is information about how to retrieve prompt information. However, I'm not finding anything similar for Crystal reports. In a .NET...
View ArticleBO-BI 4.x .NET Platform SDK with Microsoft Visual Studio - 2012
SAP Business Objects released a "SAP Crystal Reports, developer version for Microsoft Visual Studio - 2012" in January 2013. http://scn.sap.com/docs/DOC-35074 What is the timeline for SAP confiming the...
View ArticleExtract Hierarchies in BO 4.1 WEBI using Java Restful Webservice
Hi , We are using Bo4.1 SP3. Whether can we extract hierarchies from web intelligence report?Whether there is any URL to extract hierarchies? Regards,Kavitha S
View ArticleWEBI RESTful Web Service SDK https port
Hi, the base URL for the RESfule Webi requests is: http://<serverName>:6405/biprws/raylight/vx Does it use the same port (6405) for https too ? Thank you. Kind regards,Alexander
View ArticleSchedule Webi report using RESTful API
We are using BO 4.0 (SP2) and looking to schedule reports using our intranet application. I have searched for APIs avaialble and was able to find RESTful API for SP4 but not SP2. How can we do it in...
View ArticleChange universe with contexts
Hi,I use the restful sdk to change universe but when I have a context in the webi document the 2nd call to targetDatasourceId give me this error<error> <error_code>101</error_code>...
View ArticleRefresh document call in RESTful workflow is taking long time.
Hi, I am facing an issue with the Refresh Document step, in Raylight Workflow using RESTful API. We are using this Refresh Document call, To make the dataprovider mappings formed. For few WEBI...
View ArticleBOXI4.1 (14.1.1.1036) - Logon with /logon/adsso via Code
Hi all, I just configured my test system for Active Directory authentication and it looks like everthing works perfect.Group resolution works, login to CMC works and I even get a ticket if I open...
View ArticleCreate Document in RESTful webservice
Hi, Anyone help me in java code how to create a webi document using restful webservice? My Code: HttpPost httpRequest_create_doc = new HttpPost( "http://localhost:6405/biprws/raylight/v1/documents");...
View ArticleError Scheduling Document with Prompts using REST API - An internal error...
I just started using REST API for executing a web intelligence document with prompts and recieved the following error:An internal error occurred while calling 'answerPromptsEx' API. (Error:...
View ArticleHow to retrieve SAP BO documents from C# .net application based on specific...
Hello, I have a requirement to pull in SAP BO documents from C# .net application based on specific parameters. I am able to get the documents by passing the document ID and export to PDF, but not able...
View Article