Re: After update of universe (UNX) webi SDK still reference old tables
Hi Kedar, Yes, by opening the report and saving it again issue disappears, but this workaround implies having to open and save manually all webi reports involved in a change of database structure...
View ArticleRe: After update of universe (UNX) webi SDK still reference old tables
Could you please go through the below block: Changing Dataproviders for a Webi Report using RESTful Web Services You can modify that code for all reports to re point the dataprovider. Thanks,Kedar
View ArticleRe: Delete Enterprise alias
Hi all! Can anybody help me. I'm newbie with SDK.I want to create JSP where i can assign aliases without enter into CMC.can anybody help?for example.i have 2 user: User1 (AD aliase)User2 (SAP aliase)i...
View ArticleRe: Delete Enterprise alias
Per The SCN Rules of Engagement please post this as a new discussion. -Dell
View ArticleRead data from Universe (UNX) using Java SDK
Experts, We are asked to build a prototype to hook up HTML5/CSS/JS front-end page and read data from database. What are the possible option available using SDK? Option 1: Is it possible to access...
View ArticleRe: Read data from Universe (UNX) using Java SDK
You can use Semantic Layer java SDKs for unx universes.Go through the documentation to check if it helps your purpose. Guides available at http://help.sap.com, navigate To Analytics--> SAP...
View ArticleDeveloping with Java in Webi 4.2 for adding new functionality.
Hello dear SAP Community, the purpose of this post is to ask you if the new Webi Update 4.2 gives the possibility to developinside of Webi using Java and to add new functionalities which will run...
View ArticleRe: BO SDK code for Universe
Hi Expert My requirement is to create Universe file Which reads the metadata i.e from access db using java sdk sap bo 4.1 and display the list of folders where i can place universe file.Please help me...
View ArticleRe: Logon to CMS BO 4 from Java Web App
That's correct.I'm currently working to migrate it from JBoss 7/Java 1.7 to JBoss 8/Wildfly/Java 1.8
View ArticleRe: Logon to CMS BO 4 from Java Web App
In regard to the "old jar files". Do I have to use the jar files from the BO installation for the jars that appear not to be BO related?Like the following...
View ArticleRe: Logon to CMS BO 4 from Java Web App
Yes. The SDK jar files use functionality from those. -Dell
View ArticleRe: Logon to CMS BO 4 from Java Web App
Sorry, let me rephrase my question.I realize that they are dependencies, but do I have to use the ones from the BO installation or may I use the corresponding jars that already exist in our Maven repo?...
View ArticleRe: .dfx and .blx file are not creating on BO server
Hi i am facing problem when creating new connection with sql server i trying using already existing connection file i.e. .cnx file where i can find the .cnx file in SAP BO server. i uable to find the...
View ArticleRe: Create lcmbiar from java sdk - few questions
Hi Prithviraj, I asked about LCMBIAR file. The documentation you attached concerns the BIAR file.
View ArticleRe: Create lcmbiar from java sdk - few questions
Unfortunately, you cannot create an lcmbiar file using the sdks. If you are looking to use the sdks, you would need to export the contents to a biar file and then import the contents from the biar...
View ArticleRe: Logon to CMS BO 4 from Java Web App
Can you let us know when do you encounter this error. Any specific method call?Seeing the errors I assume a conflict between the crypyographic jars from BO probably with JBoss. Can you set the class...
View ArticleRe: Cluster name with server
Which BO version are you using? You can use the methods available in the IEnterpriseSession interface of BusinessObjects Enterprise SDKs. getClusterNamejava.lang.String getClusterName()Name of the...
View ArticleRe: Cluster name with server
Link to the BI 4.1 SP6 API guide is belowhttp://help.sap.com/businessobject/product_guides/sbo41/en/sbo41sp6_bipjava_apiRef_en.zip
View ArticleRe: .dfx and .blx file are not creating on BO server
Hi, Rahim, You're not looking for the actual physical connection file in the file repository, you need to supply the path as you see it in the CMS. CmsResourceService.loadConnection(...
View ArticleRe: Logon to CMS BO 4 from Java Web App
Hi Prithvi, After changing the class loading preferences,I'm still receiving the same exception except that it no longer has the following phrase in it:"Toolkit not encapsulated by a jar" It occurs...
View Article