zhangxinba 发表于 2017-5-24 06:47:55

EBS FRD(Forms Runtime Diagnostics) Log的收集方法

  什么是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
  http://hostname.domain:port/OA_HTML/frmservlet?record=collect
  


  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
  ===EOF===
页: [1]
查看完整版本: EBS FRD(Forms Runtime Diagnostics) Log的收集方法