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 want to import the packages, for example:
import java.io.PrintWriter;
import java.text.DateFormat;
import java.util.Date;
these packages have already existed so it doesn't pop up any error messages.
When I want to import others packages:
import…
I want to re-trigger all the failed schedules using a java jar file on CMS.
Just for testing I wrote this below program which I suppose would re-trigger a certain schedule, which completed successfully.
Please help me find where did I go wrong since…
I am trying to run a GET request to SAP Business Objects which requires some custom headers. I followed Angular documentation to define the headers using HttpHeaders class but it seems like the custom headers (X-...) are not being recognized.
Here…
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
Summary:
I have an issue with consuming SAP BO RESTful API. Instead of an expected HTTP response, I'm getting a binary output.
Details:
I have two SAP BO servers. One of them works as expected. The other one does not.
When I run "curl" on the…
I need help on how to migrate our java codes with regards to connecting to business objects. It was recently migrated from version 3 to 4.2. We are using java 8 running on WAS 9. I have tried updating the jars based from the forums that I have read…
For our reporting environment, we allow users to run reports "online" (the code for this is based on CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument) or "offline" which is to schedule them on the Business Objects server directly.…
I'm redeveloping a Crystal Reports UI using the Business Intelligence Platform REST API (4.2 SP5), and I'm finding some gaps in the API.
The one I'm stumbling over now is how to add a report to a user's favorites folder. I can find the user's…
I'm looking at code which uses the CrystalEnterpriseLib library.
I've been wanting to look at the SDK for this. However the archive of SAP is ....., well, all the links are dead:
https://archive.sap.com/documents/docs/DOC-27446
And they only want to…
While trying to update a document properties using the restful API I cannot change the ownerid.
This is the result of my get request:
document2018-03-29T10:56:51.939Z
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 correctly grabbing the users but, is not biaring any…
I'm trying to update database configuration of a report using BO 4.2 SDK. Here is what I have tried.
query=Select SI_NAME,SI_ID From CI_INFOOBJECTS Where SI_PROGID = 'CrystalEnterprise.Report'
And SI_NAME=…
I am trying to write a code to change report ownership. I need to retrieve all the child objects of a parent object. How to do it using the java sdk or query?