How to Collect Bne Log Files for GL Integrators
In this Document
Goal |
Solution |
APPLIES TO:
Oracle General Ledger - Version 11.0 and later
Information in this document applies to any platform.
GOAL
How to Collect Bne Log Files for GL Integrators
SOLUTION
For R12 application version:
You may use one of the methods below and upload the log file for review
Method : 1 - Using BneAdminServlet
+. Login into E-business Suite as System Administrator
+. Once the Home Page is up, paste the URL below into the same Browser window:
http://hostname.domain:portnumber/OA_HTML/BneAdminServlet (replace hostname, domain, port as applicable )
+. Click the "clear-cache" link.
+. Note down the path of log file pointed by attribute: Log File Name
+. For the attribute "log-set-level" (Current JVM only) , click on Trace
+. Run through reproducible case
+. Upload the log file pointed by attribute: Log File Name in the BneAdminServlet
Method : 2 - Using Profile options
+. Clear the BNE Cache.
To clear BNE cache, go to http://hostname.domain:portnumber/OA_HTML/BneAdminServlet (replace hostname, domain, port as applicable , click the "clear-cache" link
+. Set the following System Profile Options to enable Debug:
BNE Server Log Filename : BneLogger.log (make sure it doesn't exist and if it does, delete it)
BNE Server Log Level : TRACE
BNE Server Log Path : free to choose, eg. in the IAS_TOP/Apache/Jserv/logs (use the full path)
+. Restart the Apache Server for changes to take effect.
Got to $INST_TOP/admin/scripts/..
Execute adapcctl.sh stop
Execute adapcctl.sh start
+. Follow the Steps to reproduce the problem.
+. Afterwards, set the BNE Server Log Level to INFORMATION to avoid excessive growth of the log file.
+. Upload the log file defined by profile BNE Server Log Filename for review
For 11i application version
You may use one of the methods below and upload the log file for review
A. Using Profile options
+. Clear the BNE Cache
To clear BNE cache login into E-business Suite as System Administrator and once the Home Page is up, paste the URL below into the same Browser
http://hostname.domain:portnumber/oa_servlets/oracle.apps.bne.framework.BneAdminServlet (replace hostname,domain and portnumber as applicable)
--> click the "clear-cache" link.
+. Set the following System Profile Options to enable Debug:
BNE Server Log Filename : BneLogger.log (make sure it does not exist and if it does, delete it)
BNE Server Log Level : TRACE
BNE Server Log Path : free to choose, eg. in the IAS_TOP/Apache/Jserv/logs (use the full path)
Note: In versions lower than 11i.BNE.D, you may need to enable debug by setting following profiles instead of the above : "BNE Debug Log Filename","BNE Debug Log Level" and "BNE Debug Log Path"
+. Restart the Apache Server for changes to take effect
Got to $COMMON_TOP/admin/scripts/..
Execute adapcctl.sh stop
Execute adapcctl.sh start
+. Follow the Steps to reproduce the problem.
+. Afterwards, set the BNE Server Log Level to INFORMATION to avoid excessive growth of the log file.
+. Upload the log file defined by profile BNE Server Log Filename for review
B. Using BneAdminServlet
+. Login into E-business Suite as System Administrator
+. Once the Home Page is up, paste the URL below into the same Browser window :
http://hostname.domain:portnumber/oa_servlets/oracle.apps.bne.framework.BneAdminServlet (replace hostname,domain and portnumber as applicable)
+. Click the "clear-cache" link.
+. Note down the path of log file pointed by attribute: Log File Name
+. For the attribute "log-set-level" (Current JVM only) , click on Trace
+. Run through reproducible case
+. Upload the log file pointed by attribute: Log File Name in the BneAdminServlet
+. Afterwards for the attribute "log-set-level" (Current JVM only) , click on Information to avoid exccessive growth of log file
C. Using OAM (If and only if above two methods do not work, then use this method)
+. Login into OAM
+. Follow the Navigation:
Site Map -> Monitoring -> Logs -> Log Setup
+. Enter Details as Below
User Name -> SYSADMIN(or the user you are trying to use 'Web ADI')
Log Enabled -> Yes
Log Level -> Statement
Midtier Log File Name -> /tmp/bne.log
Module -> bne%
Note: Be sure the /tmp is a writable location (give all permissions ).
+. Bounce Apache for changes to be effective
How to Collect Bne Log Files for GL Integrators的更多相关文章
- ural 2073. Log Files
2073. Log Files Time limit: 1.0 secondMemory limit: 64 MB Nikolay has decided to become the best pro ...
- How to configure Veritas NetBackup (tm) to write Unified and Legacy log files to a different directory
Problem DOCUMENTATION: How to configure Veritas NetBackup (tm) to write Unified and Legacy log files ...
- How to delete expired archive log files using rman?
he following commands will helpful to delete the expired archive log files using Oracle Recovery Man ...
- Common Linux log files name and usage--reference
reference:http://www.coolcoder.in/2013/12/common-linux-log-files-name-and-usage.html if you spend lo ...
- 14.7.2 Changing the Number or Size of InnoDB Redo Log Files 改变InnoDB Redo Log Files的数量和大小
14.7.2 Changing the Number or Size of InnoDB Redo Log Files 改变InnoDB Redo Log Files的数量和大小 改变 InnoDB ...
- 14.5.2 Changing the Number or Size of InnoDB Redo Log Files 改变InnoDB Redo Log Files的数量
14.5.2 Changing the Number or Size of InnoDB Redo Log Files 改变InnoDB Redo Log Files的数量 改变InnoDB redo ...
- EBS R12 LOG files 位置
- Apache, OC4J and OPMN: $LOG_HOME/ora/10.1.3/Apache$LOG_HOME/ora/10.1.3/j2ee$LOG_HOME/ora/10.1.3/op ...
- 手动创建binary log files和手动编辑binary log index file会有什么影响
基本环境:官方社区版MySQL 5.7.19 一.了解Binary Log结构 1.1.High-Level Binary Log Structure and Contents • Binlog包括b ...
- 调整innodb redo log files数目和大小的具体方法和步骤
相较于Oracle的在线调整redo日志的数目和大小,mysql这点则有所欠缺,即使目前的mysql80版本,也不能对innodb redo日志的数目和大小进行在线调整,下面仅就mysql调整inno ...
随机推荐
- R语言-ggplot初级
ggplot2简介: 在2005年开始出现,吸取了基础绘图系统和lattice绘图系统的优点,并利用一个强大的模型来对其进行改进,这一模型基于之前所述的一系列准则, 能够创建任意类型的统计图形 1.导 ...
- 自动化运维:使用flask+mysql+highcharts搭建监控平台
1.前言 本来想做一个比较完善的监控平台,只需要做少许改动就可以直接拿来用,但是在做的过程中发现要实现这个目标所需的工作量太大,而当前的工作中对其需求又不是特别明显.所以就退而求其次,做了一个类似教程 ...
- java的继承性
在java继承中,子类也称为派生类,父类也称为基类或者超类,基本语法 :子类 extends 父类{} 实现一个简单的继承类: class Person{ private String name; p ...
- [LeetCode] Maximum Average Subarray II 子数组的最大平均值之二
Given an array consisting of n integers, find the contiguous subarray whose length is greater than o ...
- [LeetCode] Equal Tree Partition 划分等价树
Given a binary tree with n nodes, your task is to check if it's possible to partition the tree to tw ...
- [LeetCode] Merge Two Binary Trees 合并二叉树
Given two binary trees and imagine that when you put one of them to cover the other, some nodes of t ...
- [AHOI 2016初中组]迷宫
Description 小雪和小可可被困在了一个无限大的迷宫中. 已经知道这个迷宫有 N 堵环状的墙,如果把整个迷宫看作是一个二维平面,那么每一堵墙都是平面上一个圆.任意两个圆不相交,不重合,也不会相 ...
- NOIP 2011 观光公交
题目描述 风景迷人的小城Y 市,拥有n 个美丽的景点.由于慕名而来的游客越来越多,Y 市特意安排了一辆观光公交车,为游客提供更便捷的交通服务.观光公交车在第 0 分钟出现在 1号景点,随后依次前往 2 ...
- ●BZOJ 1934 [Shoi2007]Vote 善意的投票
题链: http://www.lydsy.com/JudgeOnline/problem.php?id=1934 题解: 题目有点迷. S向为1的点连边,为0的点向T连边,在有关系的两个点之间连双向边 ...
- 2015 多校联赛 ——HDU5384(AC自动机)
Sample Input 1 5 6 orz sto kirigiri danganronpa ooooo o kyouko dangan ronpa ooooo ooooo Sample Out ...