Users cannot login after cloning in ebs 12.2.5
I ran into an issue in recent cloning from source to target environment. The cloning ran successfully, no errors. However, none of the user can login including 'sysadmin' user.
http://<server>:<port>/OA_HTML/AppsLocalLogin.jsp
The error message is "Login failed. Please verify your login information or contact the system administrator."
The password is correct for sysadmin account. So I updated XML file so I can login through the forms to verify the password.
<appserverid_authentication oa_var="s_appserverid_authentication">SECURE</appserverid_authentication>
TO
<appserverid_authentication oa_var="s_appserverid_authentication">OFF</appserverid_authentication>
Run autoconfig, login through forms servlet url: