Re: BO 4.1 Universe Metadata extraction using Java SL SDK
Hello Kavitha, i have the same problem as you. I can't find method to extract BusinessObject (filters,dimensions,measures). Can you help me with any methods? Thank you
View Articlesdk - java - list universes used in webi AND deski report (new thread)
Hi I have recently opened a discussion to list all universes used by a Webi or Deski reports (Re: sdk - java - list universes used in webi AND deski report). Reply was redirecting to...
View ArticleRe: BO 4.1 Universe Metadata extraction using Java SL SDK
Hi Smail, Refer below coding,you can get all information for Dimension,Measure Etc. FolderService folderService = new FolderService(); // The below list has all subfolders .List<Folder>...
View ArticleRe: sdk - java - list universes used in webi AND deski report (new thread)
If your reports are based on multiple universes, you can go for the approach of iterating through the reports first and find all the associated universes with the reports. Something like below....
View ArticleExtracting Hierachy from BO 4.1 unx using java sdk
Hi, This is rakesh from india. I am working on BO 4.1 java sdk for extracting the universe details.I am using java sdk to read dimensions, measures, filter and prompts object.but i dont know how to...
View ArticleHow to schedule WebI report with Event dependencies using Java SDK?
I'm trying to schedule a WebI report and below is the code I'm using. What I'm unable to figure out is how to make this schedule Event based. That is, I want the schedule to run when EVENT1 is...
View ArticleRe: How to schedule WebI report with Event dependencies using Java SDK?
Great that you posted the answer. You can mark the thread as Assumed Answered so that it would be visible as a solved problem to scn users and can help them better. Thanks,Prithvi
View ArticleRe: SL java sdk 4.0 vs. 4.1
Hi, On the SAP BI 4.0 branch, the last Support Package where new features have been added in the Semantic Layer Java SDK is the Support Package 5, with the ability to read/create/edit data foundation...
View ArticleRe: How to run JAVA sdk
Hi Prithiv, I went through the blog that you shared. Even I tried to save the file with your sample program. I used Netbeans to compile the file to get the jar file and even I specified the things...
View ArticleRe: How to run JAVA sdk
Have you specified the correct class name under the Class to run: parameter under Program Parameters. For Example:If your java class name is XYZ.class which is then created as a jar and published to...
View ArticleUnicode characters in report viewer
I am trying to display special characters (such as à, ã, é, í, ó, ú) in a report in the Crystal Reports Viewer. When I was using the XI API, all characters were displayed correctly. However, recently,...
View ArticleList of public folder reports
Hi Team, Do we have any automated way where we can get list of public folder reports including sub folder reports.. Regards,Shiva
View ArticleRe: List of public folder reports
Hi Shiva, Refer to the below blog. It will give you list of all crystal/webi reports along with their folder location....
View ArticleRe: List of public folder reports
Thanks for the info prithvi is there any way we get list of reports only present in public folders from the post you had mentioned i think we would get all the reports.If you have query which gives...
View ArticleRe: List of public folder reports
Hi Shiva, You can use audit reports, at cmc u need to enable audit for folder level. Vizit
View ArticleRe: List of public folder reports
True Yadav if we try with audit it's time consuming taking hours to get the data. Regards,Shiva
View ArticleRe: List of public folder reports
You can use the attached code. save the file as .jsp extension and run it as an web application.You would need to edit the file and provide your login credentials. Also test the file on a development...
View ArticleUser Groups assigned for Public folders
Hi All, I am trying to build a report where-in the user groups assigned to each folder would be displayed.I know we can use relationship query and view the access levels in CMC. But I have around 65000...
View ArticleRe: How to run JAVA sdk
Hi Prithvi, Thank you the program show the status as Success. but while I am checking the output file i am getting an error. Exception in thread "main" java.lang.UnsupportedClassVersionError:...
View ArticleIs Crystal Enterprise Java SDK code compatible with Crystal Server 2013?
Hi there, Can anyone tell me if the Crystal Enterprise Java SDK code compatible with Crystal Server 2013? With the following details :
View Article