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

Business Objects Java

I need help extracting all the file names within a folder in Business Objects. With the code I have now I can get the name of a single file within a folder. I want to get all the file names in that folder. The variable temp is where I enter the name…
user3046739
  • 103
  • 1
  • 15
0
votes
1 answer

Set the default parameter value for the report by code

all my crystal report are publish on my business object server. all of them are connected to Business Views Object. all of these Business Views use the same dynamic Data Connection. This make that my report have this Dynamic Data Connection…
0
votes
1 answer

Data Access in BusinessObjects through Active Directory Groups

I have different Active Directory groups and one BO universe. Different active directory groups should have different restricted access on data in the universe. How can I implement that? (unfortunately I did not found corresponding tutorial or…
Adam
  • 2,347
  • 12
  • 55
  • 81
0
votes
1 answer

Converting CrystalEnterprise.FavoritesFolder to CrystalEnterprise.Folder using SAP BO SDK

Hi I m trying to copy a CrystalEnterprise.FavoritesFolder to a backup folder but I am not able to create a backup as it is throwing me and error as follows: Desktop plugin object CrystalEnterprise.FavoritesFolder is not creatable. Does anyone have…
0
votes
2 answers

Eclipse with SAP Design Studio SDK - "Missing required bundle"

I'm trying to develop an plugin for SAP Design Studio using the SDK (which uses eclipse...) and set it up like the documentation says. When I try to run the plugin via eclipse, I get the following error: !ENTRY org.eclipse.osgi 2 0 2013-10-23…
user1619275
  • 355
  • 1
  • 6
  • 14
0
votes
1 answer

How to find a list of all User Security principals (users/user groups) for each folder in SAP BusinessObjects 3.1

In BO 3.1 CMC, if you right click a folder then "User Security" you get a list of users and user groups with an associated access level. What is the simplest way to automate the extraction of these to a flat file? They are simply to many to manually…
André C. Andersen
  • 8,955
  • 3
  • 53
  • 79
0
votes
1 answer

Business Objects XI link to report

Does anyone know how if there is a way to link to a Folder or Report contained in Business Objects Enterprise? I would like to add a link on my intranet web site to a Report.
PaulN
  • 130
  • 1
  • 5
0
votes
1 answer

Is SAp Bo Universe similar to SSRS DAta Source views

I just wondering whether the Business object universe is a concept similar to SSRS DAta source view? Can anybody compare the difference /similarity between these 2 tools?
0
votes
1 answer

Business Objects Ent.report metadata connection strings

Is there a way to get from Business Objects Enterprise XI R2 Report Names and their connections information? I heard that there is a way to query metadata, but not even sure where and how to begin. Google does not return any particular information…
Yuri
  • 2,820
  • 4
  • 28
  • 40
0
votes
1 answer

Within BOE XI, using the Java SDK, when scheduling a report, is there a way to store some string attributes onto the actual instance?

Within BOE 4, using the Java SDK, when scheduling a report, is there a way to store some string attributes onto the actual instance?
Vince
  • 1
  • 1
0
votes
1 answer

Where does the InfoStore service run from?

I'm new to development for the Business Objects 4.0 SDK. I've figured out how to connect to the server. Through various examples on the web, I've also learned I need to use the InfoStore service to fill in the InfoStore object and get to the meat…
Rakuen42
  • 1,407
  • 15
  • 16
0
votes
2 answers

SSIS & Business Objects SDK Error: File Repository Server Input is Down

Has anyone accomplished pushing files to a BOE server using SSIS? I am trying to develop a SQL Server 2008 SSIS package that will push report (Excel) files to our Business Objects Enterprise (BO XI 3.1) server. Via a Script Task, I am using the …
Brisba
  • 1
  • 1
0
votes
1 answer

Modify Crystal Enterprise User Access via query

I'm looking for a way to modify the groups a Crystal Enterprise User is in via query in order to automate some of our tasks. We currently have anywhere from 5-20 users a day that get added or have their security access change and it would be…
0
votes
1 answer

Last refresh time stamp of a BOXI report

what is the infostore method to retreive the Last Refresh Time of a report in Business objects XI R3
0
votes
4 answers

Migrating BO Reports between environments

We have the standard 3 environment setup of development, testing and production. Each environment has their own report server, web server, database server, etc. Part of our migration is to move our business objects (xi r2) reports between the…