Word Properties - BIP Deskotop 11.119.00.0 (32-bit) with Office 2013 (32-bit) on Win 7 64-bit

时间:2023-01-29 10:49:15

BIP Deskotop 11.119.00.0 (32-bit)
Office 2013 (32-bit)
Win 7 (64-bit)
The current certification matrix seems to say this is supported, however I am having the following problem:
1. I have an existing RTF template, with data template that works. I have run it to be sure, and can view output and verify.
2. If Iopen that RTF template in BIP Desktop, then remove a field, and then using the field browser ( or insert > field ) add that same field back, or a new one the report will not generate output.
Upload the RTF, and the process will finish with status warning, and it fails during post processing. I look at the Output Post Processor error. edit the RTF template with a text editor and see that instead of putting in a <?YOUR_FIELDNAME?> BIP Desktop has instead inserting something similar to the following: <?ref:xdo0001?>. The only solution I currently have is to manually change these tags, however for large BIP reports this is cumbersome, and unacceptable for a long term solution.
Is there a workaround? or reported bug? I couldn't find anything on MOS for this.
Here's the OPP log, you can see the error points to the "REF" element that was added by BIP:Desktop.
[5/29/12 1:26:38 PM] [8629358:RT6176186] Executing post-processing actions for request 6176186.
[5/29/12 1:26:38 PM] [8629358:RT6176186] Starting XML Publisher post-processing action.
[5/29/12 1:26:38 PM] [8629358:RT6176186]
Template code: XX123XML
Template app: MUTL
Language: en
Territory: US
Output type: RTF
[5/29/12 1:26:39 PM] [8629358:RT6176186] Output file was found but is zero sized - Deleted
[5/29/12 1:26:39 PM] [UNEXPECTED] [8629358:RT6176186] java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)
     at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)
     at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
     at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
     at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
     at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
     at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
     at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'ref' used but not declared.
     at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
     at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
     ... 17 more

=============================================================

have you checked backward comparability option without touching anything in the template and don't open the form fields without loadng the xml file.

=============================================================

Hi,
Thanks for all the responses on this one. We are using Word 2010 which I think accounts for a lot of the problems we've been having in getting the plugin to work. We have it working now albeit by using a number of workarounds.
The main step we've needed to take is that all of the fields in the report need to be edited via the word properties - Add help text option so that the default fields in the form field help text window beginning with 'ref' are replaced with the actual field names. So for example:
<?ref:xdo0002?>
Replaced with
<?EMPLID?>
Importantly the F and E fields which are at the start and end of all fields listed in a template that has repeating values need to be replaced as follows:
F field at the beginning:
<?ref:xdo0001?> replaced with <?for-each:row?>
And
E field at the end:
<?ref:xdo000??> Replaced with <?end for-each?>
This allows all of the values to be listed in a report table.
By carrying out these steps we are able to use the word templates when running the BI publsher reports in Peoplesoft.
Kind Regards,
Neil

=============================================================

In options for BI Publisher - choose tab "Build" and radio button "Backward compatible" - then BIP will create your field names "10g style" as required by you...:-)
BR Martin Z.

=============================================================

Word Properties <?ref:xdo000X?> - BIP Deskotop 11.119.00.0 (32-bit) with Office 2013 (32-bit) on Win 7 64-bit

Word Properties <?ref:xdo000X?> - BIP Deskotop 11.119.00.0 (32-bit) with Office 2013 (32-bit) on Win 7 64-bit的更多相关文章

  1. Oracle 11&period;2&period;4&period;0 ACTIVE DATAGUARD 单实例安装&lpar;COPY创建备库&rpar;

    Oracle 11.2.4.0 ADG 单实例安装(COPY创建备库) 规划: 主: OS: Linux Centos 6.5 X64 hostname:ORA11G-DG1 ipaddress:19 ...

  2. OGG-00782 - OGG 11&period;2&period;1&period;0&period;2 FOR Windows x64 Microsoft SQL Server

    OS ENV:主机名:           WIN-NO42QRNPMFAOS 名称:          Microsoft Windows Server 2008 R2 Datacenter OS ...

  3. Oracle GoldenGate &lpar;ogg&rpar; 11&period;2&period;1&period;0&period;20 是最后一个支持oracle db 10g的 ogg版本号

    參考原文: Oracle GoldenGate 11.2.1.0.22 Patch Set Availability (Doc ID 1669160.1) 该文章不做翻译,只摘录当中有价值的信息,例如 ...

  4. ThinkPHP5&period;0框架开发--第11章 TP5&period;0 杂项

    ThinkPHP5.0框架开发--第11章 TP5.0 杂项 第11章 TP5.0 杂项 =============================================== 今日学习 1. ...

  5. Eclipse&plus;maven&plus;scala2&period;11&period;8&plus;spark2&period;0&period;0的环境部署

    主要在maven-for-scalaIDE纠结了,因为在eclipse版本是luna4.x 里面有自己带有的maven. 根据网上面无脑的下一步下一步,出现了错误,在此讲解各个插件的用途,以此新人看见 ...

  6. Autodesk 2013开发者日(DevDays)又要来了 -- 北京(2013年11月7日)和上海(2013年11月11日)

    各位, 一年一度的Autodesk 开发者日(Devdays)开始注册了,抓紧时间前排占座! 注册地址: www.autodesk.com.cn/adndevday2013 今年开发者日的主题:革命性 ...

  7. Office 2013 Excel 转换 Word

    最新文章:Virson's Blog 参考文章:百度百科 1.使用Excel打开需要转换的Excel文档: 2.采用另存为*.htm的方式将该Excel文档另存为网页,如下图: 3.找到保存的htm网 ...

  8. Embedding Documents in Word 2007 by Using the Open XML SDK 2&period;0 for Microsoft Office

    Download the sample code This visual how-to article presents a solution that creates a Word 2007 doc ...

  9. c&plus;&plus;11 NULL、0、nullptr

      C的NULL 在C语言中,我们使用NULL表示空指针,也就是我们可以写如下代码: int *i = NULL;foo_t *f = NULL; 实际上在C语言中,NULL通常被定义为如下: #de ...

随机推荐

  1. 深入浅出设计模式——组合模式(Composite Pattern)

    模式动机 对于树形结构,当容器对象(如文件夹)的某一个方法被调用时,将遍历整个树形结构,寻找也包含这个方法的成员对象(可以是容器对象,也可以是叶子对象,如子文件夹和文件)并调用执行.(递归调用)由于容 ...

  2. 关于spring配置文件properties的问题

    我遇到的问题是我将properties放在src下面的包中不能被spring扫描到,会报配置文件找不到的错误.但是如果放在src目录下就能够被spring扫描到,现在还不知道为什么这样,记个笔记,留到 ...

  3. Java之可变参数

    Java中支持可变参数 意思就是:参数的个数可以根据需要写,你可以写1个.2个.3个....他们都被保存到一个参数的数组中. 但是这些参有一些约束:他们必须是同类型的,比如都是String字符串类型. ...

  4. php AES 加密类

    <?php class CryptAES { protected $cipher = MCRYPT_RIJNDAEL_128; protected $mode = MCRYPT_MODE_ECB ...

  5. 加深try catch Finnly的理解

    上代码 public String twoGetFeeInfoByWithUnit(JSONArray jsonArray,String key1,String key2){ String Debit ...

  6. json数组本地获取,以及根据字段排序【部分摘录】

    <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8" ...

  7. IIS配置HTTPS

    1,新建网站,选中类型为 https,然后更改SSL证书为你配置的SSL证书, 对于SSL证书的配置是这样的 点开第二步,然后点击 创建自签名证书 确定以后点开网站看到有个SSL, 双击进去,再选中 ...

  8. Xilinx Vivado的使用详细介绍(3):使用IP核

    ilinx Vivado的使用详细介绍(3):使用IP核 Author:zhangxianhe IP核(IP Core) Vivado中有很多IP核可以直接使用,例如数学运算(乘法器.除法器.浮点运算 ...

  9. odoo11 审批流中行总额与申请单总额的计算问题

    一. 问题的描述 在做审批流的过程中,涉及到这样一个问题,用户申请的行总额需要根据当前行的数量和单价相乘计算得出,这本来是一个很简单的功能需求,利用odoo的计算方法就可以轻松实现,但是在在view页 ...

  10. idea 方便的设置代码段

    使用快捷键(ctrl+alt+s)找到:从idea的菜单File->Settings->Editor->Live Templates 先添加Template Group,然后添加Li ...