I am using the Security Class Java API to remotely login to Oracle EPM (On premis). I have successfully logged into the 11.2 system, but when I try and use it to login into the 11.1.2 system I get the EPMCSS 00301 error. AUthenticatio failed. I have tried the actual admin userid and that also fails. Is there a setting that exists in Oracle EPM that disables remote logins.. I have tested the userids by login in directly to Hyperion.
I have the following error
07-May-2024 23:25:31.565 SEVERE [http-nio-8080-exec-1] oracle.epm.fm.domainobject.security.Security.authenticateUser An unexpected error has occurred. Message: EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.
EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials.
at com.hyperion.css.spi.impl.msad.MSADProvider.authenticate(MSADProvider.java:610)
at com.hyperion.css.facade.impl.CSSAbstractAuthenticator.authenticateUser(CSSAbstractAuthenticator.java:645)
at com.hyperion.css.facade.impl.CSSAPIAuthenticationImpl.authenticate(CSSAPIAuthenticationImpl.java:69)
at com.hyperion.css.facade.impl.CSSAPIImpl.authenticate(CSSAPIImpl.java:102)
at com.hyperion.css.facade.CSSAPIFacade.authenticate(CSSAPIFacade.java:119)
at oracle.epm.fm.domainobject.security.Security.authenticateUser(Security.java:144)
There also the following Nested Exception:
Nested Exception:
javax.naming.AuthenticationException: \[LDAP: error code 49 - 80090308: LdapErr: DSID-0C09044E, comment: AcceptSecurityContext error, data 52e, v2580 \]
Does anyone know what the cause of this issue is, any help much appreciated.
Update:
I have been able to login directly to Hyperion using the user and password which fail when calling ia the Java API. I have changed the MS SQL jdbc driver, but I think that is OK as an instance of the Security class gets created.
I get the standard messaging when it runs through the Security class
INFO: WRITE - SETFILECONTENT: Component - SHARED_SERVICES_PRODUCT, File Name- CSSConfig
Oracle.EPMAUDITCLIENT
INFO: Audit Client has been created for this product HUB-11.1.2.0
Have also tried using the CSSUserIF and get the same message when trying to login
com.hyperion.css.facade.impl.CSSAbstractAuthenticator authenticateUser
Failed to authenticate user. Invalid credentials. Enter valid credentials