A software development kit (SDK) to access users and groups, folders and objects, and services provided by BusinessObjects Enterprise. Includes Java, .Net, COM, SOAP, and REST versions.
I use this to get reports:
http://1x.yy.zz.qq:ww05/biprws/raylight/v1/documents?limit=50
It returns all reports which id between 1 and 50.
But I want it to get only modified reports?
thanks in advance
This is for BOBJ 4.0 SP5 .net SDK.
Can anyone help me understand how to use infoStore.Commit? My code is pasted below. Based on my understanding this should work. But it doesn't. The IDE doesn't throw any errors, but when I run the code I…
I want to get table_name , report_name and universe_name from SDK,
It it possible with Java SDK?
I can get query like this:
IInfoObjects infoObjectsUniverse2;
IInfoStore iStore2;
IEnterpriseSession es2=null;
try {
es2 =…
I want to retrieve the content of a BI report in Json format, Is it possible with Java BO sdk?
If so can any one give me some examples how to retrieve content in Json?
I am using RESTful API /documents/id to retrieve PDF file as described here. But I get the single-page PDF file even if the document is very large, one big page. However if I try to export PDF by business intelligence designer I will get the PDF in…
I use BO 4.2 + SQL Server 2008 for reporting. Design mode for report allows using of data ranking in a query filters including percent ranking. For percent ranking BO calls PERCENT_RANK() function in SQL Server. It appears the error…
So I'm trying to write a Java program using the SAP BO SDK. When I try to create a session, using a predefined class from the SDK, I get a nullPointerException. I copied my code 1 to 1 from an SDK tutorial. Here is my code:
public class Program {
…
We recently upgraded our Business Object XI environment for a new Business Objects 4.1 but we are now experiencing some issues with it
We have an Java web application hosted on a Weblogic server that use the BO SDK to schedule Crystal Report on…
When I execute my Java program in order to create and publish relational connection, I get the error :
com.sap.sl.sdk.authoring.internal.AuthoringException: An error occurred while getting the list of connection drivers {0}. (SLS 16002)
my code as…
I'm trying Business Objects 4.1 RESTful API to schedule Webi Report with prompts (parameters) using an XML payload.
If I schedule (call POST ..//schedules/) a doc. without specify the dpId property and the tag into tag…
I am using version 4.2 of the BO RESTful SDK, upgrading an application from the 3.X Java SDK. In the application, there is a requirement for creating a new folder in the BO environment. In the old Java SDK, this was achievable like this:
IFolder…
We are upgrading from 11g to 12c and I was curious if Business Objects XI R2 will be compatible and if anyone has had any experience/recommendations in doing so.
I am migrating a BI3.X API application to BI4.1. The purpose of the application is to retrieve PDF reports from SAP BOE.
I have referred few documents and was able to make it using Opendoc URL. But I only receive HTML as response in opendoc URL. So…
I'm attempting to create a logon token using the BOE BI Platform RESTful SDK v4.1 (using RESTClient).
A GET request to http://server:6405/biprws/logon/long/ returns:
…
I am writing an app in businessobjects sdk and I need to develop it with like 8 million businessobjects jars brought into the build path.
I need one jar - opencsv - that will not be in the businessobjects platform build path when I run the app, so…