Home > Back-end >  OBIEE Charts do not show because of adobe flash player
OBIEE Charts do not show because of adobe flash player

Time:09-16

OBIEE uses flash player to render charts. After discontinuing support of adobe flash player, obiee charts do not display. Is there any way to render obiee charts without adobe flash player.

CodePudding user response:

By default, OBIEE uses flash for showing charts. So, you need to change charts type from flash to HTML5 in instanceconfig.xml.

The following is the workaround

Step 1: Browse the following location

$INSTANCE_HOME/config/OracleBIPresentationServicesComponent/coreapplication_obips1/

Step 2: Open the 'instanceconfig.xml' file and add the following lines under the tag

<Charts>
<DefaultWebImageType>html5</DefaultWebImageType>
</Charts>

Step 3: Re-start the OBIEE Services

CodePudding user response:

OBIEE doesn't use flash anymore since many years because it's dead technology. You didn't upgrade and now get penalized. Any version that still uses flash is out of date and unsupported.

  • Related