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

| In this Document 
 
 APPLIES TO:Oracle E-Business Suite Integrated SOA Gateway - Version 12.1.1 to 12.1.3 [Release 12.1] GOALHow 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. SOLUTIONSOA Logs can be generated either from the back end or the front end UI: 1. From the Front End : 
 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 : 
 SOA specific log would be created at : $INST_TOP/soa/SOALog.log | 
Enable ASADMIN user using the following steps:
- Log in to Oracle E-Business Suite as a user name sysadmin.
- Select the User Management responsibility in the Navigator.
- Click the Users link from the navigation menu to open the User Maintenance window.
- Locate 'ASADMIN' user by entering information in the search area to retrieve the 'ASADMIN' user.
- Click the Update icon next to the ASADMIN user to open the Update User window.
- Remove the Active To date field and click Apply.
- Click the Reset Password icon next to the ASADMIN user to open the Reset Password window.
- Enter new password twice and click Submit.
- 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. 
- 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". 
- Bounce the middle tier 
SOA问题处理的更多相关文章
- 服务治理要先于SOA
		讲在前面的话: 若企业缺乏对服务变更的控制和规则,那么一个服务在经过几个项目之后,就很有可能被随意更改成多个版本,将来变成什么样更是无法预测.久而久之,降低了服务重用的可能性,提高了服务利用的成本 ... 
- 简述我的SOA服务治理
		SOA服务治理 1.解决业务部门服务冲突和纠纷2.版本定义与版本管理3.服务备案与服务管理4.业务监督与服务监控 SOA的战略目的 一.业务价值胜过技术策略 二.战略目标胜过具体项目的效益 三.内置的 ... 
- 浅谈SOA
		概念 wiki对于SOA定义如下: A service-oriented architecture (SOA) is a design pattern in which application com ... 
- 我所理解的SOA和微服务
		本文原创,原文地址为:http://www.cnblogs.com/fengzheng/p/5847441.html SOA和微服务到底是什么关系? 说实话,我确实不明白SOA和微服务到底有什么本质上 ... 
- 我的架构设计~用层关系图说说mvc,mvvm,soa,ddd
		下面是按着我所接触的架构模式,开始一个一个的说一下 第一 标准架构 三层结构 
- Atitit 软件架构方法的进化与演进cs bs soa roa  msa  attilax总结
		Atitit 软件架构方法的进化与演进cs bs soa roa msa attilax总结 1.1. 软件体系架构是沿着单机到 CS 架构,再到 BS 的三层架构甚至多层架构逐步发展过来的,关于 ... 
- 说说面向服务的体系架构SOA
		序言 在.Net的世界中,一提及SOA,大家想到的应该是Web Service,WCF,还有人或许也会在.NET MVC中的Web API上做上标记,然后泛泛其谈! 的确,微软的这些技术也确实推动着面 ... 
- 微服务和SOA服务
		微服务和SOA都被认为是基于服务的架构,这意味着这两种架构模式都非常强调将“服务”作为其架构中的首要组件,用于实现各种功能(包括业务层面和非业务层面).微服务和SOA是两种差异很大的架构模式,但是他们 ... 
- 基于SOA分布式架构的dubbo框架基础学习篇
		以需求用例为基,抽象接口,Case&Coding两条线并行,服务(M)&消费(VC)分离,单元.接口.功能.集成四层质量管理,自动化集成.测试.交付全程支持. 3个大阶段(需求分析阶段 ... 
- 架构从最简单的数据访问框架(ORM)到资源调度和治理中心(SOA)说起
		随着互联网的发展,网站应用的规模不断扩大,常规的垂直应用架构已无法应对,分布式服务架构以及流动计算架构势在必行,亟需一个治理系统确保架构有条不紊的演进. 单一应用架构当网站流量很小时,只需一个应用,将 ... 
随机推荐
- PHP递归实现层级树状展现数据
			树状数据展现很常用,今天学习了PHP的递归,也来总结总结! PHP代码: function _getTreeList_custom1($data,$parent_id,$depth) { $retur ... 
- maven提示invalid LOC header (bad signature)的解决办法
			今天执行mvn test的时候提示: 错误:读取 /home/subaochen/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.ja ... 
- 初尝 JFinal 项目(一)
			temp1: JFinal项目与JAVA项目类似,有属性方法.操作方法.Sql语句操作.jdbc.配置文件 对比:|| JAVA: Bean / Srv(Server) / SqlMap / jdbc ... 
- FTP\TFTP
			FTP是文件传输协议的英文简写. FTP 文件传输协议 基于TCP,20和21端口. TFTP 简单文件传输协议,基于UDP,69 只能传输32Mb以下文件,不需要提供账号和密码.tftp xxx.x ... 
- CSS3 display:flex和display:box有什么区别
			父级元素有display:box;属性之后.他的子元素里面加上box-flex属性.可以让子元素按照父元素的宽度进行一定比例的分占空间. 如: html: <article> < ... 
- 记一次未解决的异常:java.lang.NoClassDefFoundError: net/sf/json/JSONObject
			原因:Jetty会导致这个问题,Tomcat可以正常启动 一.异常产生现象 使用json-lib转换实体类/字符串,跑单元测试没问题,但是启动jetty后调用JSONArray.fromObjec ... 
- android通过gradle打包
			这里是最简单的打包方法,实际上gradle的语法是groovy,可以通过编写脚本实现更智能的构建,这个我还不懂==,等我学习了解后,单独整理一个gradle的随笔,这里先应付打包吧 环境要求 安装 ... 
- 一个比较完整的Inno Setup 安装脚本(转)
			一个比较完整的Inno Setup 安装脚本,增加了对ini文件设置的功能,一个安装包常用的功能都具备了. [Setup] ; 注: AppId的值为单独标识该应用程序. ; 不要为其他安装程序使用相 ... 
- xUtils框架的使用
			xUtils简介 xUtils 包含了很多实用的android工具,xUtils 源于Afinal框架,对Afinal进行了大量重构,使得xUtils支持大文件上传,更全面的http请求协议支持,拥有 ... 
- [题解]某模拟题(USACO月赛部分题+noip2005部分题)
			题目描述 农场上有N(1 <= N <= 50,000)堆草,放在不同的地点上.FJ有一辆拖拉机,也在农场上.拖拉机和草堆都表示为二维平面上的整数坐标,坐标值在1..1000的范围内.拖拉 ... 
