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
1 answer

How to get the raw data from particular document's schedule instance?

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…
Jacek Sierajewski
  • 613
  • 1
  • 11
  • 33
0
votes
1 answer

How to obtain the report data from BO with the use of RESTful Web Services?

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.
Jacek Sierajewski
  • 613
  • 1
  • 11
  • 33
0
votes
1 answer

How to get "Generated By" field in Webi?

In my WebI Report I would like to print the Author or the Last modified User name. How can I obtain it?
Niki
  • 1,161
  • 1
  • 20
  • 37
0
votes
1 answer

Please verify the pertinency of the mappings and retry

Using the BusinessObjects BI 4.1 RESTful SDK, the following error appears when I try to change the universe: 101 The change source operation has failed. Please verify the pertinency of the mappings and…
Sanjay
  • 117
  • 4
  • 13
0
votes
2 answers

How to Get Report Universe Path via BO API? universe path display null

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() +…
蒋心怡
  • 3
  • 3
0
votes
1 answer

Script to list all crystal reports in BusinessObjects

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

Unable to view Information spaces in Explorer

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…
VJAI
  • 111
  • 1
  • 14
0
votes
0 answers

Web archive file with non compiled java code

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…
rakpan
  • 2,773
  • 4
  • 26
  • 36
0
votes
2 answers

identifing a scheduled business object report

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…
0
votes
2 answers

Restricting the number of rows in Report

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…
Adam
  • 2,347
  • 12
  • 55
  • 81
0
votes
1 answer

BusinessObjects - DIsplaying Integers Instead of Decimals in a Chart

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:…
Adam
  • 2,347
  • 12
  • 55
  • 81
0
votes
1 answer

Is it possible to retrieve data using BusinessObjects SDK?

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.
Prasanna
  • 760
  • 2
  • 6
  • 16
0
votes
1 answer

How to modify database configuration properties for a Crystal Report in Business Objects XI 3.1?

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…
user2063351
  • 503
  • 2
  • 13
  • 31
0
votes
1 answer

BusinessObjects .NET SDK - Error when executing SDK code

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…
Greg
  • 3,086
  • 3
  • 26
  • 39
0
votes
3 answers

Business Objects 4.1 OpenDocument edit with Enterprise Login

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…
AHiggins
  • 7,029
  • 6
  • 36
  • 54