>  기사  >  데이터 베이스  >  Error:The system has not been taken off maintenance mode com

Error:The system has not been taken off maintenance mode com

WBOY
WBOY원래의
2016-06-07 17:18:341183검색

打patch之后,重启EBS Server,使用IE登陆时,报ErrorThe system has not been taken off maintenance mode completely. Please c

打patch之后,重启EBS Server,使用IE登陆时,,报Error

The system has not been taken off maintenance mode completely. Please contact your System Administrator.



从错误上看,貌似是Maintainance模式没有关闭,然后就使用adadmin关闭Maintenance模式,但是disable Maintenance模式之后,还是报同样的错。

下边的SQL也表明,现在服务器不是处于Maintenance模式:
select fnd_profile.value('APPS_MAINTENANCE_MODE') from dual;

Output:NORMAL

('MAINT'表示Maintainance模式开启,'NORMAL'表示Maintainance模式关闭)

再次重启服务器,刷新IE,同样的错仍出现。

最后解决方法:关闭IE,再打开EBS,错误就不见了,可能是IE缓存的问题。

linux

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.