How to Determine the Version of Oracle XML Publisher for Oracle E-Business Suite 11i and Release 12 (Doc ID 362496.1)
Modified: | 29-Mar-2014 | ![]() |
Type: | HOWTO |
In this Document Goal |
Solution |
1. Based upon an output file generated by XML Publisher |
2. Based upon the applied patches |
2.1. Oracle E-Business Suite 11i |
2.2. Oracle E-Business Suite Release 12.0 and 12.1 |
3. Based upon the file version of the MetaInfo.class |
4. Additional patches for XML Publisher |
References |
Applies to:
BI Publisher (formerly XML Publisher) - Version 11.5 to 12.1 [Release 11.5 to 12.1]
BI Publisher (formerly XML Publisher) - Version 5.6.3 to 5.6.3 [Release 5]
Information in this document applies to any platform.
Executable:XDOREPPB - Generate PDF from XML output and given template
Checked for relevance on 18-MAR-2013
Goal
Solution
There are various ways to find the version of Oracle XML Publisher. This document applies to both the Oracle E-Business Suite 11i and the Oracle E-Business Suite Release 12 (12.0 and 12.1).
1. Based upon an output file generated by XML Publisher
- PDF Output
- Open the PDF document in Adobe Reader
- Open the menu File
- Select Document Properties
- Click on the tab Description
→ The document property named PDF Producer will show e.g. Oracle XML Publisher 5.6.3.
- RTF Output
- Open the RTF document in Microsoft Office Word
- Open the menu File
- Select Properties
- Click on the tab Summary
→ The property named Comments will show .e.g. Generated by Oracle XML Publisher 5.6.3
- HTML and Excel output
- Open the document in Notepad (or any other plain text editor)
- Go to line 4 or 5
→ On this line it will show e.g. Generated by Oracle XML Publisher 5.6.1
An output file can be generated via the Preview functionality available under the XML Publisher Administrator responsibility.
Navigation path :
- Login to the application as SYSADMIN
- Responsibility: XML Publisher Administrator
- Function: Templates
- Select a Template for which a Preview Data file has been uploaded in the past.
- Click on the Preview icon
- Save the PDF to the client PC
- Determine the version either by the above instructions OR by providing the PDF file to Global Customer Support.
2. Based upon the applied patches
Every patch that is installed on the system will have a record in the table AD_BUGS. Either one of the following SQL statements can be used to determine which Oracle XML Publisher patches are applied, depending on the release of Oracle Applications that is installed:
2.1. Oracle E-Business Suite 11i
The following SQL statement will show which patches and thus with version of Oracle XML Publisher is installed on an Oracle E-Business Suite 11i environment:
SELECT DECODE (bug_number , '3554613', '4.5.0', '3263588', 'XDO.H', '3822219', '5.0.0' , '4236958', '5.0.1', '4206181', '5.5.0', '4561451', '5.6.0' , '4905678', '5.6.1', '5097966', '5.6.2', '5472959', '5.6.3' ) PATCH, bug_number FROM ad_bugs WHERE bug_number IN ('3554613', '3263588', '3822219', '4236958', '4206181' , '4561451', '4905678', '5097966', '5472959'); PATCH BUG_NUMBER ----- ------------------------------ XDO.H 3263588 4.5.0 3554613 5.0.0 3822219 5.0.1 4236958 5.5.0 4206181 5.6.0 4561451 5.6.1 4905678 5.6.2 5097966 5.6.3 5472959
2.2. Oracle E-Business Suite Release 12.0 and 12.1
The following SQL statement will show which patches and thus with version of Oracle XML Publisher is installed on an Oracle E-Business Suite Release 12.0 and 12.1 environment:
SELECT DECODE (bug_number, '4440000', '5.6.3') PATCH, bug_number FROM ad_bugs WHERE bug_number IN('4440000'); PATCH BUG_NUMBER ----- ------------------------------ 5.6.3 4440000
3. Based upon the file version of the MetaInfo.class
The version of a specific Java Class has a one to one relationship with the currently installed version of Oracle XML Publisher. This method is suitable for both Oracle E-Business Suite 11 and Release 12.
$ adident Header $OA_JAVA/oracle/apps/xdo/common/MetaInfo.class $Header MetaInfo.java 115.19 2004/11/30 02:45:52 tsuzuki noship $
The following matrix shows the corresponding XML Publisher version for each version of MetaInfo.class:
Metainfo.class | XML Publisher | Patch | Reference | Included in ... |
---|---|---|---|---|
... for the Oracle E-Business Suite Release 12 | ||||
120.6 | 5.6.3 | Patch 4440000 | Note 422508.1 | Release 12 (12.0.0) |
... for the Oracle E-Business Suite 11i | ||||
115.28 | 5.6.3 | Patch 5472959 | Note 422508.1 | 11i.ATG_PF.H.delta.5 |
115.27 | 5.6.2 (core) | Patch 5097966 | Note 367394.1 | |
115.26 | 5.6.1 | Patch 4905678 | Note 357308.1 | |
115.24 | 5.6.0 | Patch 4561451 | Note 337999.1 | |
115.22 | 5.5.0 | Patch 4206181 | Note 316447.1 | |
115.21 | 5.0.1 (core) | Patch 4236958 | ||
115.19 | 5.0.0 | Patch 3822219 | Note 295036.1 | 11.5.10.1 / 11.5.10.2 / 11i.ATG_PF.H.RUP3 and RUP4 |
115.15 | 4.5.0 (XDO.H) | Patch 3263588 | Note 269605.1 | 11.5.10 |
115.12 | 4.3.0 (core) | Patch 3395631 |
In order to upgrade to a newer release, there's no requirement to apply all previous versions. For example, if the current version is Oracle E-Business Suite 11.5.10, then one can directly upgrade to XML Publisher 5.6.3 by following the instructions as described note 422508.1.
4. Additional patches for XML Publisher
Note 1138602.1 Overview of Available Patches for Oracle XML Publisher (embedded in Oracle E-Business Suite) provides a comprehensive list of recommended patches on top of the base releases described in this document. It is highly recommended to review this document for additional patch information.
For more information on BI Publisher Product documentation, Announcements, Hot Topics, Community, Blog and Training details. Take a look at the Oracle BI Publisher (BIP) Product Information Center (PIC) (Doc ID 1338762.1).
References
NOTE:269605.1 - About Oracle XML Publisher Release 4.5
NOTE:295036.1 - About XML Publisher Release 5.0
NOTE:316447.1 - About Oracle XML Publisher Release 5.5
NOTE:337999.1 - About XML Publisher Release 5.6
NOTE:357308.1 - About Oracle XML Publisher 5.6.1
NOTE:422508.1 - About Oracle XML Publisher Release 5.6.3
PATCH:3263588
PATCH:3395631
PATCH:3822219
PATCH:4206181
PATCH:4236958
PATCH:4561451
PATCH:4905678
PATCH:5097966
PATCH:5472959
NOTE:1138602.1 - Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite
NOTE:367394.1 - About Oracle XML Publisher Release 5.6.2
How to Determine the Version of Oracle XML Publisher for Oracle E-Business Suite 11i and Release 12 (Doc ID 362496.1)的更多相关文章
- Using Load-Balancers with Oracle E-Business Suite Release 12 (Doc ID 380489.1)
Using Load-Balancers with Oracle E-Business Suite Release 12 (Doc ID 380489.1) Modified: 12-Jun-20 ...
- OA Framework - How to Find the Correct Version of JDeveloper to Use with E-Business Suite 11i or Release 12.x (Doc ID 416708.1)
APPLIES TO: Oracle Applications Framework - Version 11.5.10.0 to 12.2.2 [Release 11.5.10 to 12.2] In ...
- [Oracle EBS R12]SQL Queries and Multi-Org Architecture in Release 12 (Doc ID 462383.1)
In this Document Abstract History Details Previous Releases Release 12 Multi-Org Session ...
- Oracle E-Business Suite Maintenance Guide Release 12.2(Patching Procedures)
更多内容参考: http://docs.oracle.com/cd/E51111_01/current/acrobat/122ebsmt.zip Preparing for Patching For ...
- Oracle E-Business Suite Maintenance Guide Release 12.2(Patching Utilities)
更多内容参考: http://docs.oracle.com/cd/E51111_01/current/acrobat/122ebsmt.zip Oracle Patch Application As ...
- Deploying Customizations in Oracle E-Business Suite Release 12.2
DeployingCustomizations in Oracle E-Business Suite Release 12.2 This documentdescribes how to deploy ...
- Globalization Guide for Oracle Applications Release 12
Section 1: Overview Section 2: Installing Section 3: Configuring Section 4: Maintaining Section 5: U ...
- XML Publisher Template Type - Microsoft Excel Patch
XML Publisher Template Type - Microsoft Excel Patch Oracle XML Publisher > Templates > Create ...
- Deploying JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 (文档 ID 393931.1)
In This Document Section 1: Overview Section 2: Pre-Upgrade Steps Section 3: Upgrade and Configurati ...
随机推荐
- mysql日志文件
mysql的数据文件夹里出现mysql-bin日志文件,通过my.cnf注释掉log后,是否可以删除了? 参考 http://database.51cto.com/art/201107/278988. ...
- C++中的仿函数,std::function和bind()的用法
1.仿函数:又叫std::function,是C++中的一个模板类 2.C语言中的函数指针: int add(int a,int b) { return a+b; } typedef int (*f ...
- 关于 iOS10 更新后 360 云盘 的上传按钮消失的解决方案
最近出了iOS10,作为iOS开发者,果断更新. 但是更新完后,打开自己的360云盘,发现想向云盘上传东西,但是传不了,加号按钮不见了. 经过我的研究,原因是 下面的自定义tabbar放置加号按钮的方 ...
- MyEclipse 2013官网下载地址以及破解方法
刚刚发布了MyEclipse 2013,我现在用的还是6.5的版本,6.5的版本是我觉得最好用的一个版本. 我装上了,还没感受到有哪些好用,就是感觉体积庞大,和IBM 的WID一样,是个多面手,啥事都 ...
- C#在Winform中改变Textbox高度三种方法
最近在做C# Winform项目,需要有一个能动态调整大小的Textbox,并且要是单行的.试了几次,单行模式的Textbox不能直接改高度.于是搜索了一下,整理出几个改变高度的方法. 1.将Text ...
- About the Storage allocation
It doesn't matter what programming language u use,it's all about the usage of variable---storage man ...
- POJ 1785 Binary Search Heap Construction(裸笛卡尔树的构造)
笛卡尔树: 每个节点有2个关键字key.value.从key的角度看,这是一颗二叉搜索树,每个节点的左子树的key都比它小,右子树都比它大:从value的角度看,这是一个堆. 题意:以字符串为关键字k ...
- UVA 10246 Asterix and Obelix
题意:每个城市举办庆祝有一定的花费,A在路径上会选择庆祝花费最大的城市 让你求,A回家所花的路费和庆祝费最少,也就是说并不是最短路径就是结果, 还有可能就是路费比最短路径的多,但是庆祝费就比它的少,总 ...
- POJ2485Highways
http://poj.org/problem?id=2485 题意 : 这道题和1258很像,但是这道题求的是最小生成树中最大的那条边,所以在函数里处理一下就行了. 思路 : 赤裸裸的最小生成树啊,但 ...
- maven 命令备忘
1. 打包时 不执行测试 mvn package -Dmaven.test.skip=true