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

Determine the current version of Oracle XML Publisher on an Oracle E-Business Suite environment.

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
    1. Open the PDF document in Adobe Reader
    2. Open the menu File
    3. Select Document Properties
    4. Click on the tab Description

    → The document property named PDF Producer will show e.g. Oracle XML Publisher 5.6.3.

  • RTF Output
    1. Open the RTF document in Microsoft Office Word
    2. Open the menu File
    3. Select Properties
    4. 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
    1. Open the document in Notepad (or any other plain text editor)
    2. 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 :

  1. Login to the application as SYSADMIN
  2. Responsibility: XML Publisher Administrator
  3. Function: Templates
  4. Select a Template for which a Preview Data file has been uploaded in the past.
  5. Click on the Preview icon
  6. Save the PDF to the client PC
  7. 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
Note: Patch 4440000 is the base release of the Oracle E-Business Suite Release 12. It is provided via the Oracle E-Business Suite Applications Release 12.0 Media Pack and not as a standalone patch. At the time of writing this document (Mar 2010) there is no later cumulative patch for XML Publisher.

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.

Note: The 'core' patches provide ONLY the XML Publisher core classes and do not upgrade e.g. the User Interface (UI) within the Oracle E-Business Suite. The 'core' patches only offer specific bug fixes on top of the previous version, e.g. XDO 5.6.2 is a core patch on top of 5.6.1. Is NOT recommended to apply ONLY a core patch as it may break the UI.

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.

Join our Oracle BI Publisher Community to discuss further with other Oracle BI Publisher Experts and learn more from your peers.

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

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

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

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

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

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

  6. Deploying Customizations in Oracle E-Business Suite Release 12.2

    DeployingCustomizations in Oracle E-Business Suite Release 12.2 This documentdescribes how to deploy ...

  7. Globalization Guide for Oracle Applications Release 12

    Section 1: Overview Section 2: Installing Section 3: Configuring Section 4: Maintaining Section 5: U ...

  8. XML Publisher Template Type - Microsoft Excel Patch

    XML Publisher Template Type - Microsoft Excel Patch Oracle XML Publisher > Templates > Create ...

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

随机推荐

  1. PHP中::、->、self、$this操作符的区别

    在访问PHP类中的成员变量或方法时,如果被引用的变量或者方法被声明成const(定义常量)或者static(声明静态),那么就必须使用操作符::,反之如果被引用的变量或者方法没有被声明成const或者 ...

  2. 0x02全局变量和局部变量

    全局变量在什么地方定义? .data和.data? 格式如下: 变量名 类型 初始值1,初始值2... 变量名 类型 重复数 dup(初始值1,初始值2,...) 变量名 类型 ? 类型有哪些? 字节 ...

  3. 深入理解用mysql_fetch_row()以数组的形式返回查询结果

    同mysql_result()一样,mysql_fetch_row()也可以用来获取查询结果集,其区别在于函数的返回值不是一个字符串,而是一个数组.函数定义如下. 复制代码 代码如下: array m ...

  4. 【BZOJ 1068】[SCOI2007]压缩

    Description 给 一个由小写字母组成的字符串,我们可以用一种简单的方法来压缩其中的重复信息.压缩后的字符串除了小写字母外还可以(但不必)包含大写字母R与M,其中M 标记重复串的开始,R重复从 ...

  5. nodejs mongodb

    27017 nodejs指定vsisual studio版本 npm install mongodb --msvs_version=2013 npm install mongoose --msvs_v ...

  6. cocos2dx中的假动作,又称动作回调函数

    1.动作与动画的区别 动作是:定时器+属性的改变,是帧循环的累积效应 动画是:帧图片的播放效果,我们知道电影的播放就是快速播放的胶片,这就是动画的原理 2.假动作:又称动作回调函数 四大类假动作: c ...

  7. 浅析JVM内存结构和6大区域(转)

    其实对于我们一般理解的计算机内存,它算是CPU与计算机打交道最频繁的区域,所有数据都是先经过硬盘至内存,然后由CPU再从内存中获取数据进行处理,又将数据保存到内存,通过分页或分片技术将内存中的数据再f ...

  8. linux驱动之I2C

    include/linux/i2c.h struct i2c_msg;struct i2c_algorithm;struct i2c_adapter;struct i2c_client;struct ...

  9. 20160727noip模拟赛zld

    首先最优策略肯定是这样的:我们取出这个序列中的最大值,然后将整个序列分为左右两部分, 那么我们一定先把左右两部分合起来然后再与这个值合并 那么我们可以得出一个基于最值查询(rmq)的的算法,但是zld ...

  10. C++代码反汇编后的堆栈寄存器EBP和ESP

    最近在分析一个进程崩溃的严重问题,其中有些过程分析需要对ebp, esp 有清晰的理解,对于ebp 和esp 相信大家都很熟悉了,但是为了使本文自成体系,我还是解释一下. ebp--栈底指针 esp- ...