R12.1: How To Generate SOA Log For Debugging SOA Provider Issues (文档 ID 828753.1) 转到底部

In this Document

  Goal
  Solution

APPLIES TO:

Oracle E-Business Suite Integrated SOA Gateway - Version 12.1.1 to 12.1.3 [Release 12.1]
Information in this document applies to any platform.
Oracle EBusiness Suite Integrated SOA Gateway - Version: 12.1.1

GOAL

How to generate SOA log for debugging any issues with SOA Provider in Integrated SOA Gateway,12.1.1?  This log file is helpful when there are errors during Service Generation/Deployment or in cases where the call to Native Services fails.

SOLUTION

SOA Logs can be generated either from the back end or the front end UI:

1. From the Front End :

  • Log on to Oracle Applications with the username that has the System Administrator responsibility access privilege.
  • Select the System Administrator responsibility from the Navigator and choose Oracle Applications Manager > Logs.
  • Click Log Setup to open the Java System Property Settings page.
  • Click the Site link and enable log for 
    Midtier Log File Name: Enter the file name that one would like on the middletier, for example, '/tmp/SOALog.log'. 
    Module=Enter an appropriate module name, for example, 'fnd/soa%'.
  • Ask the System Administrator to bounce the oafm container.
  • Perform any SOA specific action, such as generation of any API.

Look for logs in the file specified in the Middle tier Log File Name field. In case one is not able to get the logs using this method try method2 of getting the log from back end.

2. From the Back End :

  • Telnet to environment and in $INST_TOP/ora/10.1.3/j2ee/oafm/config/oc4j.properties 
    Add following property at the end of the file: 
    SOA_ENABLE_STANDALONE_LOGGING=TRUE
  • Bounce oafm container using script $ADMIN_SCRIPTS_HOME/adoafmctl.sh.
  • Perform any SOA specific action like generate.

SOA specific log would be created at : $INST_TOP/soa/SOALog.log

 
---------------------------------------------------------------------------------------------------------------------------------------------------

Enable ASADMIN user using the following steps:

  1. Log in to Oracle E-Business Suite as a user name sysadmin.
  2. Select the User Management responsibility in the Navigator.
  3. Click the Users link from the navigation menu to open the User Maintenance window.
  4. Locate 'ASADMIN' user by entering information in the search area to retrieve the 'ASADMIN' user.
  5. Click the Update icon next to the ASADMIN user to open the Update User window.
  6. Remove the Active To date field and click Apply.
  7. Click the Reset Password icon next to the ASADMIN user to open the Reset Password window.
  8. Enter new password twice and click Submit.
  9. After activating the ASADMIN user, verify if the ASADMIN user has the 'Apps Schema Connect Role' (UMX|APPS_SCHEMA_CONNECT) role in wf_user_roles.

    If the 'Apps Schema Connect Role' role is not present in the wf_user_roles for the ASADMIN user, then run the 'Workflow Directory Services User/Role Validation' concurrent program to grant the role.

  10. Reset the 'ASADMIN' password in the file system.
    After 'ASADMIN' user is enabled from Oracle E-Business Suite, update the file 
    $INST_TOP/ora/10.1.3/j2ee/oafm/config/system-jazn-data.xml as shown below to reset the password:

    <user> 
    <name>ASADMIN</name> 
    <display-name>Default Apps SOA User</display-name> 
    <description>Used by SOAProvider for DB connection</description> 
    <credentials>!<NEW PASSWORD></credentials> 
    </user>
    Note: The password should be preceded by a '!' (Exclamation) so that when OAFM is started, it gets encrypted. For example, if your password is 'welcome', then you should write it in the above file as "!welcome".
  11. Bounce the middle tier

最新文章

  1. [占位-未完成]scikit-learn一般实例之十二:用于RBF核的显式特征映射逼近
  2. SQL Server删除distribution数据库
  3. Mac OS X 11以上系统的Rootless机制问题
  4. Codeforces Round #248 (Div. 2) C. Ryouko&#39;s Memory Note
  5. Linux和Windows之间传递文件
  6. 一款基于jQuery/CSS3实现拼图效果的相册
  7. hdu 1394 树状数组
  8. [Swust OJ 188]--异面空间(读懂题意很重要)
  9. cocos2d-x游戏开发系列教程-坦克大战游戏之虚拟手柄的显示
  10. java关于map用来筛选的用法
  11. PHP面试和PHP开发者都应掌握的10个问题
  12. JS版剑指offer
  13. 使用 boost.asio 简单实现 异步Socket 通信
  14. Python3 与 C# 基础语法对比(List、Tuple、Dict、Set专栏)
  15. 实践简单的项目WC
  16. 开放通用Api,总有你喜欢的
  17. ST推出新软件STM32Cube ,让STM32微控制器应用设计变得更容易、更快、更好用
  18. 配置SSD-caffe测试时出现“Check failed: error == cudaSuccess (10 vs. 0) invalid device ordinal”解决方案
  19. iOS中使用block传值
  20. ASP.NET 生成缩略图片类分享

热门文章

  1. java 代码判断图片格式后缀名称
  2. 用odbc连接oracle问题
  3. 异步编程:When.js快速上手
  4. Hadoop MapReduce编程 API入门系列之薪水统计(三十一)
  5. ArcGIS API for Flex实现GraphicsLayer上画点、线、面。
  6. 学习笔记001之[Android开发视频教学].01_15_Handler的使用(二)
  7. CF(协同过滤算法)
  8. 开源PLM软件Aras详解五 如何让ItemType显示在TOC上
  9. sql语句执行插入后返回ID
  10. UIButton的常用属性