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:
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape...
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
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
...