Questions tagged [business-objects-sdk]

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.

Documentation:

112 questions
0
votes
0 answers

how can I get only modified reports by restful api?

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
CompEng
  • 7,161
  • 16
  • 68
  • 122
0
votes
0 answers

commit instance changes using SAP BOBJ .NET SDK

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…
MrB
  • 101
  • 1
  • 9
0
votes
1 answer

How can I get table_name , report_name and universe_name from SDK?

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 =…
CompEng
  • 7,161
  • 16
  • 68
  • 122
0
votes
1 answer

Can we get report content in Json format using java BO sdk?

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?
svsLm
  • 127
  • 1
  • 4
  • 12
0
votes
1 answer

Export document to PDF file with separated pages

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…
Serg046
  • 1,043
  • 1
  • 13
  • 42
0
votes
1 answer

'PERCENT_RANK' is not a recognized built-in function name in Business Objects 4.2

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…
0
votes
1 answer

Can someone explain the details of this nullPointerException error to me?

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 { …
0
votes
1 answer

Business Objects JAVA SDK ISessionMgr.logon hangs

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…
0
votes
1 answer

Create/Publish Connection SDK : Error (SLS 16002)

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…
0
votes
1 answer

Business Objects 4.1 - RESTFul Scheduling Webi doc with prompts (XML avoid DPID and ID)

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…
0
votes
1 answer

How can I add a folder with Business Objects RESTful Web Services SDK?

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…
Michael Vessia
  • 594
  • 6
  • 15
0
votes
1 answer

Can I use Business Objects XI R2 with an Oracle 12c datasource?

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.
user3096487
  • 349
  • 1
  • 2
  • 14
0
votes
1 answer

Business Objects Login failed while using SDK

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…
Raja
  • 627
  • 1
  • 9
  • 24
0
votes
1 answer

Create logon token using BI Platform RESTful SDK

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:
craig
  • 25,664
  • 27
  • 119
  • 205
0
votes
1 answer

package jar only some third party jars in eclipse

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…
uh_big_mike_boi
  • 3,350
  • 4
  • 33
  • 64