Skip to Main Content

MSAD authentication problems in HFM Application server 11.2.4

irvmicMar 22 2021

I have installed a distributed solution on 11.2.4
Most issues along the way has been solved.
On all servers I have the same cacerts in the jdk_181\jre\lib\security folder which has the certificates needed to authenticate against the MSAD servers using SSL. (I actually have exact same cacert file on all the servers as I have copied it between them.)

It works just fine on everything except for HFM. On the HFM application servers (Only running the hfm server application. No web components or such) I get the error message
[EPMCSS] [ERROR] [EPMCSS-07047] [oracle.EPMCSS.CSS] [tid: 18] [ecid: 6f65d020-f226-4e46-a8f4-5bfef1db4478-00000002,0:3] [SRC_CLASS: com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool] [SRC_METHOD: init] UNKNOWN operation failed. Error executing query. RootCause : xx.xx.xx.xx:636. Verify user directory configuration.
[EPMCSS] [ERROR] [EPMCSS-05860] [oracle.EPMCSS.CSS] [tid: 18] [ecid: 6f65d020-f226-4e46-a8f4-5bfef1db4478-00000002,0:3] [SRC_CLASS: com.hyperion.css.spi.impl.msad.JNDIHelper] [SRC_METHOD: getURLContext] UNKNOWN operation failed. Error connecting to url. RootCause : EPMCSS-07047: UNKNOWN operation failed. Error executing query. RootCause : xx.xx.xx.xx:636. Verify user directory configuration.. Verify MSAD user directory configuration.

Do I need to add the certificates on another place for MSAD authentication to work on HFM application server?

Comments