|
|
发表于 2011/3/1 12:58:53
|
显示全部楼层
回复 bearsnow 的帖子
Cannot Complete Applications Logon, You May Have Entered an Invalid Applications Password, or There May Have Been a Database Connect Error. APP-FND-01931: Your Session is no Longer Valid " [ID 549979.1] |
| | | 修改时间 26-MAR-2009 类型 PROBLEM 状态 REVIEWED | | In this Document
[size=-1] Symptoms
Cause
Solution
Applies to: Oracle Applications Technology Stack - Version: 11.5.10
This problem can occur on any platform.
SymptomsThis is an intermittent forms issue, affects eBusiness suite 11i or R12 with database on multi nodes.
Login as System Administrator then trying to launch any forms, the following error message is shown :
"Cannot complete applications logon, you may have entered an invalid applications password, or there may have been a database connect error".
Then clicking on OK button, the new error appears :
"APP-FND-01931: Your session is no longer valid or your logon information could not be reestablished from your session."
CauseThe DB nodes were not synchronized, they have a different timezone ( or time ).SolutionTo implement the solution, please execute the following steps :
1. Check the timezone for the two Database nodes :
Make sure they have the same timezone setting . The DBTIMEZONE SQL function returns the value of the database time zone:
SQL> select DBTIMEZONE from dual;
If not, synchronize them using informations from Note 340512.1 Timestamps & time zones - Frequently Asked Questions
2. Check the time given by "database server" for the two Database nodes . This can be obtained by sql
SQL> select to_char(sysdate,'dd/mm/yyyy hh24:mi:ss') from dual;
If needed, synchronize them at OS level
3. Retest the issue.
|
|