My Oracle Support Banner

After Changing The Password Of The User, First Login To EBS Application Is Successful. Error Messages "Login failed. Please verify your login information or contact the system administrator" Generated For Subsequent Login Attempts. (Doc ID 3049990.1)

Last updated on OCTOBER 03, 2024

Applies to:

Oracle Application Object Library - Version 12.2 to 12.2 [Release 12.2]
Information in this document applies to any platform.

Symptoms

The issue can be reproduced at will with the following steps:

1. Changed password of the EBS User.

2. Login into the EBS Application with user and it is working fine.

SQL> select fnd_web_sec.validate_login('Username','Password') from dual;
FND_WEB_SEC.VALIDATE_LOGIN('TMP01226','WELCOME12@')
--------------------------------------------------------------------------------
Y

3. When trying to login with same user in subsequent attempts, it is not working.

SQL> select fnd_web_sec.validate_login(Username','Password') from dual;
FND_WEB_SEC.VALIDATE_LOGIN('TMP01226','WELCOME12@')
--------------------------------------------------------------------------------
N

4. Error Messages "Login failed. Please verify your login information or contact the system administrator" Generated For Subsequent Login Attempts.

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.