After upgrading to EBS 12.2, login page loops with credentials blanked out and don't login
Error:
The cause is that AdminSecurityCfg handles input stream not using the traditional Reader on System.in but rather System.Console APIs to handle the user input.
Reason:
The cause is that AdminSecurityCfg handles input stream not using the traditional Reader on System.in but rather System.Console APIs to handle the user input.
Solution:
a) Run the following command:
{ echo APPS/<PASSWORD>; } | java oracle.apps.fnd.security.AdminSecurityCfg -unlock DBC=$FND_SECURE/<sid_name>.dbc -nopromptmsg
b) Restart the services
Post a Comment
Post a Comment