Re: How to update or delete a context using Semantic Layer Java SDK 4.1
Hi Vipul, You can retrieve the universe locally and then using LocalResourceService load method load the DataFoundation layer. Then you can manipulate the list of context as shown below. Below is the...
View ArticleRe: How to update or delete a context using Semantic Layer Java SDK 4.1
Hey Mithila, Thanks, it helps me a lot. Vipul
View ArticleRe: BI4.1 SP3.2 sdk-can't get the data provider of a webi report based on excel
Hi Saints, This is a bug in BO 4.1 and will be fixed in further releases, same has been documented in the below note: 2081200 - While fetching the Dataproviders list or details of a Webi Document built...
View ArticleRe: Web Intelligence Java Report panel Issue in BOXI R3.1
We have the same issue over here. Any suggestions ?
View ArticleRe: Web Intelligence Java Report panel Issue in BOXI R3.1
Hi Praveen, The issue you are facing might be because you are not passing the correct Applet version in your application. It should be same as the applet version at AnalyticalReporting/WEB-INF/web.xml....
View ArticleRe: How to update or delete a context using Semantic Layer Java SDK 4.1
Hi guys, The contexts are removed. Now when I am adding new contexts and when trying to save it, it is giving me following exception java.lang.IndexOutOfBoundsException: Index: 141, Size: 140 at...
View ArticleIssue with forwarding HttpRequest for openDocument wrapper
I have an issue with a servlet that I am trying to port for BO 4.1 from BO 3.1. It may be because I do not fully understand the file structure under tomcat7 in the new BO. We are integrating BO with...
View ArticleRe: Enable Data Source Credentials for Business Objects Universes
AOLAP report have 7 level hierarchy's,In the report output if the hierarchy is fully expanded for ' you do not get the proper Key for the characteristics in existing report and if expanded one by one...
View ArticleRe: Issue with forwarding HttpRequest for openDocument wrapper
Figured it out myself. Use response.sendRedirect() rather than a requestDispatcher....
View ArticleIRightsBase.getDescription(locale) Not Working Right
System: BI 4.1 SP4 I'm working on a program that pulls security information out of the CMS database. When I get the rights that are in Access Levels using ICustomRole and IRoleRights, I get the right...
View ArticleCrystal Reports Viewer 2013 Error Handling
Hi all, I am building a JSP web application to display a report by using the Crystal Report Viewer API. Whenever an error occurs, it is displayed in a popup window together with the full stack trace as...
View ArticleRe: Crystal Reports Viewer 2013 Error Handling
Hi Clive, You would need to disable the crystal_exception_info parameter in your web.xml file. Below is the information. crystal_exception_infoAllows you to display exception information. If you do not...
View ArticleRe: Crystal Reports Viewer 2013 Error Handling
Hi Prithvi, Thanks for your prompt reply. I tried to add both parameters i.e. crystal_exception_info and crystal_exception_log_file in the web.xml file of my application, however none of them worked...
View ArticleRe: Crystal Reports Viewer 2013 Error Handling
Hi Clive, If you want to handle the exception of your own you have to implement the try-catch block & define your own custom error handling.The base class of all the Viewers Exception is...
View ArticleRe: Crystal Reports Viewer 2013 Error Handling
Hi Prithvi, An update to the previous post: I have modified the web.xml file as you suggested by adding the two parameters: <context-param>...
View ArticleRe: Crystal Reports Viewer 2013 Error Handling
Hi Shailendra, Thanks for your reply. I also replied to Prithvi above. In addition, the exception is only thrown when the asynchronous requests are disabled: <context-param>...
View ArticleRe: Error:The secLdap plugin failed to connect to the specified hosts.
Hi Prithvi,I tried with the suggestion you provided , but it still didnot work.Please see if my approach is corrrect or not? String certPath="C:\\Users\\Workspace\\MyHome\\B1AUTH.cer";String...
View ArticleCommon Events
After log in to the CMC, in the option auditing I seen few events which are categorized as Platform Events, Common Events, Analysis events, Life Cycle management events. So my doubt is what are these...
View ArticleRe: Common Events
Hi Vijay, The information you are looking for can be found in Business Objects Administrator's Guide found at the below...
View ArticleRe: BI4 SDK - required jars for ReportEngine api
Anirunt,I have the same issue... I went over developer guide for Report Engine SDK and it is clearly indicating that ReportEngines SKD is available. Unfortunately I am not able to resolve the same...
View Article