Followers

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


Monday, July 1, 2019

Financial Reporting Migration Tool : FR Reports migration from HFM to FCCS

Kscope19 updates on Hyperion On-Premise:

The Financial Reporting Migration Tool (FRMT) is a utility that accelerates the migration and conversion of financial reports built in Oracle Hyperion Financial Management (HFM) into financial reports that are compatible with Oracle Financial Consolidation and Close Cloud (Oracle EPM Cloud).


The Financial Reporting Migration Tool (FRMT) is a utility that accelerates the migration and conversion of financial reports built in Oracle Hyperion Financial Management (HFM) into financial reports that are compatible with Oracle Financial Consolidation and Close Cloud (Oracle EPM Cloud).  This utility reduces the time and effort needed for report conversion by automating many of the manual tasks associated with the process.


The main features of the Financial Reporting Migration Tool include:


Maps dimension and member names to the new Financial Consolidation and Close model


Preserves the report formatting and layouts

Converts reports in bulk

Provides ready to use reports for Financial Consolidation and Close

The download includes the utility, full documentation, and examples.

Developers and implementer can extend and enhance the utility by editing the provide Python script to match specific use cases.











Reference links:

https://cloudmarketplace.oracle.com/marketplace/en_US/listing/50393071

https://kscope19.odtug.com/e/in/eid=32&s=2851&print=1&req=info


Thanks,
Mady