About Me

Anjum Ara I am a technology enthusiast, an ardent reader. My latest interest is virtualization. In my free time, I love understanding child nutrition, child holistic development. I bake, read, paint, and do whatever it takes to improve myself every day.

Friday, December 5, 2014

EPMA application does not open post SSL configuration

Issue: Unable to open EPMA applications after implementing SSL.
This issue haunted me as I had already applied the suggested patch by Oracle yet I was not able to resolve the issue.



Solution:


Solution 1: In epm.conf change the entries to port 80. Only OHS off-loading was done but the ports were changed during logical web  configuration from 80 to 443.

 

Solution 2:  Apply Shared Service .501 (18672071) patch on all the servers. 
I was not able to apply on the EPMA server . In  case patch does not let you apply it then update only the binaries by using below command


opatch apply  -no_sysmod <patchnumber>


Specifies that OPatch need not update the files in the system, only the inventory. It also does not execute the pre and post scripts. 


Share:

Provider canot be found. It may not be properly installed




Issue: Error while creating HFM application
Error stack: HYPHFMhfmADOConnection.cpp . Provider cannot be found. It may not be properly installed.



Cause: Oracle clients did not get installed properly even though it showed green status on install

Solution:
Register oraOLEDDB11.dll
Regsvr32 <ORACLE_CLIENTS_HOME>\BIN\oraOLEDDB11.dll



Regsvr32 E:\Oracle\Middleware\db32\product\ora_32\BIN\oraOLEDDB11.dll
 

Share: