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的更多相关文章

  1. ural 2073. Log Files

    2073. Log Files Time limit: 1.0 secondMemory limit: 64 MB Nikolay has decided to become the best pro ...

  2. 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 ...

  3. 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 ...

  4. 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 ...

  5. 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 ...

  6. 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 ...

  7. 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 ...

  8. 手动创建binary log files和手动编辑binary log index file会有什么影响

    基本环境:官方社区版MySQL 5.7.19 一.了解Binary Log结构 1.1.High-Level Binary Log Structure and Contents • Binlog包括b ...

  9. 调整innodb redo log files数目和大小的具体方法和步骤

    相较于Oracle的在线调整redo日志的数目和大小,mysql这点则有所欠缺,即使目前的mysql80版本,也不能对innodb redo日志的数目和大小进行在线调整,下面仅就mysql调整inno ...

随机推荐

  1. C#之不安全代码

    MSDN:"尽管实际上对 C 或 C++ 中的每种指针类型构造,C# 都设置了与之对应的引用类型,但仍然会有一些场合需要访问指针类型.例如,当需要与基础操作系统进行交互.访问内存映射设备,或 ...

  2. ES6关于Promise的用法

    Promise 对象用于一个异步操作的最终完成(或失败)及其结果值的表示.简单点说,它就是用于处理异步操作的,异步处理成功了就执行成功的操作,异步处理失败了就捕获错误或者停止后续操作. 它的一般表示形 ...

  3. [LeetCode] Employee Importance 员工重要度

    You are given a data structure of employee information, which includes the employee's unique id, his ...

  4. java String的各种方法及操作

    No. 方法名称 功能 字符与字符串 01 public String(char[] value) 将字符数组中所有内容变为字符串 02 public String(char[] value,int ...

  5. testng中使用reportng报告

    1.pom.xml文件中添加依赖,重构一下项目(mvn compile) <dependency> <groupId>org.uncommons</groupId> ...

  6. [SDOI 2011]染色

    Description 题库链接 给定一棵有 \(n\) 个节点的无根树和 \(m\) 个操作,操作有 \(2\) 类: 将节点 \(a\) 到节点 \(b\) 路径上所有点都染成颜色 \(c\) : ...

  7. [HNOI 2014]世界树

    Description 题库链接 给出一棵 \(n\) 个节点的树, \(q\) 次询问,每次给出 \(k\) 个关键点.树上所有的点会被最靠近的关键点管辖,若距离相等则选编号最小的那个.求每个关键点 ...

  8. [TJOI 2016&HEOI 2016]排序

    Description 在2016年,佳媛姐姐喜欢上了数字序列.因而他经常研究关于序列的一些奇奇怪怪的问题,现在他在研究一个难题 ,需要你来帮助他.这个难题是这样子的:给出一个1到n的全排列,现在对这 ...

  9. brk和mmap(转)

    进程分配内存有两种方式,分别由两个系统调用完成:brk和mmap: 1.brk是将数据段的(.data)的最高地址指针_edata往高地址推 2.mmap是虚拟地址空间找一个空闲的虚拟内存 如果mal ...

  10. 51nod 1682 中位数计数

    1682 中位数计数基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题 中位数定义为所有值从小到大排序后排在正中间的那个数,如果值有偶数个,通常取最中间的两个数值的平均 ...