After an E-Business Suite 12.2 upgrade, user login fails with the following error:
Error
URL validation failed. The error could have been caused through the use of the browser's navigation buttons ( the browser Back button or refresh, for example). If the error persists, Please contact system administrator.
Fix:
Disable maintenance mode for the system to work as intended.
To resolve the issue, test the following steps in a development instance and migrate accordingly:
1. Check if maintenance mode is enabled via th following sql:
select fnd_profile.value('APPS_MAINTENANCE_MODE') from dual;
2. If the status of the above select does not return 'NORMAL', then maintenance mode is enabled. In this case disable it via the following sql:
sqlplus <APPS_Schema name>/<APPS Password>@adsetmmd.sql | DISABLE
Ref: (Doc ID 1592363.1)
Error
URL validation failed. The error could have been caused through the use of the browser's navigation buttons ( the browser Back button or refresh, for example). If the error persists, Please contact system administrator.
Fix:
Disable maintenance mode for the system to work as intended.
To resolve the issue, test the following steps in a development instance and migrate accordingly:
1. Check if maintenance mode is enabled via th following sql:
select fnd_profile.value('APPS_MAINTENANCE_MODE') from dual;
2. If the status of the above select does not return 'NORMAL', then maintenance mode is enabled. In this case disable it via the following sql:
sqlplus <APPS_Schema name>/<APPS Password>@adsetmmd.sql | DISABLE
Ref: (Doc ID 1592363.1)
No comments:
Post a Comment