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 am now able to get the data from a document usign RESTful Web Services SDK
as per
How to obtain the report data from BO with the use of RESTful Web Services?
and what I need is to
get the data not from the current version of the document but from…
I would appreciate the sample code (URL String) that returns the data.
So far I am able to get the information about the report but I am not able to get the data.
Using the BusinessObjects BI 4.1 RESTful SDK, the following error appears when I try to change the universe:
101The change source operation has failed. Please verify the pertinency of the mappings and…
I wanna get report universe via api, steps as described below
Open report document
DataProvider dp = dps.getItem(i); //get report data providers
DataSource ds = dp.getDataSource(); //get data source
universe.setFilePath(ds.getDomainName() +…
I've been tasked to generate a list of all crystal reports that we have on SAP BusinessObjects Enterprise XI 3.1, our organization has more than 2 thousands crystal reports and going through each report manually is not ideal. In SSRS the above can…
Hi we've created an explorer. It runs fine but however it goes missing from the information space list very often and upon re-indexing, it used to re-appear back. However today even after re-indexing n number of times, it doesn't show up.
I've…
I have .war file which has a directory structure as below:
Root
|_META-INF
|_THEME (CSS files)
|_WEB-INF
|_LIB
|_SRC (java source code)
As you can see above, there is NO classes folder. I searched throughout the root…
I am doing a java application that has to download only scheduled reports from a Business Object Server. For scheduling the reports I am using Info View the following way
1) Clic on the report
2) Action --> Schedule
3) Set Recurrence, Format and…
I have a BusinessObjects report, and in Business Layer in "Query options" I have set the property to show me the data set up to 1000 rows.
However, when I run the query I get around 150000 rows with around 1000 pages.
Obviously, the property I…
I have a column chart with 2 measures on y-axis.
The values display numbers in decimal format.
My question is - how can I configure the chart, so it displays the numbers in integer format?
(I am using WebIntelligence, BusinessObjects 4.0)
Edit 1:…
Is it possible to retrieve data using BusinessObjects SDK? I have an application where I use BO opendocument service to get the charts generated. Is it possible to get the chart data using B SDK? Please advise.
When you upload a report to Business Objects XI 3.1, you can modify the default properties for a report using the Database Configuration option in the Central Management Console. In this option you can choose to use the data source info that was…
I'm trying to create a .NET 3.5 Console Application that uses the Business Objects XI3.1 .NET SDK. I've pulled in all libraries needed to compile the application.
I'm compiling in Visual Studio 2012, on Windows 2008 64-bit.
When I call into get a…
This question comes from a complete Java newbie, so please don't hesitate to point out obvious or simple things in your answers!
I am working on a migration from Business Objects' 3.1 to 4.1. Part of that migration involves moving existing reports…