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 ...
随机推荐
- [原创软件]Maya报错窗口监测器
软件主要功能: 监测Maya软件运行状态,如弹出报错窗口,则自动点击关闭 程序界面截图: 开发环境及语言: c# .NET Framework 4.0 Visual Studio 2015 更新日志: ...
- rf常用关键字总结
上传文件choose file 用法:choose file 元素定位 文件路径\\文件名 此处注意:复制的路径是/,需全部替换成\\ 清除Clear Element Tex ...
- Java集合详解二
前一篇我们已经讲过了Collectin是存放单值的最大接口, 可以看到Map接口和其主要之类的关系图如下: 快速访问 HashMap HashTable TreeMap Map输出 那Map ...
- [Tjoi2013]最长上升子序列
Description 给定一个序列,初始为空.现在我们将1到N的数字插入到序列中,每次将一个数字插入到一个特定的位置.每插入一个数字,我们都想知道此时最长上升子序列长度是多少? Input 第一行一 ...
- 洛谷mNOIP模拟赛Day2-入阵曲
题目背景 pdf题面和大样例链接:http://pan.baidu.com/s/1cawM7c 密码:xgxv 丹青千秋酿,一醉解愁肠. 无悔少年枉,只愿壮志狂. 题目描述 小 F 很喜欢数学,但是到 ...
- ScalaPB(0): 找寻合适的内部系统微服务集成工具
前一段时间我们探讨了SDP的一个基于集群的综合数据平台解决方案,由多种数据库组成,包括:JDBC, Cassandra 及MongoDB.其中Cassandra和MongoDB属于分布式数据库,可以在 ...
- 【Python系列】HDF5文件介绍
一个HDF5文件是一种存放两类对象的容器:dataset和group. Dataset是类似于数组的数据集,而group是类似文件夹一样的容器,存放dataset和其他group.在使用h5py的时候 ...
- 如何理解Spring AOP
什么是AOP? AOP(Aspect-OrientedProgramming,面向方面编程),可以说是OOP(Object-Oriented Programing,面向对象编程)的补充和完善.OOP允 ...
- Java 实现32位MD5加密
MD5介绍[链接] Java代码实现 public class Md5Util { private String Md5Util(String s) { try { MessageDigest md ...
- 在confluence中出现Handshake failed due to invalid Upgrade header: null
在confluence中出现Handshake failed due to invalid Upgrade header: null 昨天晚上同事说confluence写完日志保存不了,然后我登陆co ...