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 program object schedule

package com.ghc.bo.extract; //import com.crystaldecisions.sdk.plugin.desktop.program.IProgramBase; import com.crystaldecisions.sdk.framework.IEnterpriseSession; import com.crystaldecisions.sdk.occa.infostore.IInfoStore; import…
0
votes
1 answer

BusinessObjects SDK best practice in regards to deployment - custom audit database

I'm looking to write an app that extracts info from the CMS. This will get just all the users and user groups, and it will get all the reports and their paths. I can worry about getting more later. Maybe I can deploy it once and it will update…
uh_big_mike_boi
  • 3,350
  • 4
  • 33
  • 64
0
votes
1 answer

Will my Java SDK app work in BusinessObjects XIr2?

I got a sample application from the SAP site which uses the SDK that comes with BusinessObjects. I modified it to move reports from one folder to another folder. It used to delete reports. It uses the getSessionManager() method and it uses the…
uh_big_mike_boi
  • 3,350
  • 4
  • 33
  • 64
0
votes
1 answer

How to export CSV from Business Object report?

I understand that from Business Objects client I have an option to export to "CSV (data only)", but my understanding is that, such an export will not care about the report but just dump the raw universe data. Isn't there any single way to be able to…
user2123288
  • 1,103
  • 1
  • 13
  • 22
0
votes
1 answer

BusinessObjects 4.1 Upgrade Migration Content

I have a client needing to move from XI R2 to 4.1. I need to pick and choose basically 5 thousand reports, and change what folder they will be in. I will have to actually move the report from one folder to another. Then the content migration will…
uh_big_mike_boi
  • 3,350
  • 4
  • 33
  • 64
0
votes
1 answer

Disable the logo, refresh and export icon in CrystalReports BI 4.1

I am trying to disable the logo, refresh and export icon in CrystalReports. To achieve this, I tried with the following options In BOE.ear/BOE.war/WEB-INF/eclipse/plugins/webpath.CrystalReports/web/WEB-INF/web.xml added below entries…
0
votes
1 answer

SAP BI RESTful services don't work with basic authentication

I'm trying to call the SAP BI/BO RESTful webservices using basic authentication. I enabled basic authentication in the WACS and tested with this service: http://host:6405/infostore/16422 This works! I can get the report metadata as either XML or…
0
votes
1 answer

Can BusinessObject's IEnterpriseSession be cached like a db connection?

I inherited some legacy Business Objects code that needs some TLC. The code is a Servlet. A new IEnterpriseSession is created for every new request into the Servlet. My initial concern is that creating a new IEnterpriseSession for every request…
Jose Martinez
  • 11,452
  • 7
  • 53
  • 68
0
votes
2 answers

BOBJ. RESTful Web Service API. Get list of Data Providers returns "404" message

I use RESTful Web Service API (BOBJ 4.1) to retrieve the information about the reports in the repository. When I try to derive the list of data providers, it works file for most of the reports. However, for some of the reports I get back the…
IgorShch
  • 149
  • 1
  • 4
  • 21
0
votes
2 answers

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: //LOGON IEnterpriseSession session =…
0
votes
1 answer

BOBJ. RESTful Web Service API. Change Data Source of Data Provider

I'm trying to change a data source of a data provider using the following RESTful API functionality. Changing the Data Objects of a Data Provider (old link) I get the proposed mappings and then post a request to change the data source. I get back a…
IgorShch
  • 149
  • 1
  • 4
  • 21
0
votes
1 answer

Is there possible get the prompts list from BO file via using NET BO SDK?

Is there possible get the prompts list from BO file via using BO NET SDK? for example, I launch a application, then load a rep file, after that, the application tell me, in this rep file, there are 3 prompts First one is:???? type is:??? 2nd one…
user1994358
  • 79
  • 2
  • 12
0
votes
1 answer

How (in RESTFUL web services) in BO to obtain the timestamp of a schedule for which I get the details?

Please find below the extract from documentation showing the syntax of XML returned by the Web Services call. What is missing for me, is the timestamp. I wonder if you guys encountered this and have any idea how to obtain this (timestamp)…
Jacek Sierajewski
  • 613
  • 1
  • 11
  • 33
0
votes
1 answer

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 to know what the URL should be. I am running the…
0
votes
1 answer

BO 4.0 issue : SDK Version 1400 does not support Crystal Enterprise version 1261

Hi While using running sample java code for displaying list of reports in BO universe i am getting following error message : Connecting... com.crystaldecisions.sdk.exception.SDKException$UnsupportedEnterpriseVersion: SDK Version 1400 does not…
user3134221
  • 73
  • 2
  • 9