Followers

Monday, November 4, 2019

What if IE not supports Oracle EPM products

For example, we will take one scenario.

Internet explorer 11 is not supported with Hyperion 11.1.2.3 (Yes, it will support 11.1.2.3.500, 700+ etc with enterprise mode). That case if you open FDM web URL, you will get web application open in below format which is not accessible correctly.

Solution is simple, just go add this URL in IE 11 compatibility settings. Then you will FDM page, will looks good now.

Another scenario:
Internet explorer may not work with Hyperion 11.1.2.3.500 URLs, you can make them working by downloading IE version.

Open IE 11, then Click on F12, then go to Emulation, then select IE version 9 in the drop down settings. Now you URL will get loading page and workspace open.



Otherwise you can uninstall IE version 11, automatically IE previous version come up. So, you can go IE 9 in the same way. So that IE version will support for Hyperion 11.1.2.3.500 version.



Otherwise, you can install supported firefox version and add Remote XUL Manager to the browser. You can access Hyperion URLs without any issues in this scenario also. Firefox, you can find in support matrix.



Thanks,
Madhusudhan

HFM Extended Analytics setup 11.1.2.4


Hyperion UPK setup


Wednesday, September 4, 2019

FDM to FDMEE Migration White Paper

FDM to FDMEE Migration White Paper
FDM to FDMEE Migration White Paper
FDM to FDMEE Migration White Paper
FDM to FDMEE Migration White Paper


https://knowepmbi.files.wordpress.com/2015/11/fdmtofdmee_migration.pdf

22659123 - FDM CLASSIC TO FDMEE MIGRATION UTILITY V 1.1 (Patch)


Thanks,
Madhusudhan

Sunday, August 18, 2019

Oracle Hyperion Issue: Port number in WebLogicCluster parameter specified in httpd.conf is not an integer less than 65535

Recently we faced one issue, which is related to weblogic cluster details on httpd.conf (mod_wl_ohs)

While doing regular maintenance activities, we have restarted all services over weekend. We have environment of 5 servers, but one of the server services not working in workspace, even services are up and running in particular. We have reporting and analysis, FR in that server, we got startup document error, no Explore button in workspace.



If we click okay, startup document error popup page. Next Internal error popup.




When i click Show details, i found below error msg.

<HTML><HEAD><TITLE>Weblogic Bridge Message</TITLE></HEAD> <BODY><H2>Failure of server APACHE bridge:</H2><P><hr><PRE>Port number in WebLogicCluster parameter specified in httpd.conf is not an integer less than 65535, or servers are not specified correctly. Cannot continue.</PRE><P>
<hr> </BODY></HTML>

Before proceeding with any changes here, please take proper backup and proceed..!!


Check out below files in Foundation server (if OHS configured along with Foundation), Otherwise in OHS server.



Solution:

When i verified httpd.conf file and mod_wl_ohs file, in mod_wl_ohs file, whatever services we have in this reporting server, that is not correct. How it got updated in that file we don't know.

Replaced that hostname with correct hostname and restarted services.

Now issues resolved..!!

Thanks,
Mady

Monday, July 15, 2019

Essbase BSO and ASO Cube and Backup Scripts

BSO Cube =
exec_maxl "alter database ${APP}.${DB} archive to file '${BACKUP_PATH}/${APP}_${DB}.arc';" "1056023";

ASO Cube =
exec_maxl "export database ${APP}.${DB} level0 data to data_file '${BACKUP_PATH}/${APP}_${DB}.txt';" "1013270";

Do not forget the artifacts:
/usr/bin/zip-q -D ${BACKUP_PATH}/${APP}_${DB}_${TIME_STAMP}.zip  ${ARBORPATH}/app/${APP}/${DB}/* -x *.pag *.ind *.tct *.inn *.pan *.otn *.app *.dmf *.dbb *.db *.esm *.apb *.dat *.org *.dbd  *.jar  *.xml *.keep