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 ...
随机推荐
- C++程序设计语言(特别版) -- 一个桌面计算器
前言 这里要介绍各种语句和表达式,将通过一个桌面计算器的程序做些事情,该计算器提供四种座位浮点数的中缀运算符的标准算术运算. 这个计算器由四个部分组成:一个分析器,一个输入函数,一个符号表和一个驱动程 ...
- 自动化运维:使用flask+mysql+highcharts搭建监控平台
1.前言 本来想做一个比较完善的监控平台,只需要做少许改动就可以直接拿来用,但是在做的过程中发现要实现这个目标所需的工作量太大,而当前的工作中对其需求又不是特别明显.所以就退而求其次,做了一个类似教程 ...
- Java进阶篇(二)——抽象类、内部类
之前在类和对象中我们说到了类的普通特性,本篇将介绍类的一些高级特性. 一.抽象类 抽象类:抽象类是只声明方法的存在而不去具体实现它的类.抽象类不能被实例化,也就是不能创建其对象.使用abstract关 ...
- position的static、relative、absolute、fixed、inherit
网上有很多关于position的讲解,也有很多他们属性之间的比较,但是比较全面的讲解还是比较少,每次看完过段时间就忘了,所以今天参考了很多网上现有的资源,自己整理一下,写下这篇文章. position ...
- 树莓派控制高电平蜂鸣器(c语言+新手向)
话不多说,先上代码: #include <wiringPi.h> #include <stdio.h> #include <sys/time.h> #define ...
- Set 集合
[题目描述]现在给你一些连续的整数,它们是从 A 到 B 的整数.一开始每个整数都属于各自的集合,然后你需要进行如下操作:每次选择两个属于不同集合的整数,如果这两个整数拥有大于等于 P 的公共质因数, ...
- ●CodeChef Sereja and Game
题链: https://www.codechef.com/problems/SEAGM题解: 概率dp,博弈论 详细题解:http://www.cnblogs.com/candy99/p/650434 ...
- 【LSGDOJ 1408】邮局
题目描述 一些村庄被建在一条笔直的高边公路边上.我们用一条坐标轴来描述这条高边公路,每一个村庄的坐标都是整数.没有两个村庄坐标相同.两个村庄问的距离,定义为它们坐标值差的绝对值. 我们需要在一些村庄建 ...
- Android Activity的任务栈和四大启动模式
在安卓系统中默认每次启动一个Activity时,系统会创建一个实例,并按照先进后出的原则放入任务栈中,当我们按back键时,就会有一个activity从任务栈顶移除,重复下去,直到任务栈为空,系统就会 ...
- 【iOS】苹果开发者账号申请
[1]首先登陆苹果开发者中心:https://developer.apple.com/programs/ 如图有一个按钮enroll,意思是苹果开发者报名(说白了就是要交钱,好让你具备APP测试和上线 ...