Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Java API Security Class - authenticateuser method calling remotely EPMCSS 00301 error

user12295206May 4 2024 — edited May 19 2024

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

Comments

Hiroshi Tonegawa May 31 2024

追加情報です。

リスナーからエラーメッセージでておりました。ただどうしたら良いのかわかりません。

そのlog(TNSLSNR.log)を添付しました。ここから原因、また対処法など解析できませんでしょうか?

大変困っております。よろしくお願いいたします。

TNSLSNR_496.log

1 - 1

Post Details

Added on May 4 2024
2 comments
317 views