How to run JAVA sdk
Hi Team, I am currently using BI 4.1. and I am new to java sdk. I managed to create a simple java sdk program to run it in platform to fetch the data, but I endup with error in platform. Step: 1) I...
View Articleconstructor exception (Error: WSE 99999) error while creating web session
Hi all, I am working on business objects with Java web sdk on XI R3 version. When I am trying to create a web session with code like URL objURLSession =new...
View ArticleHow to get the connection names associated with an UNX universe
Hi, I tried the below query to get the connections names associated with an universe (unx format). But it didn't fetched any rows for me. SELECT si_nameFROM ci_appobjects WHERE...
View ArticleWhere is BusinessObjects Enterprise Java SDK jars located(BO XI3.1)?
We need to import Business Objects Enterprise Java SDK's jar files. However, there is no document or forum post that have the directory for version BOXI3.1. By searching for the cecore.jar file, we...
View ArticleError: Unable to find servers in CMS - Deploying in Sun Solaris Machine
Hi Experts, My team is developing a crystal report java application that access CR Report in the CR server X1.The report retrieval works fine in windows dev environment (using Tomcat or Oracle App...
View Article[BOXI 40] - ReportEngineType.WI_REPORT_ENGINE error
Hi All, I'm using this simple class below to open a WebIntelligence Documet : package Burst; import com.businessobjects.rebean.wi.DocumentInstance;import...
View Article[BO XI 4.1, JAVA] Migration from BO 3.1 to BO 4.1
Hi all, I work on an application Java which connects to BO 3.1 and posts all the webis of the reference table, extracts the requests, the universes and the objects of a report Webi I want to migrate to...
View ArticleProblem with a jar file rebean.wi when updating 3.1 to 4.1
I'm updating our java application using the SDK and I met an issue with the jar rebean.wi.jar. In our jar from 3.1, we have the class com.businessobjects.rebean.wi.occa.WebiReportEngineFactory But in...
View ArticleHow to set Default DateTime values in Crystal Reports 2008
Hi All, I'm using Crystal Reports 2008. I have two fields FromDate and ToDate in reports. While running report, FromDate field should be displayed with CurrentDate + 00:00:00 in the UI and for ToDate...
View ArticleCrystal Reports - Jsp integration in NetBeans 8.1
I have developed my dynamic web application with MVC (Java and Jsp) using NetBeans 8.1 I have also designed two reports using Crystal Reports 2008. Now I want to integrate the reports into my...
View ArticleGetting...
Hi, Environment: SAP BI 4.1 SP06 Patch 4 We are using Java SDK to refresh a webi report, set prompts and save the report as PDF.The code executes well in Eclipse and gives the desired output.But while...
View ArticleScheduling Webi report in CSV using SDK (Java)
Can some one pass on references on how to schedule webi reports in CSV format using Java SDK. We have used getWebiFormatOptions() method to retrieve format options and set the format type for PDF, XLS,...
View ArticleHow to export Crystal Report using BOXI 4 Web Services
Hi Forum,We have a custom Java web app, from where the user can launch BOXI reports. Behind the scenes, a servlet does the following:a. connect with BOXI serverb. Pass on the values chosen by the...
View Articlehow to use IXMLFormat format in IReport?
Hi, I'm a newbie using SAP. Can someone share a sample code about how to use IReportFormatOptions.CeReportFormat.XML and IXMLFormat in IReport? I really appreciated. Thanks!! Something like the...
View ArticleUpload/Import a Webi document to the CMS
Hello, I'm looking for some help programatically uploading a .wid file to the repository. The developer guide shows how to copy an existing report to another folder in the CMS. However, how do you...
View ArticleError : java.lang.ClassNotFoundException: com.sap.tracelog.Scope$Scoper
Hi, I am getting the following error when using Java SDK (BO R4) : SEVERE: Servlet.service() for servlet [common.logon] in context with path [/Test] threw exception [Servlet execution threw an...
View ArticleDo I need "Report Creation API" keycode to make pdf in web page?
Hi, I purchased Crystal Report 2013 and I have keycode. I want to make pdf in web page through crystal report file(*.rpt). Do I need another key code? When I try to make pdf in web, next log message...
View ArticleMigrating to BI 4 - DocumentInstance.getPrompts() throws Exception
We are currently migrating to BI 4. The following lines of code: IWebi document = (IWebi) report; ReportEngines reportEngines = null; ReportEngine reportEngine = null;...
View ArticleRequired Jar Files
HI, In which jar file, I can get the following classes. 1. com.crystaldecisions.sdk.occa.report.application.ReportClientDocument2. com.crystaldecisions.report.web.viewer.CrystalReportViewer Thanks...
View ArticleLogging off / invalidating an OpenDocument session
We're running into a problem with the use of OpenDocument. Specifically, after a user is done using a WebI we'd like to logoff and invalidate their session. The logical thing to do would be to...
View Article