Re: Document classes & objects?
Thanks for the info, I'll look in to that Semantic Layer SDK. We're on 4.1, FYI. Also - are the RESTful APIs and Java APIs basically the same functionally, just a matter of preference, or are they...
View ArticleRe: Document classes & objects?
The RESTful APIs won't give you information about what fields/SQL is attached to the dimensions and measures. The Semantic Layer SDK will. -Dell
View ArticleRe: Document classes & objects?
Got it, good to know, thanks for your help! And if anybody already has something like this written, I'd love to have/purchase it! Seems like a simple request - pull all universes, classes, objects,...
View ArticleRe: Document classes & objects?
I'm working on something like this in my "copious spare-time", but it's nowhere near ready for prime-time. -Dell
View ArticleRe: Java SDK code to get details of Data provider with Excel as data source...
Hi Prithvi, Thanks for your response. I am able to get dataprovider details if the data source of data provider is Universe.Now i need a Java sdk code to get dataprovider information/sql queries if...
View ArticleRe: Semantic Layer Java SDK in local machine without BO Client
Hi Prithvi, No client is installed in local machine. I tried deploying the war file in a server where both server and client is installed but it gives me the same exception. Please help. Thanks,Preethi
View ArticleRe: Java SDK code to get details of Data provider with Excel as data source...
Hi Preethi, I do not have an environment to test and let you know how the results would look like. You can try the below Rest calls and check if you get the desired details. 1. To retrieve the data...
View ArticleRe: Java SDK code to get details of Data provider with Excel as data source...
Hi Prithvi, Thanks. Let me check with these rest calls. Thanks and Regards,Preethi
View ArticleRe: Needed jar files for Java SDK web development
You have to refer to the jars given in the below documenthttp://help.sap.com/businessobject/product_guides/sbo41/en/sbo41_bip_java_dg_en.zip Those two jars are not in the list of required jars for BI...
View ArticleRe: Needed jar files for Java SDK web development
Thank you Prithvi! I was only able to find the 40 and 42 documents.This will help greatly. I'll go through and clean up and then retest. Hopefully this will help with an issueI'm seeing trying to use...
View ArticleRe: Needed jar files for Java SDK web development
You need to copy the crystalreportsviewers component which you will get from the installation of CRS in your web applications.In the web.xml file you would need to map the viewer components....
View ArticleRe: Needed jar files for Java SDK web development
I've made the changes to my web.xml and the jar files. I have to have the JSF settings in myweb.xml because we use JSF in the web app. The Crystal Viewer when it opens is still blank.I currently have...
View ArticleRe: To create links to reports in Inbox ( Infoview) using Java SDK
Thanks Prithviraj. I would need an extended functionality where i should be able to download the report file in my inbox. Right now, in my Infoview's My Inbox, i have bunch of shortcuts and when i...
View ArticleRe: Needed jar files for Java SDK web development
You can refer to the sample available atJava RAS2008-managed viewreport Seems the sample is replaced with another one as the sample has code to suppress header, so you can remove the below lines from...
View ArticleRe: To create links to reports in Inbox ( Infoview) using Java SDK
Are the shortcuts excel/pdf files? Thanks,Prithvi
View ArticleRe: Needed jar files for Java SDK web development
We are actually using JSF. Do you possibly have an example for using JSF and 2013? I'm actually upgrading our web application from 2008 to 2013.The viewer works as expected with 2008 but with 2013 it's...
View ArticleRe: Needed jar files for Java SDK web development
I changed my html page to the following but still no luck. Still just displays ablank browser page. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets"...
View ArticleRe: Semantic Layer Java SDK in local machine without BO Client
Hi Prithvi, Anything else i need to add while creating a war file? Please let me know how to deploy this war file? Thanks and Regards,Preethi
View ArticleRe: Semantic Layer Java SDK in local machine without BO Client
I can only think of setting java options for app server to specify the connection server directory path. -Dbusinessobjects.connectivity.directory="<bip-install-dir>\SAP BusinessObjects Enterprise...
View ArticleRe: Needed jar files for Java SDK web development
I have never worked with jsf so would not be able to help on the coding details. If you see any errors in the application logs that might help giving more detail. Moreover, can you verify in web.xml...
View Article