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 ...
随机推荐
- MongoDB 分片集群搭建
一.概述 分片是一种在多台机器上分配数据的方法.MongoDB使用分片来支持具有非常大的数据集和高吞吐量操作.有两种解决系统增长的方法:垂直扩展和水平扩展. 垂直扩展涉及增加单个服务器的容量,例如使用 ...
- Git的本地仓库与GitHub的远程仓库
gitHub是一个面向开源及私有软件项目的托管平台,因为只支持git 作为唯一的版本库格式进行托管,故名gitHub.GitHub 是目前为止最大的开源 Git 托管服务,并且还是少数同时提供公共代码 ...
- Java 线程池原理分析
1.简介 线程池可以简单看做是一组线程的集合,通过使用线程池,我们可以方便的复用线程,避免了频繁创建和销毁线程所带来的开销.在应用上,线程池可应用在后端相关服务中.比如 Web 服务器,数据库服务器等 ...
- 几个APP开发的创意
每年都有大量新APP进入市场,争夺消费者的关注.随着越来越多的APP进入主流,随着需求的变化和新技术的出现,一系列新的APP随之而来.那么目前有什么APP开发的好创意呢? 1.旅游指南APP 当你在一 ...
- [LeetCode] Longest Harmonious Subsequence 最长和谐子序列
We define a harmonious array is an array where the difference between its maximum value and its mini ...
- 3.如何搭建Appium自动化测试环境
整个APP自动化环境安装可以参照虫师博客安装 附以下链接: http://www.cnblogs.com/fnng/category/695788.html 下面介绍运用到工作中遇到的一些问题 1.如 ...
- k8s踩坑记 - kubeadm join 之 token 失效
抛砖引玉 环境 centos 7 amd64 两台 kubernetes 1.10 伴随着k8s1.10版本的发布,前天先在一台机器上搭建了k8s单机版集群,即既是master,也是node,按照经验 ...
- 关于装双系统Ubantu16.04+Win10引导问题
1.装完双系统,必定会遇到时间不一致的问题解决问题如下 sudo apt-get install ntpdate sudo ntpdate time.windows.com sudo hwclock ...
- 出错信息:Incorrect string value: '\xE4\xBD\xA0\xE5\xA5\xBD' for column 'username'
出错信息: java.sql.SQLException: Incorrect string value: '\xE4\xBD\xA0\xE5\xA5\xBD' for column 'username ...
- SQL学习之查询
查询实例: 1.创建数据库并使用: create database school; use school; 2.创建表并插入内容: create table student( Sno char(9) ...