Re: Few questions on BI4.0 JAVA SDK
The SDK itself is not exposed through the web services, although if it's on BO 4.x it might use the RESTful web services which don't require a separate runtime/development installation. The regular...
View ArticleJava SDK protocol
Hi, We are preparing to setup our environment to accept a application that will utilize Business Objects. We have been told that the application will use both the Java SDK and Web Services. In our...
View ArticleProblems Getting Security Information
SDK: BI 4.0 SP6 - I have both the server and the client tools apps installed on my laptop. I'm working on an application that pulls folder security information (among many other things!) and exports...
View ArticleRe: Java SDK protocol
1. The communication from the regular Java SDK will go directly to the CMS, not through Tomcat. The Java Web Services SDK communication will go through the web server. 2. I don't think so. I think...
View ArticleRe: Merge Excel
HI Prithvi, Its regarding Webi reports only. For example: there are two webi reports with 2 tabs each. I want a single excel which contains tabs from both excel. Is it possible using SDK, does BO...
View ArticleHow to set a webi report's caching format?
Hello Community, I have come to a hurdle that I can not conquer on my own and for as much as I have tried can not find samples or documents on how to accomplish this. I am writing code to schedule webi...
View ArticleRe: Problems Getting Security Information
Hi, Have you tried IEffectivePrincipals? e.g. si2.getEffectivePrincipals() This will give you a list of users and groups with effective rights on the object (e.g. inherited + explicit)....
View ArticleRe: Problems Getting Security Information
My understanding is that getEffectivePrincipals gets the principals that have inherited access to the object and that getExplicitPrincipals gets the principals that have been explicitly assigned...
View ArticleRe: Java SDK protocol
There are two ways to connect to business objects using sdk, one is java based or .NET sdk and another one is Webservices SDK. Webservices SDK will always use SAOP. Regarding Java SDK, there are two...
View ArticleRe: Java SDK protocol
There is a third way to connect if you're on BI 4.x - the RESTful web services. They can be used with any programming language that can build HTTP requests and consume HTTP responses. The responses...
View ArticleExtract data from univers using JAVA SDK
Hi experts, I have a Univers that provide the list of Open sales orders from SAP BW. Our client need is to be alerted by mail whenever a sales orders is beeing open for more than 30 days ... First...
View ArticleRe: Extract data from univers using JAVA SDK
I would create a Webi report based on the universe and use that to determine whether there are orders that have been open more than 30 days. A universe does not contain data. It is a set of metadata...
View ArticleRe: Extract data from univers using JAVA SDK
Thnk you a lot Dell, Is there any standard solution In BO to send Email when a Value in web intelligence meet a condition? If no, can we read a web intelligence data using BO JAVA SDK? Thank's...
View ArticleRe: Extract data from univers using JAVA SDK
Some of this depends on which version of BO you're running. In 3.1 and below, you might be able to do something using a Publication. With 4.0 and above, there is some new alerting functionality that...
View ArticleRe: Extract data from univers using JAVA SDK
Hi Dell, Actually I am on BO 4.1 SP01... I will lean about Web Intelligence alert functionnality ... Thank's a lot.Abdess,
View ArticleExporting the crystal report to a pdf without the browser(Stand alone java...
Hi, We have a project where we want to run a crystal report which is present inside the business objects and export this to a pdf without any user action. In other terms without any browser getting...
View Articlecrjava-runtime_12.2.217.zip Is Corrupted
I downloaded this file from http://scn.sap.com/docs/DOC-29757, but when I opened it with WinZip, but the messgae "central directory not found; Zip file corrupt". I wonder if there is another valid...
View ArticleRe: Migrating to BI 4 - DocumentInstance.getPrompts() throws Exception
Hi Marc, You can use the below code to create a web-i Service in 4.0 ReportEngine reportEngine = (ReportEngine)session.getService("", "WebiReportEngine");infoStore =...
View ArticleRe: Migrating to BI 4 - DocumentInstance.getPrompts() throws Exception
Hi Cimbu, In BI 4 some code doesn't work correctly if you will use ReportEngine to open document. For example, if you need to pass date parameters to the report. SAP still support ReportEngine in BI 4...
View ArticleRe: Migrating to BI 4 - DocumentInstance.getPrompts() throws Exception
Cimbu, In particular, the ReportEngine functionality is completely removed in BI 4.0 SP06 and on. It can no longer be used. Thanks, Mark
View Article