

This issue is described in more detail in the following Knowledge Base Article:ġ887358 - Performance of the Rich Internet Applet for Web Intelligence is slower in some versions of BI 4.0 BI 4.x Rich Internet Applet split into multiple (60+) jar files (Prior to BI 4.1 SP03) This was logged internally at SAP using the following #s The RIA contains all the classes it requires so doing this lookup is unnecessary. That reduces the time spent trying to look for classes in the classpath. The following versions include a new parameter Some of the older versions of the Rich Internet Applet (RIA) did unnecessary codebase lookups which could add additional load time as the applet attempted to search needlessly for some classes or resources.
JAVA APPLET VIEWER SIZE PATCH
For General Performance Related Tips and Tricks on Webi, please see this SCN DocĭOC - Tips for Optimizing the Performance of Web Intelligence Documents Ensure you have the latest Support Package or Patch installed codebase_lookup causing unnecessary delays in load time of the applet This wiki page will go into detail on some tips, tricks and known issues that can affect the performance and load time of the RIA designer.

The good news is that with BI 4.1 SP03 and above, the architecture was revert back to a single JAR file that is friendlier to some of the security changes that have been made in the Java Runtime. This architecture change has added some extra work for the JRE in some cases and may occasionally result in slower initial load times. The RIA, previously referred to as the Java Report Panel in XI 3.1, has taken on a new architecture in BI 4.0 and instead of being 1 single jar file (ThinCadenza.jar) it is now deployed as a bunch of jar file. In this article, we will refer to it as the RIA as this was first written for the BI 4.0 version. By the time BI 4.1 came around, the viewer was renamed yet again to the Web Intelligence Applet Interface. This viewer was redesigned from the ground up and was even branded with a new name Rich Internet Applet. One of the major changes was to the Java based designer/viewer found within the BI Launchpad application. Now click the html file.SAP BusinessObject Web Intelligence 4.0 introduces a number of improvements over the older XI 3.1 version.
JAVA APPLET VIEWER SIZE CODE
After that create an html file and place the applet code in html file. To execute the applet by html file, create an applet and compile it.
JAVA APPLET VIEWER SIZE HOW TO
