Tag: Hyperion

Notepad++ Silent Install Script

Similarly to the 7-zip silent install script, I also use the following script on my servers during their original build and patching: pushd "\\epmfileserver\share\utilities" npp.6.6.9.Installer.exe /S popd I’m not sure if any of you have ever used pushd and popd, but...

EPM 11.1.2.3.500: Reporting and Analysis Web Application will not deploy

I have a ticket open with oracle about my Reporting and Analysis Web Application not deploying successfully. According to the config tool, everything deployed successfully. But the framework can not be started when trying to connect via the workspace. I get...

EAS trying http instead of https when behind load balancer configured with SSL

I ran into an issue when trying to use the https://myepmsuite/easconsole/easclient.jar URL for the first time since configuring SSL on our load balancer. Java opened and tried to load the EAS client, but it stopped with “Unable to launch the application.”...

Oracle Hyperion Workspace and Interactive Reporting Timeout for Web Plugin Users (11.1.1.x series)

I had a couple users mention that Hyperion was timing out too soon. We primarily use Interactive Reporting, via the Workspace. I modified the following two files, changing the default values of 30 minutes to 120 minutes: ../hyperion/deployments/Tomcat5/SharedServices9/conf/web.xml ../hyperion/deployments/Tomcat5/Workspace/conf/web.xml I edited...

Hyperion / Oracle EPM: Redirect web traffic to Weblogic ports.

I created this simple index.html file to redirect traffic (after 1 second) from my web servers default port of 80 to the Weblogic server hosting my Hyperion applications: <!DOCTYPE html> <html> <head> <meta http-equiv="Refresh" content="1;url=https://hyperion.blahblah.com:19443/workspace" /> </head> <body> <p>You are being...
(adsbygoogle = window.adsbygoogle || []).push({});