Re: Help accessing universe properties
Universes is the root directory. All the universes in BO are stored inside this root, either directly under this root directory or in any other sub directory. Have you tried...
View ArticleRe: Semantic Layer: Interface requested not found : csLIB
Can you check if you can find cs_jni.dll in win23_x86 folderAlso can you confirm if you are using 32 bit java? I have encountered the similar issue when my java program was not able to find the...
View ArticleRe: Help accessing universe properties
We have both unx and unv universes, with most being unv files. Does the sdk not work with unv files? I tried paths to both types of universes. Here is a screenshot from the universe selection dialog...
View ArticleRe: Help accessing universe properties
The Java Semantic Layer SDK only works with UNX universes. There are only two ways I know of to get the connection information on UNVs: 1. Use the BI Platform Java SDK to get the SI_ID value of the...
View ArticleRe: Help accessing universe properties
Thanks Dell. That did the trick. I have attached my code to the end of this comment in case anybody else finds it helpful, since there were several tricks I had to figure out to get it working. I wrote...
View ArticleRe: Semantic Layer: Interface requested not found : csLIB
The cs_jni.dll file is available in the win32_x86 folder. I tried adding the win32_x86 folder to the path environment variable for my development VM (which is running Windows Server 2008 r2) I was not...
View ArticleRe: Remapping a Webi Report using Java SDK in BO4.2 SP2
Thanks Prithvi,This is working for me now.
View ArticleRe: To create links to reports in Inbox ( Infoview) using Java SDK
Prithvi, Thanks for the doc. I used the same sample. But i'm stuck with below step. IFiles myFiles= targetIInfoObject.getFiles(); My Code exits the function in above step ( Exception stacktrace...
View ArticleRe: Semantic Layer: Interface requested not found : csLIB
I just opened a support case on this. The ticket number is 194836/2016. -Dell
View ArticleRe: Embedding WebI and Crystal reports on a web page
I use this to get rid of everything but the main report: http://scn.sap.com/blogs/hamueller/2012/08/16/displaying-webi-report-parts-via-opendocument-in-bi-40
View ArticleRe: Embedding WebI and Crystal reports on a web page
http://scn.sap.com/blogs/hamueller/2012/08/16/displaying-webi-report-parts-via-opendocument-in-bi-40
View ArticlePulling data from sap table
Hi I am new to sap.I want to pull data from sap table .I have wriiten following code JCO.ParameterList input = function.getImportParameterList(); input.setValue(partner.getProject(),...
View ArticleRe: Pulling data from sap table
This space is for the SAP BI Platform Java SDK, so I'm not sure any of us can help you with what you're trying to do. -Dell
View ArticleRe: How to remove Access for already existing SecurityPrincipal
It wouldn't make sense to get a single null IExplicitPrincipal from IExplicitPrincipals. Do you mean that you got zero records? Assuming you used Dell's code exactly, where are you seeing a null?...
View ArticleRe: Embedding WebI and Crystal reports on a web page
You might also consider Webi RESTful APIs if you're running a BI4 release. Best regards,Anthony
View ArticleRe: Help accessing universe properties
Thanks Dell. That did the trick. I have attached my code to the end of this comment in case anybody else finds it helpful, since there were several tricks I had to figure out to get it working. I wrote...
View ArticleRe: Error while loading local business layer
Thanks ! We could make some progress after making the suggested change.
View ArticleRe: IRightsBase.getDescription(locale) Not Working Right
Dell, I realize this thread is over a year old but I just ran into this same issue and I think I have a possible solution/reason for this happening. I have an application that does that same thing...
View Article