Re: Where is BusinessObjects Enterprise Java SDK jars located(BO XI3.1)?
Please post this as a new discussion. The one you've posted in is old and is for a different version of BO than what you're using. -Dell
View ArticleRe: Where is BusinessObjects Enterprise Java SDK jars located(BO XI3.1)?
Dear All, I need to extract queries that i run on query builder to excel file. I find that i have to write jave code, and i used SAP BO 2. I searched for SDK of SAP BO 2, but i don't find. Could you...
View ArticleRe: Webi SQL Query using Java SDK 4.1
Hi Mitesh, The packages mentioned seems to be related to semantic layer, however are internal and not exposed as a public api. You would not found a document related to these as it is used internally...
View ArticleRe: Webi SQL Query using Java SDK 4.1
To be more specific, you MUST use the RESTful Web Services SDK to do this as the ReportEngine SDK has been deprecated. The cool think about the RESTful SDK is that you don't need to install any...
View ArticleRe: Webi SQL Query using Java SDK 4.1
Hi Mitesh, As you informed you are on BI 4.1, so instead of using Report Engine SDK you can use RESTful API to retrieve SQL of webi reports. Also RESTful is language agnostic so you can write your own...
View ArticleWebi SQL Query using Java SDK 4.1
Hi Team, I want to retrieve webi SQL using Java SDK. I was searching and found the below mentioned code snippet: IDocumentInstance doc = dimService.openDocument(context, infoObject.getID()) This uses...
View Articlersa.cryptoj.f.tK - wrong name?
This is how I compile my program "C:\Program Files\Java\jdk1.7.0_45\bin\javac" -cp .;cryptojFIPS.jar LogonToken.java This works just fine. Then I try to run the program like this:...
View ArticleRe: Error: Unable to find servers in CMS - Deploying in Sun Solaris Machine
Please ask this in a new discussion thread instead of tagging on the end of a thread that is almost 8 years old. Thanks! -Dell
View ArticleRe: Error: Unable to find servers in CMS - Deploying in Sun Solaris Machine
HiI have the same Error in SAP Crystal Server 2016, my Web application Server is Tomcat 8.0,we deploy
View ArticleRe: Session conflict b/w BILaunchpad & Opendoc
Hi Marven, So here you are trying to view report from application and from BI Launchpad at a time. Correct? but if you view the report only from application or only from BI Launchpad then it works...
View ArticleSession conflict b/w BILaunchpad & Opendoc
Hi, We have a intranet Java application which calls Crystal reports from BO4.1SP6 (Jboss6.4 as Webapp server) using a JSP which has Opendoc URL. We have created a JSP which creates a logon token and...
View ArticleRe: NullPointerConnection when trying to getService(RAS)
It didn't work in WEB-INF , I think it's because the code that interacts with BO librairies is in a Bean (EJB module) Do you know whats can I do for that ? EDIT : I'll try this solution that someone...
View ArticleRe: NullPointerConnection when trying to getService(RAS)
hmm...so the issue is the cryptojFIPS.jar of Businness Object 4.1 clashes with the cryptoj.jar of weblogic own library. Could you do below: The resolution for web application will be to give preference...
View ArticleRe: NullPointerConnection when trying to getService(RAS)
Hi, little update on the situation. Found out that the application is packaged with the new lib but there was another place to set them in Weblogic Classpath (weird old app that I now support). I have...
View ArticleRe: NullPointerConnection when trying to getService(RAS)
Unfortunatly I can't test on tomcat, I don't have an environnement setup with it and Tomcat doesn't accept EAR. Where I can check the class order in Weblogic ?
View ArticleRe: IDT SDK - Tables information not set.
Sounds like a nasty one - great that you found the solution. Thanks for sharing!
View ArticleRe: NullPointerConnection when trying to getService(RAS)
Hi Elliot, Is the same application with new updated jar files works with tomcat? if yes, then is class loader order of WebLogic has correct? so it would pick up BI jars first? Thanks,Kedar
View ArticleNullPointerConnection when trying to getService(RAS)
Hi, We are upgrading from BO Xi r2 to BO 4.1 (crystal Report 2016). we are using the following code to creat a pdf to send to the user email. This is working Fine under BO XI R2 but this line is null...
View ArticleRe: Start / Stop of recurring instance via Java SDK
Hi Dell, thank you for your reply. Thats basically the way I figured out to use more than just SI_SCHEDULE_STATUS to change the state. Will look into that again, maybe I find the solution. Thanks...
View Article