Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
267 views

BusinessObjects XI COM Support

I have an application that uses the Crystal Report COM SDK to create and manipulate reports against a Crystal Enterprise 10 repository. I would like to upgrade from Crystal Enterprise 10 to ...
2
votes
1answer
322 views

Create an rpt file without crystal report designer

Is it possible to create a crytal report file without using the designer in visual studio? I mean create it programmatically in C# code. I didn't find any helpful tutorial to do that.
2
votes
0answers
199 views

Use the BusinessObjects repository as a datasource for a Crystal Report

I would like to use the information contained in BusinessObjects repository as a datasource for a Crystal Reports. Unfortunately, this information isn't persisted in a simple table structure--most of ...
1
vote
0answers
33 views

Mix JAX-RS and Java Servlets

I need to write an 'interface' between an electronic-medical-record system (EMR) and BusinessObjects Enterprise (BOE); essentially selecting a hyperlink in the EMR's environment will start a session ...
0
votes
1answer
162 views

How does one pass null values to optional parameters in a Business Objects report using the Business Objects SDK?

I am building a web front end for accessing Business Objects reports using the Business Objects SDK for .NET. I have been able to hack my way through 95% of the business requirements with the sparse ...
0
votes
1answer
101 views

How do I check if an EnterpriseSession token exists in BusinessObjects SDK

I am implementing a web GUI for BusinessObjects via the BO SDK (.NET) and need a way to persist and share an authentication token amongst several users. A specific business requirement is that only a ...
0
votes
1answer
184 views

Exporting Webi Report in Excel (Business Objects /java)

I have to export the Webi report in the excel format and show it to the user .Environment present is BOXI R3 . //reportQuery : "Select * from CI_INFOOBJECTS where SI_NAME ='xxxx' and si_kind ='Webi' ...
0
votes
1answer
64 views

.REP and/or .WID Runtime Engine - Business Objects?

Is there any kind of runtime engine for Business Objects .REP and/or .WID files? I have been searching, but I have not found anything. NOTE: I am not referring to .RPT and/or Crystal Reports For ...
0
votes
2answers
66 views

I need cesession.jar file?

Business Objects Enterprise : Need of cesession.jar file I need a cesession.jar file. I searched many sites but am unable to get it from any website.So can u please provide the link which contains ...
0
votes
1answer
376 views

getting the folder of a business objects webi report

I have a report on webi server. I need a code snippet to show the folder where the report is located.
0
votes
1answer
301 views

Retrieving queries from webI reports in Business Objects

Is it possible to retrieve the SQL queries from a report in business objects using the SDK. Any tutorials or code would be useful. regards, nithen
0
votes
1answer
89 views

Business Objects History

Is it possible to add an instance name to the history of Business Objects? I want to see the following columns: Time, Instance Name, Run by, Parameters, Format, Status, Reschedule, Selected
0
votes
1answer
175 views

BiarEnginer.jar/Command Line Import Documentation/Usage

Anyone know where the documentation is for the properites file? I am trying the following exportQuery: select * form ci_infoobjects where si_kind like 'FavoritesFolder' and si_name like 't%' It is ...
0
votes
2answers
2k views

Business Objects Enterprise reporting using SDK client gives exception

We have a client that is using the SDK for invoking reports on the Business Objects Embedded Report Server. We can login, but when calling the openDocument method, something goes wrong. code: ...
0
votes
1answer
62 views

Crystal Server Enterprise 11

Is there a way to construct a URL that when the user is redirected to, displays the report. I am running Crystal Enterperise server 11. I have created a folder in which the report exists. I can want ...
0
votes
1answer
182 views

XIR3 API Rebean Webi Object SQL return

All, Has anyone figured out how to return the sql for an object that is in Webi using the rebean api? I have got the ReportExpression of the column but, from there I am having a difficult time ...
0
votes
1answer
1k views

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.
0
votes
1answer
311 views

Usings SAFEARRAYs with VB.Net

I'm using the BusinessObjects SDK to interact with objects in its repository. The File Class has methods for sending/receiving (CopyTo and Overwrite) binary data to/from the File Repository Server ...
0
votes
4answers
966 views

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 ...