马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
什么是EBS FRD? Forms Runtime Diagnostics,用于记录Form级别日志,例如,Form Build_In的调用,Form Error(FRM-xxx),Message,Exception
怎样收集FRD日志
1.以系统管理员登陆 Append the user value of ICX: Forms Launcher with the Forms parameters for FRD i.e '?record=collect' In Servlet mode
http://hostname.domain:port/forms/frmservlet?record=collect
In Socket mode
2.Logout and Re-Login 登陆页面的link能够看到"?record=collect" 登陆后应该能看到下边的提示,说明FRD已经enabled 3.Reproduce the issue
4.查找FRD在服务器的路径
$ENVIRONMENT$.FORMS_TRACE_DIR(11i为forms60_trace_path) eg./u01/R122_EBS/inst/apps/mz3st220_rws3220388/logs/ora/10.1.2/forms
5.collect_<pid> where <pid> is the process identifier
eg.Forms Process ID : 17089 Reference Note: 438652.1 |