Re: Passing key from Application to BO
Hi Prithvi,We have configured the same steps for Server but not for the Client. I am little confused by the term client. When you say client are you referring to Web app(Tomcat) or the users machine?...
View ArticleRe: Passing key from Application to BO
Please let me know if there is more info required.
View ArticleRe: Passing key from Application to BO
The client would the web application server machine where your java application would be deployed.If your java application is deployed on an application server running on a machine other than the BO...
View Articlesample java SDK code using semantic layer
Hello, I try to connect CMS and retreive all informations about .dtx et .blx for all universes. Is there any code Java example to inspire me I find this...
View ArticleRe: We have facing some issue while installing Crystal Reports Server into...
You should ask this question here: http://scn.sap.com/community/bi-platform. Crystal Server is a subset of the full BO platform. Please include the version of Crystal Server that you're trying to...
View ArticleRe: Passing key from Application to BO
Prithvi: Thanks for sharing the info. We are totally new to this and implementing it for the first time. Please kindly bear with my ignorance. I am little confused by the term Web and App here. To my...
View ArticleRe: Passing key from Application to BO
Prithivi, the version we use is BI 4.1 How to implement this to work, do you have step by step process document you can share? What needs to be done on BO side and the custom (COTS)Java application...
View ArticleRe: sample java SDK code using semantic layer
Refer to the section 'Developing with the BI Semantic Layer Java SDK Samples' from the link you shared. BI Semantic Layer Java SDK Developer Guide Samples are available in the install directory. You...
View ArticleRe: Passing key from Application to BO
I havent referred web and app as different entities. As you have a java application(COTS), I was taking about web application server(For example, tomcat/weblogic etc) where you would deploy your java...
View ArticleRe: Passing key from Application to BO
Thanks Got it now. Sorry about the confusion regarding (InfoView), I meant BI LaunchPad. We are using BI 4.1 version. Users login via LDAP by entering their credentials. The current environment we are...
View ArticleRe: Passing key from Application to BO
Once Trusted authentication is enabled from CMC and TrustedPrincipal.conf file downloaded under <INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\win32_x86, nothing has to be done on the BO...
View ArticleRe: Passing key from Application to BO
Prithivi,Thanks again.. What are the Jar files i will need to share with my app team. Do i have to provide them a copy of those files or send the path for it? I got little lost on your earlier post as...
View ArticleRe: Passing key from Application to BO
You can find the list of jars from the below document. It is the developers guide for BusinessObjects SDKs. http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41_bip_java_dg_en.zip Refer to...
View ArticleRe: BO 4.1 Universe Metadata extraction using Java SL SDK
Hello all,For me eclipse dont reconize ...local.load( ... Do you know why? Thank you
View ArticleBI Java STK Tutorial 1 Error
Hi, I am new to the Java development. I copied BI Java STK Tutorial 1. When I run the program, I received following error message:com.sap.ip.bi.sdk.exception.BIRuntimeException: System error: null...
View ArticleRe: BI Java STK Tutorial 1 Error
Hi expert, Do anyone know any tools for testing the connection parameter? Regards,Ivan
View ArticleRe: BO 4.1 Universe Metadata extraction using Java SL SDK
Hi Ashwini, Please start a new thread for your problem. It seems to me that you want to retrieve the detailed level information(i.e. Classes/Objects/Filters from the Data Foundation Layer). The thing...
View ArticleNeed to disable a list of users in BOXI 3.1 and BI 4.1 using java SDK
HI, I need some help in creating script for disabling set users who havent logged in 3 months. Following is the environment details: BOXI 3.1 SP7 FP1Windows 2008 R2Tomcat 6 BI 4.1 SP4 patch 1Redhat...
View ArticleRe: sample java SDK code using semantic layer
HelloThank you. When i try to use: RelationalBusinessLayer businessLayer = (RelationalBusinessLayer) service.load("C:\\Users\\...\\eFashion.blx"); i have this exception: Specified RDBMS is invalid : MS...
View ArticleRe: Need to disable a list of users in BOXI 3.1 and BI 4.1 using java SDK
Once you have a query and you are sure to disable the set of users you can use below logic ======================= IUser user = (IUser) userObject;...
View Article