Using BI Publisher template builder in Word in creating labels

Hello,
I'm not familiar with BI Publisher, but I should only do one thing with it, which seems rather easy. I need a rtf layout to be used in APEX to create an address label PDF-report. I tried using mail merge to create an empty table for the labels and added XSL (I suppose ?) element <?for-each:ROW?> in the first cell to loop over each ROW (which contains an address) in XML file. The problem is that I haven't found a way this would put the next row (address) to the next cell (filling first all the cells of the first row and so on). The previous loop only places one address in each table row. I read about for-each@column element in another thread, could it be used here ?
Tiina

Is there anybody reading this question, who could even give any comment on this, please ?
Sorry for being impatient, but I should get it ready for tomorrow.
Tiina

Similar Messages

  • How to do subtemplate Using XML Publisher Template Builder for Word 5.6.2

    Is it possible to do subtemplate (similar to subreport in crystal report) using XML Publisher Template Builder for Word 5.6.2?. If yes, can anyone explain how to call or import subtemplate from main template?
    Thank you
    V.Piraba

    Hi V. Piraba,
    Here is how it works for me in Microsoft Word 2003. I'm not sure if it will work in Word 5.6.2.
    Creating Subtemplates
    1) Make sure you fill in the “Territory” field when creating Subtemplates. Otherwise there will be no way to import the Subtemplate into another Template. The Import command requires the Territory field to call it from other Templates. You will get a big Java error if you try to import a Subtemplate that does not have the Terriroty field populated.
    Importing Subtemplates
    1) Place the following syntax at the beginning of your XML Publisher template to import a subtemplate (in Oracle Applications)
    <?import:xdo://XDO.[Template Code Name].English.US?>
    Example: <?import:xdo://XDO.WC_SUBTEMPLATE_LOGOS.English.US?>
    2) Use the following commands to importing Subtemplates from local/network drives (outside of Oracle Applications):
    <?import:file:C:/Temp/WC Subtemplate - Logos.rtf?>
    <?import:file:L://Templates/WC Subtemplate - Logos.rtf?>
    <?import: file:///C:WorkChemical.xsl?>
    You can email me at [email protected] if you have further questions.
    Hope this helps!
    Dan

  • Can not  log in  using Bi publisher template builder  + word2007

    windows xp++bi publisher template builder for word 11.1.1.3.0 +word 2007
    I can not log in when i use template builder.
    click log in ,a window pop up, enter username/password ,
    nothing happened,
    If i entered the wrong password ,it told me something wrong with the password.
    but if i entered the correct password ,it stuck 。
    what's wrong
    Edited by: Cindy on 2013-4-12 上午3:15
    Edited by: Cindy on 2013-4-12 上午3:15

    at the begining clicked "log in " button , a error window showed up ,the message like " xxxx: Module_starter"
    For correcting this, I run
    F:\Documents and Settings\gxin>DEL /S /A:H /A:-H *.EXD
    regsvr32.exe /u C:\Windows\System32\MSCOMCTL.OCX
    regsvr32.exe C:\Windows\System32\MSCOMCTL.OCX
    then,tried again, i could see the login window but new problem appeared...
    Edited by: Cindy on 2013-4-12 上午3:36

  • XMLP Desktop 5.6.2 vs BI Publisher template builder for word?

    Hi,
    Is anybody know what's the difference betweent these two product?
    When i installed XMLP desktop 5.6.2 i could see option for SQL and Report wizard under Data tab. But in BI publisher template builder i can see only XML data and XML schema under Data tab.
    i need to create template in word base on SQL. please help me.
    Thanks,
    Jay

    In your code try replacing this:
    <Graph pieDepth="30" pieTilt="20" seriesEffect="SE_AUTO_GRADIENT" graphType="PIE_MULTI"><LegendText>
    <GraphFont size="14" bold="false" italic="false" underline="false"/>
    </LegendText>
    <PieLabel>
    <GraphFont size="14" bold="false" italic="false" underline="false"/>
    </PieLabel>
    <LegendArea position="LAP_BOTTOM" visible="true" />
    <SeriesItems>
    <Series id="0" color="#BED73D"/>
    <Series id="1" color="#003976"/>
    <Series id="2" color="#5ABED3"/>
    </SeriesItems>
    <SliceLabel><ViewFormat decimalDigit="1" decimalDigitUsed="true" decimalSeparatorUsed="true" /></SliceLabel><LegendArea visible="true" />
    With this:
    <Graph depthAngle="50" depthRadius="0" pieDepth="30" pieTilt="20" seriesEffect="SE_AUTO_GRADIENT" graphType="PIE_MULTI">
    <ImageSize width="800" height="800"/>
    <LegendArea visible="true" position="LAP_BOTTOM"/>
    <LegendText>
    <GraphFont size="14" bold="false" italic="false" underline="false"/>
    </LegendText>
    <PieLabel>
    <GraphFont size="14" bold="false" italic="false" underline="false"/>
    </PieLabel>
    <SeriesItems>
    <Series id="0" color="#bed73d"/>
    <Series id="1" color="#3976"/>
    <Series id="2" color="#5abed3"/>
    </SeriesItems>
    <SliceLabel>
    <ViewFormat decimalDigit="1" decimalSeparatorUsed="true" decimalDigitUsed="true"/>
    </SliceLabel>
    And test again. It is working in my case
    regards
    Jorge

  • BI Publisher Template Builder for Word 10.1.3.4.1 and Creating Pivot Table

    I'm new to BI (XML) Publisher and Pivot Tables.  I have XDO Engine version 5.6.3 and Template builder 10.1.3.4.1.  I creates a Word 2010 RTF template containing a pivot table.  When I preview in Word, it displays.  When I execute the Concurrent Request in Oracle 11, it ends with an error.
    I see this error in the log.  I'm assuming I forgot to do something or did it incorrectly.
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' used but not declared.
    What am I doing incorrectly?  How do I resolve?
    The log follows:
    [8/20/13 1:17:19 AM] [main] Starting GSF service with concurrent process id = 276776.
    [8/20/13 1:17:19 AM] [main] Initialization Parameters: oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5
    [8/20/13 1:17:20 AM] [Thread-21] Service thread starting up.
    [8/20/13 1:17:20 AM] [Thread-22] Service thread starting up.
    [8/20/13 7:51:58 AM] [OPPServiceThread0] Post-processing request 50656205.
    [8/20/13 7:51:58 AM] [276776:RT50656205] Executing post-processing actions for request 50656205.
    [8/20/13 7:51:58 AM] [276776:RT50656205] Starting XML Publisher post-processing action.
    [8/20/13 7:51:58 AM] [276776:RT50656205]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   null
    [082013_075159593][][EXCEPTION] [DEBUG] ------- Preferences defined PreferenceStore -------
    [082013_075159594][][EXCEPTION] [DEBUG] ------- Environment variables stored in EnvironmentStore -------
    [082013_075159594][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.LOW]:[-1]
    [082013_075159594][][EXCEPTION] [DEBUG]  [SECURITY_GROUP_ID]:[0]
    [082013_075159595][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_DECAY_INTERVAL]:[300]
    [082013_075159595][][EXCEPTION] [DEBUG]  [NLS_CHARACTERSET]:[UTF8]
    [082013_075159596][][EXCEPTION] [DEBUG]  [RESP_APPL_ID]:[-1]
    [082013_075159596][][EXCEPTION] [DEBUG]  [NLS_LANGUAGE]:[AMERICAN]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MIN]:[1]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MAX]:[2]
    [082013_075159596][][EXCEPTION] [DEBUG]  [NLS_NUMERIC_CHARACTERS]:[.,]
    [082013_075159596][][EXCEPTION] [DEBUG]  [APPS_JDBC_URL]:[jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=dtw-oadevdb.nasa.cpwr.corp)(PORT=1554)))(CONNECT_DATA=(SERVICE_NAME=udv1)))]
    [082013_075159596][][EXCEPTION] [DEBUG]  [RESP_ID]:[-1]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_MAX_JDBC_CONNECTIONS]:[500]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_JDBC_USABLE_CHECK]:[false]
    [082013_075159596][][EXCEPTION] [DEBUG]  [USER_ID]:[-1]
    [082013_075159596][][EXCEPTION] [DEBUG]  [NLS_TERRITORY]:[AMERICA]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_JDBC_PLSQL_RESET]:[false]
    [082013_075159596][][EXCEPTION] [DEBUG]  [FND_JDBC_CONTEXT_CHECK]:[true]
    [082013_075159597][][EXCEPTION] [DEBUG]  [NLS_DATE_FORMAT]:[DD-MON-RR]
    [082013_075159597][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_DECAY_SIZE]:[5]
    [082013_075159597][][EXCEPTION] [DEBUG]  [FND_JDBC_IDLE_THRESHOLD.HIGH]:[-1]
    [082013_075159597][][EXCEPTION] [DEBUG]  [NLS_SORT]:[BINARY]
    [082013_075159597][][EXCEPTION] [DEBUG]  [NLS_DATE_LANGUAGE]:[AMERICAN]
    [082013_075159597][][EXCEPTION] [DEBUG]  [LOGIN_ID]:[-1]
    [082013_075159597][][EXCEPTION] [DEBUG] ------- Properties stored in Java System Properties -------
    [082013_075159597][][EXCEPTION] [DEBUG]  [APPLTMP]:[/oracle/appl/udv1comn/temp]
    [082013_075159597][][EXCEPTION] [DEBUG]  [java.runtime.name]:[Java(TM) SE Runtime Environment]
    [082013_075159597][][EXCEPTION] [DEBUG]  [sun.boot.library.path]:[/oracle/appl/jdk1.6.0_24/jre/lib/sparc]
    [082013_075159597][][EXCEPTION] [DEBUG]  [java.vm.version]:[19.1-b02]
    [082013_075159597][][EXCEPTION] [DEBUG]  [OVERRIDE_DBC]:[true]
    [082013_075159598][][EXCEPTION] [DEBUG]  [dbcfile]:[/oracle/appl/udv1appl/fnd/11.5.0/secure/dtw-oadevdb_udv1.dbc]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.vm.vendor]:[Sun Microsystems Inc.]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.vendor.url]:[http://java.sun.com/]
    [082013_075159598][][EXCEPTION] [DEBUG]  [path.separator]:[:]
    [082013_075159598][][EXCEPTION] [DEBUG]  [APPLCSF]:[/oracle/appl/udv1comn/admin]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.vm.name]:[Java HotSpot(TM) Server VM]
    [082013_075159598][][EXCEPTION] [DEBUG]  [file.encoding.pkg]:[sun.io]
    [082013_075159598][][EXCEPTION] [DEBUG]  [sun.java.launcher]:[SUN_STANDARD]
    [082013_075159598][][EXCEPTION] [DEBUG]  [sun.os.patch.level]:[unknown]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.vm.specification.name]:[Java Virtual Machine Specification]
    [082013_075159598][][EXCEPTION] [DEBUG]  [user.dir]:[/oracle/appl/udv1comn/admin/log/udv1_dtw-oadevdb]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.runtime.version]:[1.6.0_24-b07]
    [082013_075159598][][EXCEPTION] [DEBUG]  [java.awt.graphicsenv]:[sun.awt.X11GraphicsEnvironment]
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.endorsed.dirs]:[/oracle/appl/jdk1.6.0_24/jre/lib/endorsed]
    [082013_075159599][][EXCEPTION] [DEBUG]  [os.arch]:[sparc]
    [082013_075159599][][EXCEPTION] [DEBUG]  [JTFDBCFILE]:[/oracle/appl/udv1appl/fnd/11.5.0/secure/dtw-oadevdb_udv1.dbc]
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.io.tmpdir]:[/var/tmp/]
    [082013_075159599][][EXCEPTION] [DEBUG]  [line.separator]:[
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.vm.specification.vendor]:[Sun Microsystems Inc.]
    [082013_075159599][][EXCEPTION] [DEBUG]  [os.name]:[SunOS]
    [082013_075159599][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MIN]:[1]
    [082013_075159599][][EXCEPTION] [DEBUG]  [cpid]:[276776]
    [082013_075159599][][EXCEPTION] [DEBUG]  [sun.jnu.encoding]:[ISO646-US]
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.library.path]:[/oracle/appl/jdk1.6.0_24/jre/lib/sparc/server:/oracle/appl/jdk1.6.0_24/jre/lib/sparc:/oracle/appl/jdk1.6.0_24/jre/../lib/sparc:/oracle/appl/udv1ora/iAS/lib:/oracle/appl/udv1ora/8.0.6/network/jre11/lib/sparc/native_threads:/oracle/appl/udv1appl/cz/11.5.0/bin:/oracle/appl/udv1ora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib:/usr/jdk/packages/lib/sparc:/lib:/usr/lib]
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.specification.name]:[Java Platform API Specification]
    [082013_075159599][][EXCEPTION] [DEBUG]  [java.class.version]:[50.0]
    [082013_075159600][][EXCEPTION] [DEBUG]  [sun.management.compiler]:[HotSpot Tiered Compilers]
    [082013_075159600][][EXCEPTION] [DEBUG]  [os.version]:[5.10]
    [082013_075159600][][EXCEPTION] [DEBUG]  [LONG_RUNNING_JVM]:[true]
    [082013_075159600][][EXCEPTION] [DEBUG]  [user.home]:[/oracle/home/applmgr]
    [082013_075159600][][EXCEPTION] [DEBUG]  [user.timezone]:[US/Eastern]
    [082013_075159600][][EXCEPTION] [DEBUG]  [java.awt.printerjob]:[sun.print.PSPrinterJob]
    [082013_075159600][][EXCEPTION] [DEBUG]  [file.encoding]:[ISO646-US]
    [082013_075159600][][EXCEPTION] [DEBUG]  [java.specification.version]:[1.6]
    [082013_075159600][][EXCEPTION] [DEBUG]  [CACHEMODE]:[DISTRIBUTED]
    [082013_075159600][][EXCEPTION] [DEBUG]  [java.class.path]:[/oracle/appl/j2sdk1624/jre/lib/rt.jar:/oracle/appl/j2sdk1624/lib/dt.jar:/oracle/appl/j2sdk1624/lib/tools.jar:/oracle/appl/j2sdk1624/jre/lib/charsets.jar:/oracle/appl/udv1comn/java/appsborg2.zip:/oracle/appl/udv1ora/8.0.6/forms60/java:/oracle/appl/udv1comn/java]
    [082013_075159600][][EXCEPTION] [DEBUG]  [user.name]:[applmgr]
    [082013_075159600][][EXCEPTION] [DEBUG]  [DBCFILE]:[/oracle/appl/udv1appl/fnd/11.5.0/secure/dtw-oadevdb_udv1.dbc]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.vm.specification.version]:[1.0]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.home]:[/oracle/appl/jdk1.6.0_24/jre]
    [082013_075159601][][EXCEPTION] [DEBUG]  [sun.arch.data.model]:[32]
    [082013_075159601][][EXCEPTION] [DEBUG]  [user.language]:[en]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.specification.vendor]:[Sun Microsystems Inc.]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.vm.info]:[mixed mode]
    [082013_075159601][][EXCEPTION] [DEBUG]  [logfile]:[/oracle/appl/udv1comn/admin/log/udv1_dtw-oadevdb/FNDOPP276776.txt]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.version]:[1.6.0_24]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.ext.dirs]:[/oracle/appl/jdk1.6.0_24/jre/lib/ext:/usr/jdk/packages/lib/ext]
    [082013_075159601][][EXCEPTION] [DEBUG]  [sun.boot.class.path]:[/oracle/appl/jdk1.6.0_24/jre/lib/resources.jar:/oracle/appl/jdk1.6.0_24/jre/lib/rt.jar:/oracle/appl/jdk1.6.0_24/jre/lib/sunrsasign.jar:/oracle/appl/jdk1.6.0_24/jre/lib/jsse.jar:/oracle/appl/jdk1.6.0_24/jre/lib/jce.jar:/oracle/appl/jdk1.6.0_24/jre/lib/charsets.jar:/oracle/appl/jdk1.6.0_24/jre/lib/modules/jdk.boot.jar:/oracle/appl/jdk1.6.0_24/jre/classes]
    [082013_075159601][][EXCEPTION] [DEBUG]  [java.vendor]:[Sun Microsystems Inc.]
    [082013_075159601][][EXCEPTION] [DEBUG]  [FND_JDBC_BUFFER_MAX]:[2]
    [082013_075159601][][EXCEPTION] [DEBUG]  [file.separator]:[/]
    [082013_075159602][][EXCEPTION] [DEBUG]  [java.vendor.url.bug]:[http://java.sun.com/cgi-bin/bugreport.cgi]
    [082013_075159602][][EXCEPTION] [DEBUG]  [sun.io.unicode.encoding]:[UnicodeBig]
    [082013_075159602][][EXCEPTION] [DEBUG]  [sun.cpu.endian]:[big]
    [082013_075159602][][EXCEPTION] [DEBUG]  [APPLOUT]:[out/udv1_dtw-oadevdb]
    [082013_075159602][][EXCEPTION] [DEBUG]  [sun.cpu.isalist]:[]
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 07:52:06 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 07:52:06 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 07:52:06 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 07:52:06 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 07:52:06 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 07:52:07 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 07:52:07 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 07:52:07 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 07:52:07 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 07:52:08 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    [8/20/13 7:52:17 AM] [UNEXPECTED] [276776:RT50656205] java.sql.SQLException: ORA-01400: cannot insert NULL into ("APPLSYS"."FND_CONC_REQ_OUTPUTS"."FILE_TYPE")
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.updateOutputTable(XMLPublisherProcessor.java:516)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:329)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [8/20/13 7:52:17 AM] [276776:RT50656205] Completed post-processing actions for request 50656205.
    [8/20/13 8:46:00 AM] [OPPServiceThread1] Post-processing request 50656325.
    [8/20/13 8:46:00 AM] [276776:RT50656325] Executing post-processing actions for request 50656325.
    [8/20/13 8:46:00 AM] [276776:RT50656325] Starting XML Publisher post-processing action.
    [8/20/13 8:46:00 AM] [276776:RT50656325]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   null
    [8/20/13 8:46:01 AM] [UNEXPECTED] [276776:RT50656325] 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:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      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:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' 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
    [8/20/13 8:46:01 AM] [276776:RT50656325] Completed post-processing actions for request 50656325.
    [8/20/13 9:15:08 AM] [OPPServiceThread0] Post-processing request 50656367.
    [8/20/13 9:15:08 AM] [276776:RT50656367] Executing post-processing actions for request 50656367.
    [8/20/13 9:15:08 AM] [276776:RT50656367] Starting XML Publisher post-processing action.
    [8/20/13 9:15:08 AM] [276776:RT50656367]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 9:15:09 AM] [UNEXPECTED] [276776:RT50656367] 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:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      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:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' 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
    [8/20/13 9:15:09 AM] [276776:RT50656367] Completed post-processing actions for request 50656367.
    [8/20/13 9:17:06 AM] [OPPServiceThread0] Post-processing request 50656369.
    [8/20/13 9:17:06 AM] [276776:RT50656369] Executing post-processing actions for request 50656369.
    [8/20/13 9:17:06 AM] [276776:RT50656369] Starting XML Publisher post-processing action.
    [8/20/13 9:17:06 AM] [276776:RT50656369]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 9:17:07 AM] [UNEXPECTED] [276776:RT50656369] 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:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      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:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' 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
    [8/20/13 9:17:07 AM] [276776:RT50656369] Completed post-processing actions for request 50656369.
    [8/20/13 9:22:38 AM] [OPPServiceThread1] Post-processing request 50656370.
    [8/20/13 9:22:38 AM] [276776:RT50656370] Executing post-processing actions for request 50656370.
    [8/20/13 9:22:38 AM] [276776:RT50656370] Starting XML Publisher post-processing action.
    [8/20/13 9:22:38 AM] [276776:RT50656370]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 9:22:38 AM] [UNEXPECTED] [276776:RT50656370] 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:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      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:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' 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
    [8/20/13 9:22:38 AM] [276776:RT50656370] Completed post-processing actions for request 50656370.
    [8/20/13 9:24:46 AM] [OPPServiceThread0] Post-processing request 50656371.
    [8/20/13 9:24:46 AM] [276776:RT50656371] Executing post-processing actions for request 50656371.
    [8/20/13 9:24:46 AM] [276776:RT50656371] Starting XML Publisher post-processing action.
    [8/20/13 9:24:46 AM] [276776:RT50656371]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 09:24:46 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 09:24:46 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 09:24:46 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 09:24:46 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 09:24:46 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 09:24:46 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 09:24:47 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    [8/20/13 9:24:54 AM] [276776:RT50656371] XML Publisher post-processing action complete.
    [8/20/13 9:24:54 AM] [276776:RT50656371] Completed post-processing actions for request 50656371.
    [8/20/13 9:46:48 AM] [OPPServiceThread1] Post-processing request 50656374.
    [8/20/13 9:46:48 AM] [276776:RT50656374] Executing post-processing actions for request 50656374.
    [8/20/13 9:46:48 AM] [276776:RT50656374] Starting XML Publisher post-processing action.
    [8/20/13 9:46:48 AM] [276776:RT50656374]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 9:46:48 AM] [UNEXPECTED] [276776:RT50656374] 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:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      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:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' 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
    [8/20/13 9:46:48 AM] [276776:RT50656374] Completed post-processing actions for request 50656374.
    [8/20/13 10:08:16 AM] [OPPServiceThread0] Post-processing request 50656386.
    [8/20/13 10:08:16 AM] [276776:RT50656386] Executing post-processing actions for request 50656386.
    [8/20/13 10:08:16 AM] [276776:RT50656386] Starting XML Publisher post-processing action.
    [8/20/13 10:08:16 AM] [276776:RT50656386]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 10:08:16 AM] [UNEXPECTED] [276776:RT50656386] 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:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      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:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' 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
    [8/20/13 10:08:16 AM] [276776:RT50656386] Completed post-processing actions for request 50656386.
    [8/20/13 10:13:49 AM] [OPPServiceThread0] Post-processing request 50656387.
    [8/20/13 10:13:49 AM] [276776:RT50656387] Executing post-processing actions for request 50656387.
    [8/20/13 10:13:49 AM] [276776:RT50656387] Starting XML Publisher post-processing action.
    [8/20/13 10:13:49 AM] [276776:RT50656387]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 10:13:49 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 10:13:49 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 10:13:49 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 10:13:49 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    Tue Aug 20 10:13:49 EDT 2013 PROBLEM: In oracle.dss.graph.BILabelLayout::logTruncatedError: legend text truncated
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 10:13:50 EDT 2013 PROBLEM: In oracle.dss.graph.Graph::createLocalGridDataSource: no column labels: column index 0
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    BI Beans Graph version [3.1.0.82]
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_DRILLSTATE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: MetadataMap.METADATA_VALUE
    Tue Aug 20 10:13:50 EDT 2013 TRACE: In oracle.dss.graph.GraphModelAdapter::setSupportedDataLayerFlags (): Current DataSource does not support requested type: LayerMetadata.LAYER_METADATA_NAME
    [8/20/13 10:13:57 AM] [276776:RT50656387] XML Publisher post-processing action complete.
    [8/20/13 10:13:57 AM] [276776:RT50656387] Completed post-processing actions for request 50656387.
    [8/20/13 1:19:36 PM] [OPPServiceThread1] Post-processing request 50656411.
    [8/20/13 1:19:37 PM] [276776:RT50656411] Executing post-processing actions for request 50656411.
    [8/20/13 1:19:37 PM] [276776:RT50656411] Starting XML Publisher post-processing action.
    [8/20/13 1:19:37 PM] [276776:RT50656411]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 1:19:37 PM] [UNEXPECTED] [276776:RT50656411] 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:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      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:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' 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
    [8/20/13 1:19:37 PM] [276776:RT50656411] Completed post-processing actions for request 50656411.
    [8/20/13 1:36:00 PM] [OPPServiceThread1] Post-processing request 50656414.
    [8/20/13 1:36:00 PM] [276776:RT50656414] Executing post-processing actions for request 50656414.
    [8/20/13 1:36:00 PM] [276776:RT50656414] Starting XML Publisher post-processing action.
    [8/20/13 1:36:00 PM] [276776:RT50656414]
    Template code: Test_Head_Count
    Template app:  CPER
    Language:      en
    Territory:     00
    Output type:   PDF
    [8/20/13 1:36:00 PM] [UNEXPECTED] [276776:RT50656414] 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:607)
      at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:235)
      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:5926)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
      at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
      at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:290)
      at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'crosstab' 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
    [8/20/13 1:36:00 PM] [276776:RT50656414] Completed post-processing actions for request 50656414.
    [email protected]

    To make it work,
    inside the if condition add a form field,
    and add the following inside that
    <fo:block keep-with-previous='always' break-after='page'/>
    or
    <xsl:attribute name="break-after" xdofo:ctx="incontext">page</xsl:attribute>it should give u a new page.

  • Conditional format in OBI Publisher Template Builder for Word

    Hi,
    I'm creating a template in MSWord's Publisher. I inserted a table and I tried to add conditional formatting to some of the cells. Nothing special: just standard red color when the value is below 0.
    In several places I've seen that I should go to the cell and do 'Insert>Conditional Format'. Unfortunately I get the following message then:
    The conditional format is not inside a table and can therefore not be applied to a table row
    I tried to google it, but I didn't find anything.
    So I tried to do it with explicit xsl code. In the User's Guide I found an example and after my adjustments it looks like this:
    <?if:_-__ROUND__FACTS_SUMMARY_V_._ACTUAL_COST_PREV_MON___0__<0?>
    <xsl:attribute xdofo:ctx="block" name="background-color">red</xsl:attribute><?end if?>
    <?_-__ROUND__FACTS_SUMMARY_V_._ACTUAL_COST_PREV_MON___0__?>
    I put the above xsl code in 'Properties>Advenced' for a table cell.
    And when I try to preview it as HTML I get the error:
    Caused by: oracle.xdo.parser.v2.XSLException: <Line 45, Column 100>: XML-22047: (Error) Invalid instantiation of 'Attribute' in 'Element' context.
    at oracle.xdo.parser.v2.XSLStylesheet.flushErrors(XSLStylesheet.java:1534)
    I exported my XSL-FO Style Sheet and here you have the lines 41-48:
    <fo:flow flow-name="region-body">
    <fo:block xdofo:line-spacing="multiple:13.8pt" orphans="2" widows="2" linefeed-treatment="preserve" start-indent="5.4pt" text-align="start" padding-bottom="10.0pt" end-indent="5.4pt" padding-top="0.0pt" height="0.0pt" font-size="11.0pt" font-family="Calibri"/>
    <fo:block xdofo:line-spacing="multiple:13.8pt" orphans="2" widows="2" linefeed-treatment="preserve" text-align="start" padding-bottom="0.25pt" end-indent="5.4pt" padding-top="0.25pt">
    <fo:table start-indent="0.0pt" style-id="ts16" style-name="Table Grid" xdofo:table-summary="Template Table 1" xdofo:row-header-count="0">
    <xsl:variable name="_XDOFOPOS2" select="number(1)"/>
    <xsl:variable name="_XDOFOTOTAL" select="number(1)"/>
    <fo:table-column column-width="45.5pt"/>
    <fo:table-column column-width="57.2pt"/>
    I can't see here anything related to my piece of code.
    Do you have any suggestions what do I do wrong?
    And, what's more important, what should I do, to make this conditional formatting run?
    I'm using Template Builder v. 10.1.3.4.
    I'm new to BI and not an expert in XSL, so please forgive me if the info in my post is incomplete. Let me know about it and I'll try to fill the gaps.
    Thanks in advance.
    Cheers,
    WhatTheHell

    Hi,
    Here is what I have used in the past. insert a formula and copy one of these into the formula (and of course change the field names to your report field name).
    Changing Background Color Based on a Condition:
    <?choose:?><?when:GETROWNUM mod 2=0?><xsl:attribute xdofo:ctx="block" name="background-color">rgb(231,230,229)</xsl:attribute><?end when?><?end choose?>
    OR
    <?choose:?><?when:ROWNUM mod 2=0?>
    <xsl:attribute xdofo:ctx="block" name="background-color">rgb(241,235,207)</xsl:attribute>
    <?end when?>
    <?end choose?>
    OR
    Change font color for entire row based on a condition
    <?if@row:STAT='B'?><?attribute@incontext:color;'red'?><?end if?>
    Hope this helps,
    Steve

  • How to make Group Matrix Report in BI Publisher Template Builder for Word

    Dear All
    I have created a template in MSWord's BI Publisher for creating Matrix report, it is working fine, but i couldn't do it for Group matrix report. Kindly give me any kind of example regarding group matrix or nested group in column level and row level.
    Regards
    Haq Nawaz
    A.F.Ferguson & Co
    Edited by: 823804 on Dec 28, 2010 5:42 PM

    Hey hi,
    I m also trying to create template for matrix wih group. have you found any solution for this? if yes please forward me the information on my mail id [email protected]

  • How to insert a Chart using Template Builder for Word 2007

    Hello,
    I am trying to insert a chart in my report, but the OK button in the Chart dialog box is disabled. I am able to move the data but OK button would never become available.
    Does anybody knows what happend?
    I' using BI Publisher 10.1.3.4 and Word 2007
    Any help would be really appreciated :)
    Regards,
    Blanca

    Hi,
    Probably this will help you.
    Uninstall the template builder for word and restart you system and re-install it.
    Because this is add in component in MS Word.So some times this installation is not perfect.Try it once.
    I hope this will work

  • XML Publisher Template Builder for Adobe Acrobat

    Need a XML Publisher Template Builder for adobe acrobat as is available for word.

    I did so.. however, publisher is not able to substitute xsl syntax by the actual value..
    eg.
    i had a <?X_PO_NUM?> in word (either using text field or manually writing this..) and i converted the word doc into pdf using third party s/w..
    when i uploaded this template pdf with sample data file using xmlp admin repsonsibility, and tried to preview the output,
    substitution is not happening..
    the requirement here is, to have some input fields in final PDF output for which report-users should be able to type values in.
    for which I assume initial template has to be in PDF itself..
    any ideas or pointers will be much appreciated..

  • XML publisher(template builder menu for rtf)

    Hi,
    i am trying to do XML publisher report...
    To develop Rtf template by using Microsoft word.i need one menu name called Template Builder over microsoft word .
    i think to get this menu we have to apply some software or patch over the machine which we r using for rtf development .
    anybody can give me the software name and also where i can get this ...
    regards,
    kumar

    The XML Publisher 5.0 Template Builder for Word is available on Metalink as a Patch:
    Patch 4239263
    Description XDO/ORACLE XML PUBLISHER TEMPLATE BUILDER PATCH 1.0.0
    Product XML Publisher
    Release Applications 11i
    Platform or Language -------- Platforms --------Microsoft Windows (32-bit)
    If you don't have access to Metalink, you can download a trial version of the standalone release of XML Publisher 5.5 from Oracle eDelivery:
    http://edelivery.oracle.com/EPD/Download/get_form?egroup_part_number=B23145-01
    Product Pack Oracle Application Server Products
    Platform: Any (e.g. Window 32 Bit)
    The part number is B23145-01: "Oracle® XML Publisher CD/Media Pack".
    The Template Builder for Word is part of the "XML Publisher Desktop".
    HR Madrid

  • Unable to see columns of Data Model in Template Builder for Word.

    Experts,
    My customer has defined Data Model,
    and when Ct is trying to insert fields into their documents,
    the columns in the Data Model can't been seen in Template Builder for Word.
    (in tool bar; Oracle BI Publisher > Insert > Field)
    The details is as follow;
    (Data Model)
    Name : TEST
    Type : SQL Query
    SQL Query : select case_id,case_name from TEST where case_id = :p_case_id and serious_flag = 'Y';
    'p_case_id' is taken from LOV.
    (sample data in TEST table)
    CASE_ID CASE_NAME SERIOUS_FLAG
    1 case1
    2 case2 N
    3 case3 Y
    In this case, CASE_ID and CASE_NAME can't be seen in Template Builder.
    But we can see the columns when the sample data is as follow;
    CASE_ID CASE_NAME SERIOUS_FLAG
    1 case1 Y <-(*)
    2 case2 N
    3 case3 Y
    I mean, the data of the first row (in this case, case_id=1) is hit by the SQL query,
    we can see the columns in Template Builder.
    I'd like to know whether it is an intended behavior.
    Regards.

    Hi,
    I reformed the sample data in TEST table.
    In this case,the columns in the Data Model can't been seen in Template Builder for Word.
    CASE_ID CASE_NAME SERIOUS_FLAG
    1     case1
    2     case2     N
    3     case3     Y
    But we can see the columns when the sample data is as follow;
    CASE_ID CASE_NAME SERIOUS_FLAG
    1     case1     Y     &lt;=(*)
    2     case2     N
    3     case3     Y
    In fact, when the data of the first row (in this case, case_id=1) is hit by the SQL query,
    we can see the columns in Template Builder.
    Any information would be appreciated.
    Thanks in advance.

  • BI Publisher Template Builder for Excel

    I re-installed Oracle BI publisher desktop 11.1.1.7.0 32bit on my computer  (Windows 7, Office Pro Plus 2010)
    Before the re-installation, I could access the BI Publisher tab in the ribbon for Word and Excel. Now, since the re-install, I can't acces the tab.
    I made sure Analyzer for Excel was removed before installing the new version.
    The version of BI Publisher Enterprise that we are running is 11.1.1.5.0
    Someone has a clue why i'm unable to acces the tab?

    I looked in the Add-ins and tried to enable BI publisher template builder, but no success.
    I checked the case to load at Startup, closed Word and Excel, even rebooted my computer... still, the tab doesn't show up. I can see it's in my list of add-ins, but for some reason, I can't enable it.

  • Oracle XML Publisher Template Builder 5.5

    I have seen references to this word plug-in in various XML Publisher demos and presentations, but cannot find where to download the plug-in. Could anyone please provide some insight?
    Thanks,
    Brett

    Brett,
    The patch number given in your reply doesn't seems to exist. Here is the patch number I found in Metalink.
    Patch 4239263
    Description XDO/ORACLE XML PUBLISHER TEMPLATE BUILDER PATCH 1.0.0
    Product XML Publisher
    Release Applications 11i
    Platform or Language -------- Platforms --------Microsoft Windows (32-bit)
    Last Updated 14-MAR-2005
    Size 31M (32764293 bytes)
    Thanks, Anbu Kuppusamy

  • New BI Publisher Desktop (incl. Template Builder for Word) patch available

    This is a patch for Template Builder 10.1.3.4 and 10.1.3.4.1
    The patch address the following issues:
    8463992 - INCORRECT IMPLEMENTATION OF XLIFF SPECIFICATION
    8392756 - PROBLEM WITH CROSS-TAB(PIVOT TABLE) IN TEMPLATE BUILDER
    9283891 - TB DIALOG DOES NOT DETECT MANUALLY UPDATED CODE
    9310510 - TB CHART: THE AGGREGATION "COUNT" IS NOT PARSED
    9157292 - PASSWORD FOR ANALYZER FOR EXCEL
    Because of bug 9283891 (found on this forum - thanks) I would recommend everyone
    to download the patch.
    Klaus

    Hi,
    what about 9157292 - PASSWORD FOR ANALYZER FOR EXCEL ? When I try to modify a xdo sheet, adding a macro, system show me a form "AnalyzerExcel password". And i don't know password to insert. Maybe with patch, this form doesn't appear?
    Thanks
    Giancarlo

  • BI Publisher Template Builder - Can't add/edit chart

    Hi all,
    I am trying to edit a BIP template using the template builder.
    I can log on successfully using the Oracle BI Publisher / Log In option in the menu bar and I am able to choose the template I want to edit.
    Once I open the template, I try to edit one existent chart (right click on the chart / BI Publisher chart) and a chart window appears.
    The problem that I am facing is that I can't apply the new layout properties to the chart cause both the OK and PREVIEW buttons are disabled.
    I know I am probably missing some step but I don't really know which cause I am enew with BIP.
    The strange thing is that I can modify successfully the existent tables or even create new ones, but I can't add/edit new charts.
    I am using MS Word 2007 (I have tried with 2000 also in another laptop) with the template builder 10.1.3.4.1 version.
    Thanks in advance for help.
    Giovanni

    Hi Giovanni,
    I had the same issue and struggled with it a few hours, but the solution is very simple. Here are some directions for fixing this issue.
    1. In the Layout section there are three options to configure: Values, Aggregation and Labels.
    2. Make sure you add the fields to the Values option, select aggregation if it applies for your chart.
    3. Add the field to the Labels section, then you will enable the preview and OK buttons.
    Hope this helps.
    Jhon Castro

Maybe you are looking for