Error: The system has not been taken off maintenance mode completely solution
the
After patching, restart EBS Server, and report Error when logging in with IE
The system has not been taken off maintenance mode completely. Please contact your System Administrator. www.2cto.com
the
From the error point of view, it seems that the Maintenance mode is not closed, and then use adadmin to close the Maintenance mode, but after disabling the Maintenance mode, the same error is still reported.
the
The following SQL also shows that the server is not in Maintenance mode now:
select fnd_profile.value('APPS_MAINTENANCE_MODE') from dual;
Output:NORMAL www.2cto.com
(‘MAINT’ means Maintenance mode is on, ‘NORMAL’ means Maintenance mode is off)
Restart the server again, refresh IE, the same error still occurs.
the
The final solution: close IE, and then open EBS, the error disappears, it may be the problem of IE cache.
the
the
Author pan_tian
Error: The system has not been taken off maintenance mode completely solution
This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/error-the-system-has-not-been-taken-off-maintenance-mode-completely-solution/