|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 zhaojeff 于 2009/6/15 16:24 编辑
在R12的中文环境下,GUI进入某些form如“组织、地址”做某些操作如查询时,会报FRM-92101的错误,报错细节如下图所示(反复重现)。查metalink上关于frm-92101的解决方法,有如下描述。请行家帮助看一看,指点一下所谓LOG文件在那个路径下(application-deployments/formsapp 路径是什么意思?,我在“oracle\vis\”下找不到)。另外,我在英文环境下,相关操作又正常、没有报错,这说明大概不会是oracle所描述的第二个愿原因(FORMS_TIMEOUT and heartbeat)。
A.2.3.4 FRM-92101 Wrong working directory
Cause:
This error can occur if the working directory specified does not exist.
Solution:
- This can be confirmed by looking for a log message like ÒUnable to switch to Working Directory:<workingDirectory>Ó in the application.log file. The application.log file can be found in the application-deployments/formsapp directory of the OC4J instance on which Oracle Forms is deployed.
Edit the forms configuration file with the correct working directory.
- FORMS_TIMEOUT and heartbeat
Cause:
This error can occur if the forms applet parameter 'heartbeat' is set to a value more than FORMS_TIMEOUT.
Solution:
Generally, heartbeat is set to a value higher than that of FORMS_TIMEOUT, only when the application is desired to time-out after a certain time of inactivity. It is then, you would get a FRM -92120.If that is not desired for a particular application, then, make sure that the value of heartbeat is less than that of FORMS_TIMEOUT.
|
|