XML Template error

Hi All,
I am getting a warning on browser control while generating a project in XML Form Builder. The error says "Control must have a title, or a label must be connected to it". We are working on NW 2004s SR1.
Can anyone have an idea about this warning.
Best Regards,
Satyadev

Hi Satyadev,
It means you probably have an input field or image in your form without a label or title.
You can still save the project, since these are just warnings. From a usability viewpoint however, you should always provide a label, or a title for elements in a form.
Best regards,
Johan

Similar Messages

  • Error while trying to update the XML template using XML Publisher Administrator

    Hello Folks,
    We are on R12.1.3
    I changed a condition in a report and trying to upload the new XML template using XML Publisher Administrator.
    when i click the Apply button, it is throwing an error 'Bad Request'
    Navigation : XML Publisher Administrator > Data Definitions > query the report
    Click on the name of the report > click 'Update file' besides Data Template > Choose file > Click Apply
    I am getting the below error
    Bad Request
    Your browser sent a request that this server could not understand.
    Now, i could not upload a new XML template.
    Am I doing anything wrong.
    regards,
    Kris

    user10163762 wrote:
    Thank you Eugen and Hussein.
    The problem is not with the template.
    It seems to be a problem in that particular instance.
    Uploaded it in a different instance.
    However once i run the program, i cannot view the output as the browser window flashes and disappears.
    My colleague says , it is to do with the trusted site to download something from the browser.
    Can you please guide me on how to fix this ?
    http://bit.ly/1k8e2vi
    Thanks,
    Hussein

  • XML-23002: (Error) internal xpath error while calling template

    Hi,
    I have used call-template named Chemloop in my xslt in the following way as attached in the xsl file. But when I am testing this xsl file through the bpel transformation, getting the error XML-23002: (Error) internal xpath error. Using this xslt I am converting a flat file into a xml file. My xslt except the call template part is working fine. Please suggest me if I m doing anything wrong.
    XSLT:
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="WSDL">
    <schema location="../ReadASNNAEbizAlcanFileAdapter.wsdl"/>
    <rootElement name="SynchAdvancedShipmentNotice" namespace="http://oracle.com/EbizGateway/NA/SynchASN/V2"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="WSDL">
    <schema location="../ReadASNNAEbizAlcanFileAdapter.wsdl"/>
    <rootElement name="ShipNotice" namespace=""/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 11.1.1.6.0(build 111214.0600.1553) AT [TUE FEB 12 21:05:56 GMT+05:30 2013]. -->
    ?>
    <xsl:stylesheet version="2.0"
    xmlns:svcdoc="http://xmlns.oracle.com/Services/Documentation/V1"
    xmlns:aia="http://www.oracle.com/XSL/Transform/java/oracle.apps.aia.core.xpath.AIAFunctions"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:pc="http://xmlns.oracle.com/pcbpel/"
    xmlns:bpm="http://xmlns.oracle.com/bpmn20/extensions"
    xmlns:alcebo="http://oracle.com/EbizGateway/NA/SynchASN/V2"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:socket="http://www.oracle.com/XSL/Transform/java/oracle.tip.adapter.socket.ProtocolTranslator"
    xmlns:mhdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.mediator.service.common.functions.MediatorExtnFunction"
    xmlns:oraext="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:dvm="http://www.oracle.com/XSL/Transform/java/oracle.tip.dvm.LookupValue"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
    xmlns:med="http://schemas.oracle.com/mediator/xpath"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:xdk="http://schemas.oracle.com/bpel/extension/xpath/function/xdk"
    xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:alcabcs="http://xmlns.oracle.com/pcbpel/adapter/file/T2FJAN/CreateASNNAEBIZAlcanProvABCSImpl/ReadASNNAEbizAlcanFileAdapter"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    exclude-result-prefixes="xsi xsl pc alcebo plnk wsdl jca xsd alcabcs aia bpws xp20 bpel bpm ora socket mhdr oraext dvm hwf med ids xdk xref ldap">
    <xsl:template match="/">
    <ShipNotice>
    <Header>
    <BOLNo>
    <xsl:value-of select="/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D1DP1_1000/alcebo:BILL_OF_LADING_1000"/>
    </BOLNo>
    <TripNo>
    <xsl:value-of select="/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D1DP1_1000/alcebo:TRIP_NAME_1000"/>
    </TripNo>
    <Action>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Action>
    <Attr1>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr1>
    <Attr2>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr2>
    <Attr3>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr3>
    <Attr4>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr4>
    <Attr5>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr5>
    </Header>
    <Shipment>
    <ShipDate>
    <xsl:value-of select="/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D1DP1_1000/alcebo:DEPARTURE_DATE_1000"/>
    </ShipDate>
    <RouteCode>
    <xsl:value-of select="/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:SHIP_METHOD_CODE_EXT4_1010"/>
    </RouteCode>
    <xsl:choose>
    <xsl:when test='/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:SHIP_METHOD_CODE_EXT1_1010 = "R"'>
    <RateRouteCode>
    <xsl:value-of select="/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:SHIP_METHOD_CODE_EXT3_1010"/>
    </RateRouteCode>
    </xsl:when>
    <xsl:otherwise>
    <RateRouteCode>
    <xsl:value-of select="/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:SHIP_METHOD_CODE_EXT1_1010"/>
    </RateRouteCode>
    </xsl:otherwise>
    </xsl:choose>
    <xsl:choose>
    <xsl:when test='/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:SHIP_METHOD_CODE_EXT1_1010 = "R"'>
    <CarrierCode>
    <xsl:value-of select="/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:SHIP_METHOD_CODE_EXT3_1010"/>
    </CarrierCode>
    </xsl:when>
    <xsl:otherwise>
    <CarrierCode>
    <xsl:value-of select="/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:SHIP_METHOD_CODE_EXT1_1010"/>
    </CarrierCode>
    </xsl:otherwise>
    </xsl:choose>
    <TransportModeCode>
    <xsl:value-of select="substring(/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:SHIP_METHOD_CODE_EXT2_1010,1.0,1.0)"/>
    </TransportModeCode>
    <TransportModeType>
    <xsl:value-of select="normalize-space(/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:RTIN1_1030/alcebo:ROUTING_INSTRUCTIONS1_1030)"/>
    </TransportModeType>
    <xsl:choose>
    <xsl:when test='normalize-space(/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:SHIP_METHOD_CODE_EXT1_1010) = "R"'>
    <TrailerNo>
    <xsl:value-of select="concat(/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:A1DL1_3600[1]/alcebo:DELIVERY_ATTRIBUTE1_3600,/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:A2DL2_3610[1]/alcebo:DELIVERY_ATTRIBUTE5_3610)"/>
    </TrailerNo>
    </xsl:when>
    <xsl:otherwise>
    <TrailerNo>
    <xsl:value-of select="normalize-space(/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:EQUIPMENT_NUMBER_1010)"/>
    </TrailerNo>
    </xsl:otherwise>
    </xsl:choose>
    <SealNo>
    <xsl:value-of select="normalize-space(/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D2DP2_1010[1]/alcebo:EQUIPMENT_SEAL_1010)"/>
    </SealNo>
    <Quantity>
    <xsl:value-of select='sum(/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:UnpackedOrder/alcebo:UnpackedItemDetail/alcebo:I3IT3_4520/alcebo:SHIPPED_QUANTITY_4520) + sum(format-number(/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:UnpackedOrder/alcebo:P1PO1_4000/alcebo:FREIGHT_TERMS_CODE_EXT3_4000,"##############0.00"))'/>
    </Quantity>
    <QuantityUOM>
    <xsl:value-of select="normalize-space(/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:D3DP3_1015[1]/alcebo:DELIVERY_TARE_WEIGHT_UOM_EXT1_1015)"/>
    </QuantityUOM>
    <Attr1>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr1>
    <Attr2>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr2>
    <Attr3>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr3>
    <Attr4>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr4>
    <Attr5>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr5>
    <ShipmentItems>
    <xsl:for-each select="/alcebo:SynchAdvancedShipmentNotice/alcebo:AdvanceShipmentNotice/alcebo:ASNShipmentLevel/alcebo:UnpackedOrder">
    <ShipmentItem>
    <ShipListNo>
    <xsl:value-of select='concat(substring("0000",1.0,4.0 - string-length(string(position()))),string(position()))'/>
    </ShipListNo>
    <OrderNo>
    <xsl:value-of select="normalize-space(alcebo:P1PO1_4000/alcebo:PURCHASE_ORDER_NUMBER_4000)"/>
    </OrderNo>
    <LineNo>
    <xsl:value-of select="normalize-space(alcebo:UnpackedItemDetail/alcebo:I2IT2_4510[1]/alcebo:CUST_PO_LINE_NUM_4510)"/>
    </LineNo>
    <ItemNoXref>
    <xsl:value-of select="normalize-space(alcebo:UnpackedItemDetail/alcebo:I1IT1_4500[1]/alcebo:BUYER_PART_NO_4500)"/>
    </ItemNoXref>
    <AlcoaPartNo>
    <xsl:value-of select="normalize-space(alcebo:UnpackedItemDetail/alcebo:I1IT1_4500[1]/alcebo:SUPPLIER_PART_NUMBER_4500)"/>
    </AlcoaPartNo>
    <Quantity>
    <xsl:value-of select="sum(alcebo:UnpackedItemDetail/alcebo:I3IT3_4520/alcebo:SHIPPED_QUANTITY_4520)"/>
    </Quantity>
    <QuantityUOM>
    <xsl:value-of select="normalize-space(alcebo:UnpackedItemDetail/alcebo:I3IT3_4520[1]/alcebo:ORDER_QUANTITY_UOM_INT_4520)"/>
    </QuantityUOM>
    <TareWeight>
    <xsl:value-of select='format-number(alcebo:P1PO1_4000/alcebo:FREIGHT_TERMS_CODE_EXT3_4000,"##############0.##")'/>
    </TareWeight>
    <TareWeightUOM>
    <xsl:value-of select="normalize-space(alcebo:UnpackedItemDetail/alcebo:I3IT3_4520[1]/alcebo:ORDER_QUANTITY_UOM_INT_4520)"/>
    </TareWeightUOM>
    <Attr1>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr1>
    <Attr2>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr2>
    <Attr3>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr3>
    <Attr4>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr4>
    <Attr5>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr5>
    <xsl:for-each select="alcebo:UnpackedItemDetail">
    <Bundle>
    <LotNo>
    <xsl:value-of select="alcebo:DeliveryDetail/alcebo:LSDET_5500[1]/alcebo:LOT_NUMBER_5500"/>
    </LotNo>
    <SubLotNo>
    <xsl:value-of select="alcebo:DeliveryDetail/alcebo:EX02_5591[1]/alcebo:DSNO_LEV06_EXT09_5591"/>
    </SubLotNo>
    <Quantity>
    <xsl:value-of select="alcebo:I3IT3_4520[1]/alcebo:SHIPPED_QUANTITY_4520"/>
    </Quantity>
    <QuantityUOM>
    <xsl:value-of select="alcebo:I3IT3_4520[1]/alcebo:ORDER_QUANTITY_UOM_INT_4520"/>
    </QuantityUOM>
    <Pieces>
    <xsl:value-of select="alcebo:DeliveryDetail/alcebo:EX02_5591[1]/alcebo:DSNO_LEV06_EXT10_5591"/>
    </Pieces>
    <Attr1>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr1>
    <Attr2>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr2>
    <Attr3>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr3>
    <Attr4>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr4>
    <Attr5>
    <xsl:text disable-output-escaping="no"></xsl:text>
    </Attr5>
    <!-- User Defined Templates -->
    <xsl:call-template name="Chemloop">
    <xsl:with-param name="i">1</xsl:with-param>
    </xsl:call-template>
    </Bundle>
    </xsl:for-each>
    </ShipmentItem>
    </xsl:for-each>
    </ShipmentItems>
    </Shipment>
    </ShipNotice>
    </xsl:template>
    <xsl:template name="Chemloop">
    <xsl:param name="i"/>
    <xsl:variable name="ChemRow"
    select="concat(/alcebo:DeliveryDetail[position()]/alcebo:EX01_5590[1]/alcebo:DSNO_LEV06_EXT01_5590,/alcebo:DeliveryDetail[position()]/alcebo:EX01_5590[1]/alcebo:DSNO_LEV06_EXT02_5590,/alcebo:DeliveryDetail[position()]/alcebo:EX01_5590[1]/alcebo:DSNO_LEV06_EXT03_5590,/alcebo:DeliveryDetail[position()]/alcebo:EX01_5590[1]/alcebo:DSNO_LEV06_EXT04_5590)"/>
    <xsl:variable name="ChemBlock"
    select="substring($ChemRow,1+($i-1)*33,33)"/>
    <xsl:if test="$ChemBlock!=' '">
    <ChemicalAnalysis>
    <ElementName>
    <xsl:value-of select="substring($ChemBlock,1,5)"/>
    </ElementName>
    <RNDValue>
    <xsl:value-of select="substring($ChemBlock,6,15)"/>
    </RNDValue>
    <ValueQualifier>
    <xsl:value-of select="substring($ChemBlock,21,2)"/>
    </ValueQualifier>
    <NumDecimals>
    <xsl:value-of select="substring($ChemBlock,23,3)"/>
    </NumDecimals>
    <DropNo>
    <xsl:value-of select="substring($ChemBlock,26,8)"/>
    </DropNo>
    </ChemicalAnalysis>
    </xsl:if>
    <xsl:if test="($ChemBlock=' ') and $i=1">
    <xsl:message terminate="yes">No Chemical data found</xsl:message>
    </xsl:if>
    <xsl:if test="$i &lt;= 26">
    <xsl:call-template name="Chemloop">
    <xsl:with-param name="i">
    <!-- Increment index-->
    <xsl:value-of select="$i + 1"/>
    </xsl:with-param>
    </xsl:call-template>
    </xsl:if>
    </xsl:template>
    </xsl:stylesheet>

    I can't get what are you trying to achieve by a construction like bellow...
    /alcebo:DeliveryDetail[position()]
    Remember XSLT is not a procedural language... a selector like /alcebo:DeliveryDetail[position() = $var] or just /alcebo:DeliveryDetail[$var] would make more sense...
    Cheers,
    Vlad

  • XML Template could not find error when submitting for other than English

    Hi All,
    When I try to submit my custom xml report through SRS window, in NON english language, I get following error
    "The simultaneous application program could not find an xml template for the program. Check the configuration of the data and information medianate template for the program administrator the responsibility to xml editor" --- (Transalted from spanish message by me)
    and then giving FRM-41072:can not create the group req_layout
    error.
    I have other xml report for which I have no this type of problem
    Please help me.
    Edited by: DharV on Oct 30, 2011 10:42 PM

    Hi,
    I have a template created using UI Shell and have 2 fragments being used as a dynamic region. So far so good. All is well and when i run the application i can see the regions.
    Don't know what this has to do with the problem and its solution. Its confusing.
    Now i created a custom template (.jspx) file and tried to use the same fragments in this template.
    Assume you meant that you used the same task flow reference - correct ?
    If you set definition="public" , does it make a difference ?
    Frank

  • RoboHelp 10 Compile Error: Cannot find xml definition file Template Error

    Does anyone know how to resolve this error? I'm exhausted googling.
    I generated Webhelp and got the error below. When I View the Help, nothing displays; IE browser does not open the Help.
    Initializing compiler...
    Generating WebHelp 5.50 (10.0.0.287)...
    Error: Cannot find xml definition file C:\Program Files (x86)\Adobe\Adobe RoboHelp 10\RoboHTML\webhelp5Ext\template_skin\webhelp5skin.xml.
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.navpane.dhtml
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.navpane.list
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.toolbar
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.pane.minibar
    Template Error: can not resolve macro: WT_DS_TOC_ICON_PAGE_REMOTE
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.topic
    Template Error: can not resolve macro: WEBHELP_TEMPLATE.frame
    Processing TOC data...
    Processing Glossary data...
    Processing Context-sensitive-Help data...
    Updating HTML topics...
    Finished updating HTML topics in 5 sec(s) : total 431 topic(s).
    Processing Full-text-search data...
    Finished processing Full-Text-Search data in 41 sec(s)
    Applying WebHelp 5.50 Template...
    ..........................Template Error: can not resolve macro: WT_DS_SEARCHFORM_GO in C:\FuelsManager Primus\Web Application\Projects\FMHelp\Cirrus\whfform.htm
    Error: Fail to update Template file whskin_frmset010.htm
    Error: Fail to update Template file whskin_frmset01.htm
    Error: Fail to update Template file whskin_frmset0.htm
    Finished applying Template in 10 sec(s)
    Finished compiling WebHelp in 107 sec(s)
    Compilation complete.

    Why Robo 8 would remove RH10 files is beyond me.
    A reinstall of RH is sure to fix it. But if you PM me your email
    address, I can send you a copy of the file (might save you a reinstall).
    Kind regards,
    Willam

  • Concurrent program XML Data template error.

    Internal Controls Manager: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XX_EMP module: xx_emp_cP
    Current system time is 10-JAN-2009 08:41:41
    XDO Data Engine Version No: 5.6.3
    Resp: 20420
    Org ID : 101
    Request ID: 814249
    All Parameters: p_DeptNo=10
    Data Template Code: XX_EMP
    Data Template Application Short Name: AMW
    Debug Flag: N
    {p_DeptNo=10}
    Calling XDO Data Engine...
    java.lang.NullPointerException
         at oracle.apps.xdo.oa.util.DataTemplate.getDataTemplate(DataTemplate.java:281)
         at oracle.apps.xdo.oa.util.DataTemplate.<init>(DataTemplate.java:133)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:282)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)

    this is XML publisher error.
    Please post the message in XML publisher forum
    --Prjasanna                                                                                                                                                                                       

  • Error with Dynamic XML template in interactive form callable objects :GP

    Hi,
         We are trying to implement Offline adobe forms using guided procedures (Impersonalized forms).
    We have no problem while creating the callable object using the normal xdp template. But whenever we try to use Acrobat 7/8 dynamic xml template, the following error occurs and the template is not picked.
    "Could not retrieve template fields: Wrong document format or adapter mismatch  from adapter"
    Cant we use dynamic xml templates for adobe forms in GP? If we can, how to resolve this? Please let me know.
    Version:
    Netweaver SAP 2004s Sp15
    Adove Live Cycle desginer 7.0
    Edited by: Subramanya Srinivas Mullapudi on Oct 25, 2008 1:31 AM

    Hi Srivinas,
    take a look on that [docu dynamic forms|http://help.sap.com/saphelp_nw70/helpdata/en/44/bca11fc60b7006e10000000a155369/content.htm] and let me know if this is solving your problem.
    In addition also consider [integrating offline and form-based activities|http://help.sap.com/saphelp_nw70/helpdata/en/44/d44bea51103ee1e10000000a114a6b/content.htm] and the mentioned sublinks.
    Best regards
    Berndt

  • FX error publishing XML template in JDE 811SP1

    Do anyone know why I keep failing to publish XML template in JDE 811SP1?Error message FX. I applied two BI Publisher ESU and my tools release is 8.97.0.3.
    Edited by: Bluefrank on 2010-5-20 上午2:33

    This is jdedebug_3616.log_
    May 12 11:31:20.550000 - 3616/6324     **** jdeDebugInit -- output disabled in INI file.
    May 12 11:56:47.800000 - 3616/6324 MAIN_THREAD      Turn output logging on
    May 12 11:56:47.800001 - 3616/6324 MAIN_THREAD      IPC Trace level set to 0
    May 12 11:56:47.800002 - 3616/6324 MAIN_THREAD      Net Trace level set to 0
    May 12 11:56:47.800003 - 3616/6324 MAIN_THREAD      Stopped gathering PSThread Metrics
    May 12 11:56:47.800004 - 3616/6324 MAIN_THREAD      PSThread Trace level set to 0
    May 12 11:56:47.800005 - 3616/6324 MAIN_THREAD      TAM Trace level set to 0
    May 12 11:56:47.800006 - 3616/6324 MAIN_THREAD      SecTrace level set to 0
    May 12 11:56:47.800007 - 3616/6324 MAIN_THREAD      CMTrace level set to 0
    May 12 12:00:57.034000 - 3616/6324 MAIN_THREAD      About to call dispatch function, flags=0x0, Type=15903
    May 12 12:00:57.034001 - 3616/6324 MAIN_THREAD      Entering JDB_OpenTable(Table = F95630)
    May 12 12:00:57.034002 - 3616/6324 MAIN_THREAD      ODBC:S DBInitConnection shr(8) con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 cur=0,3,6 sep=. OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.034003 - 3616/6324 MAIN_THREAD      Exiting JDB_OpenTable(Table = F95630) with Success
    May 12 12:00:57.034004 - 3616/6324 MAIN_THREAD      Entering JDB_SelectKeyed
    May 12 12:00:57.034005 - 3616/6324 MAIN_THREAD      ODBC:S DBInitRequest(new) req=053806B0 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.034006 - 3616/6324 MAIN_THREAD      SELECT * FROM PS_NDV.TESTDTA.F95630 WHERE ( XDEXEHOST = 'OHKHKA21' AND XDJOBNBR = 69598.000000 ) ORDER BY XDEXEHOST ASC,XDJOBNBR ASC
    May 12 12:00:57.034007 - 3616/6324 MAIN_THREAD      Entering DBPerformRequest
    May 12 12:00:57.034008 - 3616/6324 MAIN_THREAD      ODBC:S DBPerformRequest req=053806B0 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.034009 - 3616/6324 MAIN_THREAD      Exiting DBPerformRequest
    May 12 12:00:57.034010 - 3616/6324 MAIN_THREAD      Exiting JDB_SelectKeyed with Success
    May 12 12:00:57.034011 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input Value -- MMDDYYYY [5/12/2010] Time: [4:0:56] TimZone [] DSTRULE [DST_NONE]
    May 12 12:00:57.034012 - 3616/6324 MAIN_THREAD      jdeUTime_GetDSTOffsetEx: No DST Rule Applied
    May 12 12:00:57.034013 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input --> MMDDYYYY [5/12/2010] Time [4:0:56] TimeZone [] DSTRule [DST_NONE] Output --> UTIME [ 4:00:56 (UTC)]
    May 12 12:00:57.034014 - 3616/6324 MAIN_THREAD      Fetched the record
    May 12 12:00:57.034015 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable
    May 12 12:00:57.034016 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable(Table = F95630)
    May 12 12:00:57.034017 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSequencing
    May 12 12:00:57.034018 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSequencing with Success
    May 12 12:00:57.034019 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSelection
    May 12 12:00:57.034020 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSelection with Success
    May 12 12:00:57.034021 - 3616/6324 MAIN_THREAD      Entering JDB_ClearAggregate
    May 12 12:00:57.034022 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearAggregate with Success
    May 12 12:00:57.034023 - 3616/6324 MAIN_THREAD      Entering JDB_ClearGroupBy
    May 12 12:00:57.034024 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearGroupBy with Success
    May 12 12:00:57.034025 - 3616/6324 MAIN_THREAD      ODBC:S DBFreeRequest(close) req=053806B0 con=00CFA7E8
    May 12 12:00:57.034026 - 3616/6324 MAIN_THREAD      Entering JDB_ClearBuffers
    May 12 12:00:57.034027 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearBuffers with success.
    May 12 12:00:57.034028 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable(Table = F95630) with Success
    May 12 12:00:57.034029 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable with Success
    May 12 12:00:57.034030 - 3616/6324 MAIN_THREAD      Entering JDB_OpenTable(Table = F9563110)
    May 12 12:00:57.034031 - 3616/6324 MAIN_THREAD      Exiting JDB_OpenTable(Table = F9563110) with Success
    May 12 12:00:57.034032 - 3616/6324 MAIN_THREAD      Entering JDB_SelectKeyed
    May 12 12:00:57.034033 - 3616/6324 MAIN_THREAD      ODBC:S DBInitRequest(reuse) req=05245A28 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.034034 - 3616/6324 MAIN_THREAD      SELECT * FROM PS_NDV.TESTDTA.F9563110 WHERE ( RJEXEHOST = 'OHKHKA21' AND RJJOBNBR = 69598.000000 ) ORDER BY RJEXEHOST ASC,RJJOBNBR ASC
    May 12 12:00:57.034035 - 3616/6324 MAIN_THREAD      Entering DBPerformRequest
    May 12 12:00:57.034036 - 3616/6324 MAIN_THREAD      ODBC:S DBPerformRequest req=05245A28 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.034037 - 3616/6324 MAIN_THREAD      Exiting DBPerformRequest
    May 12 12:00:57.034038 - 3616/6324 MAIN_THREAD      Exiting JDB_SelectKeyed with Success
    May 12 12:00:57.034039 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input Value -- MMDDYYYY [5/12/2010] Time: [4:0:56] TimZone [] DSTRULE [DST_NONE]
    May 12 12:00:57.034040 - 3616/6324 MAIN_THREAD      jdeUTime_GetDSTOffsetEx: No DST Rule Applied
    May 12 12:00:57.034041 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input --> MMDDYYYY [5/12/2010] Time [4:0:56] TimeZone [] DSTRule [DST_NONE] Output --> UTIME [ 4:00:56 (UTC)]
    May 12 12:00:57.034042 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input Value -- MMDDYYYY [5/12/2010] Time: [4:0:56] TimZone [] DSTRULE [DST_NONE]
    May 12 12:00:57.034043 - 3616/6324 MAIN_THREAD      jdeUTime_GetDSTOffsetEx: No DST Rule Applied
    May 12 12:00:57.034044 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input --> MMDDYYYY [5/12/2010] Time [4:0:56] TimeZone [] DSTRule [DST_NONE] Output --> UTIME [ 4:00:56 (UTC)]
    May 12 12:00:57.034045 - 3616/6324 MAIN_THREAD      Fetched the record
    May 12 12:00:57.034046 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable
    May 12 12:00:57.034047 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable(Table = F9563110)
    May 12 12:00:57.034048 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSequencing
    May 12 12:00:57.034049 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSequencing with Success
    May 12 12:00:57.034050 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSelection
    May 12 12:00:57.034051 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSelection with Success
    May 12 12:00:57.034052 - 3616/6324 MAIN_THREAD      Entering JDB_ClearAggregate
    May 12 12:00:57.034053 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearAggregate with Success
    May 12 12:00:57.034054 - 3616/6324 MAIN_THREAD      Entering JDB_ClearGroupBy
    May 12 12:00:57.034055 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearGroupBy with Success
    May 12 12:00:57.034056 - 3616/6324 MAIN_THREAD      ODBC:S DBFreeRequest(close) req=05245A28 con=00CFA7E8
    May 12 12:00:57.034057 - 3616/6324 MAIN_THREAD      Entering JDB_ClearBuffers
    May 12 12:00:57.034058 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearBuffers with success.
    May 12 12:00:57.034059 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable(Table = F9563110) with Success
    May 12 12:00:57.034060 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable with Success
    May 12 12:00:57.034061 - 3616/6324 MAIN_THREAD      Entering JDB_OpenTable(Table = F9563110)
    May 12 12:00:57.034062 - 3616/6324 MAIN_THREAD      Exiting JDB_OpenTable(Table = F9563110) with Success
    May 12 12:00:57.034063 - 3616/6324 MAIN_THREAD      Entering JDB_SelectKeyed
    May 12 12:00:57.034064 - 3616/6324 MAIN_THREAD      ODBC:S DBInitRequest(reuse) req=05245A28 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.034065 - 3616/6324 MAIN_THREAD      SELECT * FROM PS_NDV.TESTDTA.F9563110 WHERE ( RJRPDOUGUD = '27363685600000-RKNKNDONQT-QZTBOYYYYY ' ) ORDER BY RJRPDOUGUD ASC
    May 12 12:00:57.050000 - 3616/6324 MAIN_THREAD      Entering DBPerformRequest
    May 12 12:00:57.050001 - 3616/6324 MAIN_THREAD      ODBC:S DBPerformRequest req=05245A28 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050002 - 3616/6324 MAIN_THREAD      Exiting DBPerformRequest
    May 12 12:00:57.050003 - 3616/6324 MAIN_THREAD      Exiting JDB_SelectKeyed with Success
    May 12 12:00:57.050004 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input Value -- MMDDYYYY [5/12/2010] Time: [4:0:56] TimZone [] DSTRULE [DST_NONE]
    May 12 12:00:57.050005 - 3616/6324 MAIN_THREAD      jdeUTime_GetDSTOffsetEx: No DST Rule Applied
    May 12 12:00:57.050006 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input --> MMDDYYYY [5/12/2010] Time [4:0:56] TimeZone [] DSTRule [DST_NONE] Output --> UTIME [ 4:00:56 (UTC)]
    May 12 12:00:57.050007 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input Value -- MMDDYYYY [5/12/2010] Time: [4:0:56] TimZone [] DSTRULE [DST_NONE]
    May 12 12:00:57.050008 - 3616/6324 MAIN_THREAD      jdeUTime_GetDSTOffsetEx: No DST Rule Applied
    May 12 12:00:57.050009 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input --> MMDDYYYY [5/12/2010] Time [4:0:56] TimeZone [] DSTRule [DST_NONE] Output --> UTIME [ 4:00:56 (UTC)]
    May 12 12:00:57.050010 - 3616/6324 MAIN_THREAD      Fetched the record
    May 12 12:00:57.050011 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input Value -- MMDDYYYY [5/12/2010] Time: [4:0:57] TimZone [] DSTRULE [DST_NONE]
    May 12 12:00:57.050012 - 3616/6324 MAIN_THREAD      jdeUTime_GetDSTOffsetEx: No DST Rule Applied
    May 12 12:00:57.050013 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input --> MMDDYYYY [5/12/2010] Time [4:0:57] TimeZone [] DSTRule [DST_NONE] Output --> UTIME [ 4:00:57 (UTC)]
    May 12 12:00:57.050014 - 3616/6324 MAIN_THREAD      Entering JDB_UpdateTable (Table F9563110)
    May 12 12:00:57.050015 - 3616/6324 MAIN_THREAD      jdeUTime_GetDSTOffsetEx: No DST Rule Applied
    May 12 12:00:57.050016 - 3616/6324 MAIN_THREAD      jdeUTime_GetWithDSTInterrnal: UTime INPUT [ 4:00:57 (UTC)]
    May 12 12:00:57.050017 - 3616/6324 MAIN_THREAD      jdeUTime_GetWithDSTInternal: TimeZone INPUT [(UTC Standard)]
    May 12 12:00:57.050018 - 3616/6324 MAIN_THREAD      ODBC:S DBInitRequest(reuse) req=05252290 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050019 - 3616/6324 MAIN_THREAD      UPDATE PS_NDV.TESTDTA.F9563110 SET RJRPDOUGUD='27363685600000-RKNKNDONQT-QZTBOYYYYY ',RJRPDUOGUD='27363685600001-RKNKNDONQT-QZTBOYYYYY ',RJRPDEXHST='OHKHKA21 ',RJRPDJBNBR=15.000000,RJRPDNM='RD5600225 ',RJEXEHOST='OHKHKA21 ',RJJOBNBR=69598.000000,RJRPDJBSTS='X',RJRPDSRCTP='1 ',RJRPDSRC='R5600225 ',RJRPDSRCV='NCM0001 ',RJRPDSRCFM=' ',RJRPDSRCSF=' ',RJRPDSRCFU=' ',RJRPDSBTUT=5/12/2010 4:0:56,RJRPDORGHT='OHKHKT0K ',RJRPDFUSS1=' ',RJRPDFUSS2=' ',RJRPDFUSS3=' ',RJRPDFUSS7=' ',RJRPDFUSS8=' ',RJRPDFUSS9=' ',RJRPDFUSC1=' ',RJRPDFUSC2=' ',RJRPDFUSC3=' ',RJRPDFUSM1=0.000000,RJRPDFUSM2=0.000000,RJRPDFUSN1=0,RJRPDFUSN2=0,RJRPDFUSU1=0/0/0 0:0:0,RJRPDFUSU2=0/0/0 0:0:0,RJRPDFUSU3=0/0/0 0:0:0,RJMKEY='OHKHKA21 ',RJUSER='LUOWJ ',RJUTIME=5/12/2010 4:0:57 WHERE ( RJRPDOUGUD = '27363685600000-RKNKNDONQT-QZTBOYYYYY ' )
    May 12 12:00:57.050020 - 3616/6324 MAIN_THREAD      Entering DBPerformRequest
    May 12 12:00:57.050021 - 3616/6324 MAIN_THREAD      ODBC:S DBPerformRequest req=05252290 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050022 - 3616/6324 MAIN_THREAD      Exiting DBPerformRequest
    May 12 12:00:57.050023 - 3616/6324 MAIN_THREAD      Exiting JDB_UpdateTable with Success (Table F9563110)
    May 12 12:00:57.050024 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable
    May 12 12:00:57.050025 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable(Table = F9563110)
    May 12 12:00:57.050026 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSequencing
    May 12 12:00:57.050027 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSequencing with Success
    May 12 12:00:57.050028 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSelection
    May 12 12:00:57.050029 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSelection with Success
    May 12 12:00:57.050030 - 3616/6324 MAIN_THREAD      Entering JDB_ClearAggregate
    May 12 12:00:57.050031 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearAggregate with Success
    May 12 12:00:57.050032 - 3616/6324 MAIN_THREAD      Entering JDB_ClearGroupBy
    May 12 12:00:57.050033 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearGroupBy with Success
    May 12 12:00:57.050034 - 3616/6324 MAIN_THREAD      ODBC:S DBFreeRequest(close) req=05245A28 con=00CFA7E8
    May 12 12:00:57.050035 - 3616/6324 MAIN_THREAD      ODBC:S DBFreeRequest(close) req=05252290 con=00CFA7E8
    May 12 12:00:57.050036 - 3616/6324 MAIN_THREAD      Entering JDB_ClearBuffers
    May 12 12:00:57.050037 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearBuffers with success.
    May 12 12:00:57.050038 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable(Table = F9563110) with Success
    May 12 12:00:57.050039 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable with Success
    May 12 12:00:57.050040 - 3616/6324 MAIN_THREAD      Entering JDB_OpenTable(Table = F95640)
    May 12 12:00:57.050041 - 3616/6324 MAIN_THREAD      ODBC:S DBInitConnection shr(9) con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 cur=0,3,6 sep=. OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050042 - 3616/6324 MAIN_THREAD      Exiting JDB_OpenTable(Table = F95640) with Success
    May 12 12:00:57.050043 - 3616/6324 MAIN_THREAD      Entering JDB_SelectKeyed
    May 12 12:00:57.050044 - 3616/6324 MAIN_THREAD      ODBC:S DBInitRequest(new) req=05347F08 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050045 - 3616/6324 MAIN_THREAD      SELECT * FROM PS_NDV.TESTDTA.F95640 WHERE ( RSRPDGUID = '27363685400001-RKNKNWMNQT-QZTBOYYYYY' AND RSRPDKEY = 'RPDNM' ) ORDER BY RSRPDGUID ASC,RSRPDKEY ASC,RSRPDVALU ASC
    May 12 12:00:57.050046 - 3616/6324 MAIN_THREAD      Entering DBPerformRequest
    May 12 12:00:57.050047 - 3616/6324 MAIN_THREAD      ODBC:S DBPerformRequest req=05347F08 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050048 - 3616/6324 MAIN_THREAD      Exiting DBPerformRequest
    May 12 12:00:57.050049 - 3616/6324 MAIN_THREAD      Exiting JDB_SelectKeyed with Success
    May 12 12:00:57.050050 - 3616/6324 MAIN_THREAD      Fetched the record
    May 12 12:00:57.050051 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable
    May 12 12:00:57.050052 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable(Table = F95640)
    May 12 12:00:57.050053 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSequencing
    May 12 12:00:57.050054 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSequencing with Success
    May 12 12:00:57.050055 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSelection
    May 12 12:00:57.050056 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSelection with Success
    May 12 12:00:57.050057 - 3616/6324 MAIN_THREAD      Entering JDB_ClearAggregate
    May 12 12:00:57.050058 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearAggregate with Success
    May 12 12:00:57.050059 - 3616/6324 MAIN_THREAD      Entering JDB_ClearGroupBy
    May 12 12:00:57.050060 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearGroupBy with Success
    May 12 12:00:57.050061 - 3616/6324 MAIN_THREAD      ODBC:S DBFreeRequest(close) req=05347F08 con=00CFA7E8
    May 12 12:00:57.050062 - 3616/6324 MAIN_THREAD      Entering JDB_ClearBuffers
    May 12 12:00:57.050063 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearBuffers with success.
    May 12 12:00:57.050064 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable(Table = F95640) with Success
    May 12 12:00:57.050065 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable with Success
    May 12 12:00:57.050066 - 3616/6324 MAIN_THREAD      Entering JDB_OpenTable(Table = F95620)
    May 12 12:00:57.050067 - 3616/6324 MAIN_THREAD      ODBC:S DBInitConnection shr(10) con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 cur=0,3,6 sep=. OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050068 - 3616/6324 MAIN_THREAD      Exiting JDB_OpenTable(Table = F95620) with Success
    May 12 12:00:57.050069 - 3616/6324 MAIN_THREAD      Entering JDB_SelectKeyed
    May 12 12:00:57.050070 - 3616/6324 MAIN_THREAD      ODBC:S DBInitRequest(new) req=05219EF0 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050071 - 3616/6324 MAIN_THREAD      SELECT * FROM PS_NDV.TESTDTA.F95620 WHERE ( RDRPDNM = 'RD5600225' ) ORDER BY RDRPDNM ASC
    May 12 12:00:57.050072 - 3616/6324 MAIN_THREAD      Entering DBPerformRequest
    May 12 12:00:57.050073 - 3616/6324 MAIN_THREAD      ODBC:S DBPerformRequest req=05219EF0 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050074 - 3616/6324 MAIN_THREAD      Exiting DBPerformRequest
    May 12 12:00:57.050075 - 3616/6324 MAIN_THREAD      Exiting JDB_SelectKeyed with Success
    May 12 12:00:57.050076 - 3616/6324 MAIN_THREAD      Fetched the record
    May 12 12:00:57.050077 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable
    May 12 12:00:57.050078 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable(Table = F95620)
    May 12 12:00:57.050079 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSequencing
    May 12 12:00:57.050080 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSequencing with Success
    May 12 12:00:57.050081 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSelection
    May 12 12:00:57.050082 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSelection with Success
    May 12 12:00:57.050083 - 3616/6324 MAIN_THREAD      Entering JDB_ClearAggregate
    May 12 12:00:57.050084 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearAggregate with Success
    May 12 12:00:57.050085 - 3616/6324 MAIN_THREAD      Entering JDB_ClearGroupBy
    May 12 12:00:57.050086 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearGroupBy with Success
    May 12 12:00:57.050087 - 3616/6324 MAIN_THREAD      ODBC:S DBFreeRequest(close) req=05219EF0 con=00CFA7E8
    May 12 12:00:57.050088 - 3616/6324 MAIN_THREAD      Entering JDB_ClearBuffers
    May 12 12:00:57.050089 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearBuffers with success.
    May 12 12:00:57.050090 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable(Table = F95620) with Success
    May 12 12:00:57.050091 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable with Success
    May 12 12:00:57.050092 - 3616/6324 MAIN_THREAD      Entering JDB_OpenTable(Table = F95630)
    May 12 12:00:57.050093 - 3616/6324 MAIN_THREAD      Exiting JDB_OpenTable(Table = F95630) with Success
    May 12 12:00:57.050094 - 3616/6324 MAIN_THREAD      Entering JDB_SelectKeyed
    May 12 12:00:57.050095 - 3616/6324 MAIN_THREAD      ODBC:S DBInitRequest(reuse) req=053806B0 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050096 - 3616/6324 MAIN_THREAD      SELECT * FROM PS_NDV.TESTDTA.F95630 WHERE ( XDRPDUOGUD = '27363685600001-RKNKNDONQT-QZTBOYYYYY' ) ORDER BY XDRPDUOGUD ASC
    May 12 12:00:57.050097 - 3616/6324 MAIN_THREAD      Entering DBPerformRequest
    May 12 12:00:57.050098 - 3616/6324 MAIN_THREAD      ODBC:S DBPerformRequest req=053806B0 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050099 - 3616/6324 MAIN_THREAD      Exiting DBPerformRequest
    May 12 12:00:57.050100 - 3616/6324 MAIN_THREAD      Exiting JDB_SelectKeyed with Success
    May 12 12:00:57.050101 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input Value -- MMDDYYYY [5/12/2010] Time: [4:0:56] TimZone [] DSTRULE [DST_NONE]
    May 12 12:00:57.050102 - 3616/6324 MAIN_THREAD      jdeUTime_GetDSTOffsetEx: No DST Rule Applied
    May 12 12:00:57.050103 - 3616/6324 MAIN_THREAD      jdeUTime_SetUTime: Input --> MMDDYYYY [5/12/2010] Time [4:0:56] TimeZone [] DSTRule [DST_NONE] Output --> UTIME [ 4:00:56 (UTC)]
    May 12 12:00:57.050104 - 3616/6324 MAIN_THREAD      Fetched the record
    May 12 12:00:57.050105 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable
    May 12 12:00:57.050106 - 3616/6324 MAIN_THREAD      Entering JDB_CloseTable(Table = F95630)
    May 12 12:00:57.050107 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSequencing
    May 12 12:00:57.050108 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSequencing with Success
    May 12 12:00:57.050109 - 3616/6324 MAIN_THREAD      Entering JDB_ClearSelection
    May 12 12:00:57.050110 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearSelection with Success
    May 12 12:00:57.050111 - 3616/6324 MAIN_THREAD      Entering JDB_ClearAggregate
    May 12 12:00:57.050112 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearAggregate with Success
    May 12 12:00:57.050113 - 3616/6324 MAIN_THREAD      Entering JDB_ClearGroupBy
    May 12 12:00:57.050114 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearGroupBy with Success
    May 12 12:00:57.050115 - 3616/6324 MAIN_THREAD      ODBC:S DBFreeRequest(close) req=053806B0 con=00CFA7E8
    May 12 12:00:57.050116 - 3616/6324 MAIN_THREAD      Entering JDB_ClearBuffers
    May 12 12:00:57.050117 - 3616/6324 MAIN_THREAD      Exiting JDB_ClearBuffers with success.
    May 12 12:00:57.050118 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable(Table = F95630) with Success
    May 12 12:00:57.050119 - 3616/6324 MAIN_THREAD      Exiting JDB_CloseTable with Success
    May 12 12:00:57.050120 - 3616/6324 MAIN_THREAD      Entering JDB_OpenTable(Table = F95640)
    May 12 12:00:57.050121 - 3616/6324 MAIN_THREAD      Exiting JDB_OpenTable(Table = F95640) with Success
    May 12 12:00:57.050122 - 3616/6324 MAIN_THREAD      Entering JDB_SelectKeyed
    May 12 12:00:57.050123 - 3616/6324 MAIN_THREAD      ODBC[Jdbodbc.c,4652] wSQLCloseCursor - warning: invalid cursor state failure. rc = -1
    May 12 12:00:57.050124 - 3616/6324 MAIN_THREAD      ODBC[Jdbodbc.c,4652] STMT:00 [24000][0] [Microsoft][SQL Native Client]Invalid cursor state
    May 12 12:00:57.050125 - 3616/6324 MAIN_THREAD      ODBC:S DBResetRequest req=05347F08 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050126 - 3616/6324 MAIN_THREAD      SELECT * FROM PS_NDV.TESTDTA.F95640 WHERE ( RSRPDGUID = '27363685400001-RKNKNWMNQT-QZTBOYYYYY' AND RSRPDKEY = 'OUTYP' ) ORDER BY RSRPDGUID ASC,RSRPDKEY ASC,RSRPDVALU ASC
    May 12 12:00:57.050127 - 3616/6324 MAIN_THREAD      Entering DBPerformRequest
    May 12 12:00:57.050128 - 3616/6324 MAIN_THREAD      ODBC:S DBPerformRequest req=05347F08 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050129 - 3616/6324 MAIN_THREAD      Exiting DBPerformRequest
    May 12 12:00:57.050130 - 3616/6324 MAIN_THREAD      Exiting JDB_SelectKeyed with Success
    May 12 12:00:57.050131 - 3616/6324 MAIN_THREAD      ODBC:S DBInitRequest(new) req=06F0DC48 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)
    May 12 12:00:57.050132 - 3616/6324 MAIN_THREAD      SELECT COUNT(*) FROM PS_NDV.TESTDTA.F95640 WHERE ( RSRPDGUID = '27363685400001-RKNKNWMNQT-QZTBOYYYYY' AND RSRPDKEY = 'OUTYP' )
    May 12 12:00:57.050133 - 3616/6324 MAIN_THREAD      Entering DBPerformRequest
    May 12 12:00:57.050134 - 3616/6324 MAIN_THREAD      ODBC:S DBPerformRequest req=06F0DC48 con=00CFA7E8 env=05402BB8 dbc=05402C60 spid=123 OHKHKD08 A (PSFT@OHKHKD08)

  • SubTemplate call is failing with XML-22002 error

    Hi,
    I am using Oracle BI Publisher 10.1.3.4 in WebLogic Server 10.3.6.0.
    Subtemplate reference is used in some reports. Whn we click on view of such report, below error is shown.
                   "The report cannot be rendered because of an error, please contact the administrator."
    The patch 9017232 is also installed.
    The detailed error log is below:
    [111413_123806333][oracle.apps.xdo.common.xml.XSLTWrapper][ERROR] XSL error:
    <Line 3, Column 71>: XML-22002: (Fatal Error) Error while processing include XSL file (xdoxsl:///FCReports/HeaderFooter_LandScape.xsb).
    <Line 78, Column 312>: XML-22008: (Error) Namespace prefix 'ref' used but not declared.
    @Line 3 ==> <xsl:import href="xdoxsl:///FCReports/HeaderFooter_LandScape.xsb"/>
    [111413_123806337][oracle.apps.xdo.template.FOProcessor][EXCEPTION] 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(Unknown Source)
        at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
        at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
        at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
        at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
        at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
        at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
        at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
        at oracle.apps.xdo.servlet.RTFCoreProcessor.transform(RTFCoreProcessor.java:91)
        at oracle.apps.xdo.servlet.CoreProcessor.process(CoreProcessor.java:276)
        at oracle.apps.xdo.servlet.CoreProcessor.generateDocument(CoreProcessor.java:82)
        at oracle.apps.xdo.servlet.ReportImpl.renderBodyHTTP(ReportImpl.java:554)
        at oracle.apps.xdo.servlet.ReportImpl.renderReportBodyHTTP(ReportImpl.java:257)
        at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:270)
        at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:250)
        at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:178)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:97)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    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:614)
        ... 38 more
    Syntax used in Report is
    <?import:xdoxsl:///Reports/HeaderFooter_LandScape.xsb?loc=en_US><?call@inlines:Header?><?with-param:PM_REPORT_NAME;string('Customer details report')?><?end call?>
    XDO.CFG file contents
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
       <properties>
          <property name="bursting-multithreading-on">false</property>
          <property name="xdk-secure-io-mode">false</property>
       <property name="xslt-scalable">true</property></properties>
    </config>
    Please suggest whether this issue is with BI report setup.
    Thanks in Advance.
    Regards,
    Bala.

    Hi Surya,
    Would you let us know from where you are calling web service and for what?
    And if possible provide error log as screenshot or txt file. So that it will be easy to trace issue.
    For gland your issue, go through below posts
    Not able to execute MII Transaction as web service
    Error calling BLS Transaction as Web service
    Problem in generating wsdl ?
    Create MII transaction & MII Web Service and consume them in ABAP
    Regards,
    Praveen Reddy

  • XML-24521: (Error) Element not completed

    I am trying to map a collection of information to a partnerlink's input variable, using a for-each xsl node in the transformation, however I receive this error during my testing:
    Target XML is invalid for the target schema.
    <Line 14, Column 38>: XML-24521: (Error) Element not completed: 'ExecuteGloviaSP4ProcessRequest'
    At first I thought this was an issue related to the database adapter, now I'm thinking it has to do with the collection or the xsd? But we modled the xsd after the OrderBooking PO xsd...
    Here's my Transformation_1.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
    <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="WSDL">
    <schema location="http://Comp3/RFPOTest.wsdl"/>
    <rootElement name="invoiceCollection" namespace="http://199.244.49.95/NotesRFPOInvoice.xsd"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="WSDL">
    <schema location="http://bpel.thomasnow.com:80/orabpel/default/ExecuteGloviaSP4/ExecuteGloviaSP4?wsdl"/>
    <rootElement name="ExecuteGloviaSP4ProcessRequest" namespace="http://xmlns.oracle.com/ExecuteGloviaSP4"/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 10.1.2.0.0(build 050504) AT [FRI MAR 24 08:49:55 CST 2006]. -->
    ?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://Comp3/RFPOTest.wsdl" xmlns:xsd1="http://199.244.49.95/NotesRFPOInvoice.xsd" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:ns1="http://xmlns.oracle.com/ExecuteGloviaSP4" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc" exclude-result-prefixes="xsl ns0 soap tns xsd1 plnk ns1 wsa bpws ldap xp20 ora orcl">
    <xsl:template match="/">
    <xsl:for-each select="/xsd1:invoiceCollection">
    <ns1:ExecuteGloviaSP4ProcessRequest>
    <ns1:invCCN>
    <xsl:value-of select="xsd1:invoice/xsd1:invCCN"/>
    </ns1:invCCN>
    <ns1:invVendorNbr>
    <xsl:value-of select="xsd1:invoice/xsd1:invVendorNbr"/>
    </ns1:invVendorNbr>
    <ns1:invVendorApLoc>
    <xsl:value-of select="xsd1:invoice/xsd1:invVendorApLoc"/>
    </ns1:invVendorApLoc>
    <ns1:invVendorInvoiceNbr>
    <xsl:value-of select="xsd1:invoice/xsd1:invVendorInvoiceNbr"/>
    </ns1:invVendorInvoiceNbr>
    <ns1:invTotal>
    <xsl:value-of select="xsd1:invoice/xsd1:invTotal"/>
    </ns1:invTotal>
    <ns1:invFreight>
    <xsl:value-of select="xsd1:invoice/xsd1:invFreight"/>
    </ns1:invFreight>
    <ns1:invTax>
    <xsl:value-of select="xsd1:invoice/xsd1:invTax"/>
    </ns1:invTax>
    <ns1:invDate>
    <xsl:value-of select="xsd1:invoice/xsd1:invDate"/>
    </ns1:invDate>
    <ns1:invVendorTerms>
    <xsl:value-of select="xsd1:invoice/xsd1:invVendorTerms"/>
    </ns1:invVendorTerms>
    <ns1:invUNID>
    <xsl:value-of select="xsd1:invoice/xsd1:invUNID"/>
    </ns1:invUNID>
    <ns1:invGLDist>
    <xsl:value-of select="xsd1:invoice/xsd1:invGLDist"/>
    </ns1:invGLDist>
    </ns1:ExecuteGloviaSP4ProcessRequest>
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>

    Update:
    By mapping static values to the last three elements in the target schema, I was able to make this error go away.
    Here's the code:
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
    <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
    <mapSources>
    <source type="WSDL">
    <schema location="http://Comp3/RFPOTest.wsdl"/>
    <rootElement name="invoiceCollection" namespace="http://199.244.49.95/NotesRFPOInvoice.xsd"/>
    </source>
    </mapSources>
    <mapTargets>
    <target type="WSDL">
    <schema location="http://bpel.thomasnow.com:80/orabpel/default/ExecuteGloviaSP4/ExecuteGloviaSP4?wsdl"/>
    <rootElement name="ExecuteGloviaSP4ProcessRequest" namespace="http://xmlns.oracle.com/ExecuteGloviaSP4"/>
    </target>
    </mapTargets>
    <!-- GENERATED BY ORACLE XSL MAPPER 10.1.2.0.0(build 050504) AT [FRI MAR 24 11:02:02 CST 2006]. -->
    ?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://Comp3/RFPOTest.wsdl" xmlns:xsd1="http://199.244.49.95/NotesRFPOInvoice.xsd" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:ns1="http://xmlns.oracle.com/ExecuteGloviaSP4" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc" exclude-result-prefixes="xsl ns0 soap tns xsd1 plnk ns1 wsa bpws ldap xp20 ora orcl">
    <xsl:template match="/">
    <xsl:for-each select="/xsd1:invoiceCollection/xsd1:invoice">
    <ns1:ExecuteGloviaSP4ProcessRequest>
    <ns1:invCCN>
    <xsl:value-of select="xsd1:invCCN"/>
    </ns1:invCCN>
    <ns1:invVendorNbr>
    <xsl:value-of select="xsd1:invVendorNbr"/>
    </ns1:invVendorNbr>
    <ns1:invVendorApLoc>
    <xsl:value-of select="xsd1:invVendorApLoc"/>
    </ns1:invVendorApLoc>
    <ns1:invVendorInvoiceNbr>
    <xsl:value-of select="xsd1:invVendorInvoiceNbr"/>
    </ns1:invVendorInvoiceNbr>
    <ns1:invTotal>
    <xsl:value-of select="xsd1:invTotal"/>
    </ns1:invTotal>
    <ns1:invFreight>
    <xsl:value-of select="xsd1:invFreight"/>
    </ns1:invFreight>
    <ns1:invTax>
    <xsl:value-of select="xsd1:invTax"/>
    </ns1:invTax>
    <ns1:invDate>
    <xsl:value-of select="xsd1:invDate"/>
    </ns1:invDate>
    <ns1:invVendorTerms>
    <xsl:value-of select="xsd1:invVendorTerms"/>
    </ns1:invVendorTerms>
    <ns1:invUNID>
    <xsl:value-of select="xsd1:invUNID"/>
    </ns1:invUNID>
    <ns1:invGLDist>
    <xsl:value-of select="xsd1:invGLDist"/>
    </ns1:invGLDist>
    <ns1:invICN>
    <xsl:value-of select="concat(0,&quot;&quot;)"/>
    </ns1:invICN>
    <ns1:invCurrency>
    <xsl:value-of select="concat(&quot;USD&quot;,&quot;&quot;)"/>
    </ns1:invCurrency>
    <ns1:invGLDistCode>
    <xsl:value-of select="concat(&quot; &quot;,&quot;&quot;)"/>
    </ns1:invGLDistCode>
    </ns1:ExecuteGloviaSP4ProcessRequest>
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>
    However I have a new error now, since I'm also mapping the Collection to the for-each XSL node.
    Target XML is invalid for the target schema.
    <Line 18, Column 1>: XML-20100: (Fatal Error) Expected 'EOF'.
    Searching...

  • XML parsing error: web-jsptaglibrary_1_1.dtd not found

    I'm getting the following Exception while Tomcat is parsing my welcome jsp page:
    exception
    org.apache.jasper.JasperException: XML parsing error on file /WEB-INF/struts-template.tld: Internal Error: File /javax/servlet/jsp/resources/web-jsptaglibrary_1_1.dtd not found
         at org.apache.jasper.parser.ParserUtils.parseXMLDocument(ParserUtils.java:227)
         at org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.java:283)
         at org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:219)
         at org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:174)
         at org.apache.jasper.compiler.JspParseEventListener.processTaglibDirective(JspParseEventListener.java:1170)
         at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:765)
         at org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:125)
         at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:255)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:1145)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:1103)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:1099)
         at org.apache.jasper.compiler.ParserController.parse(ParserController.java:214)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:210)
         at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:548)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:176)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:188)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:98)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:172)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:475)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:458)
         at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:551)
         at java.lang.Thread.run(Thread.java:534)
    This is the reference to the dtd its not finding from the tld
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
    Do you think this is a bug with the parser itself or an incompatablilty between it and the tag library?
    Or am I missing something?
    Thanks for any help..... Andy

    Store the web-jsptaglibrary_1_1.dtd to a directory and specify the file url.
    <!DOCTYPE taglib  SYSTEM "file://C:/dtds/web-jsptaglibrary_1_1.dtd">

  • XML Serialization Error- While testing BAPI turned Web service

    I have a requirement to create sales order in SAP R/3 from an e-commerce site. I went through many forums suggesting "exposing FMs into Web Service". I wrapped BAPI_SALESORDER_CREATEFROMDAT2 and BAPI_TRANSACTION_COMMIT into one FM and exposed as Web Service. I did a successful test-sequence.
    When I tested the web service without giving values I got a response asking for "Sold-to Party or Ship-To Party". While testing the Web service with some values, I got the below error -
    XML Serialization Error. Object content does not correspond to Schema restrictions of type [urn:sap-com:document:sap:rfc:functions][numeric4].
    The e-commerce team tried to hit the Web service and got the below error-
    IWAB0383E Error validating parameters
    Note: Our servers does not have any ENHPacks. Only ECC 6.0.
    Please suggest what might have gone wrong and how to resolve this.
    Thanks!

    Hi Gourav Khare,
    I have created WSDL file through function module in SAP-ECC 5.0v.
    I have followed below steps:
    Crated FM (SE37)
    Crated Web-service (SE37)
    Generated WSDL file using (WSADMIN)
    And consumed WSDF file in SOAP UI (SOAP UI 4.5.2 Trailer version)
    Problem is: while consuming WSDL file in  SOAP UI I getting  ‘Serialisation failed’
    For your reference I have furnished xml string below.
    SOAP UI Input:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sap-com:document:sap:rfc:functions">
    <soapenv:Header/>
    <soapenv:Body>
    <urn:YSDF_INV_PRINT_FINAL_RFC_WS_N>
    <!--Optional:-->
    <PWR_INVOICE>
    <INVOICE_SHIPPED_LINE>
    <!--Zero or more repetitions:-->
    <item>
    <POSITION1></POSITION1>
    <SALES_PART></SALES_PART>
                      <PART_DESC></PART_DESC>
    <PRICE></PRICE>
    <QUANTITY></QUANTITY>
    <CUSTOMER_TAX_NO></CUSTOMER_TAX_NO>
    <PROD_NONINVENTORY></PROD_NONINVENTORY>
    <PROD_TAXABLE></PROD_TAXABLE>
    <TAX_LEVEL></TAX_LEVEL>
    </item>
    </INVOICE_SHIPPED_LINE>
    <INVOICE_NO></INVOICE_NO>
    <ORDER_NO></ORDER_NO>
    <DATE_PRINTED></DATE_PRINTED>
    <DIV_CD></DIV_CD>
                <LAST_COST_INVOICE></LAST_COST_INVOICE>
    <DELETE_ZERO_COST></DELETE_ZERO_COST>
    <DELETE_NON_SHIPPED></DELETE_NON_SHIPPED>
    <GLOBALREF></GLOBALREF>
    <ORIGIN></ORIGIN>
    <ORIGINID></ORIGINID>
    </PWR_INVOICE>
    </urn:YSDF_INV_PRINT_FINAL_RFC_WS_N>
    </soapenv:Body>
    </soapenv:Envelope>
    SOAP UI Output:
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
    <soap-env:Body>
    <soap-env:Fault>
    <faultcode>soap-env:Client</faultcode>
    <faultstring xml:lang="en">Serialisation failed</faultstring>
    <detail>
    <n0:SimpleTransformationFault xmlns:n0="http://www.sap.com/transformation-templates">
    <MainName>/1BCDWB/WSS0130716111624448000</MainName>
    <ProgName>/1BCDWB/WSS0130716111624448000</ProgName>
    <Line>8</Line>
    <Valid>X</Valid>
    <ReferenceFault>
    <DescriptionText>Error accessing the ref. node 'INVOICE_ID'</DescriptionText>
    <RefName>INVOICE_ID</RefName>
    </ReferenceFault>
    <Caller>
                      <Class>CL_SRG_RFC_PROXY_CONTEXT</Class>
    <Method>IF_SXML_PART~DECODE</Method>
    <Positions>1</Positions>
    </Caller>
    </n0:SimpleTransformationFault>
    </detail>
    </soap-env:Fault>
    </soap-env:Body>
    </soap-env:Envelope>
    And one more things are
    I don't know the exact reason, but now the WSDL is working fine. No Idea, will it be consistent.
    No changes in import and export parameters of RFC and no change in code, even if the logic is changed it should not affect the output on SOAP UI but in my case it does.
    Wonder why all this happens, I cannot explain the exact reason technically because my RFC works fine every time, only issue is with SOAP UI.
    From SAP point of view FM is working fine, and input parameter of FM is optional, validations are done by the programming logic and it will capture the message and its details with respect to input data.
    I am not sure SOAP will work consistently and we are using ECC 5.0 most of the t-code not there like "SOAMANAGER" and all.  
    Kindly help me on this
    Thanks & Regards,
       Akshath.L.T

  • XML Parse Error in AWM

    OS: Oracle Database 11.1.0.7.0 on Windows XP
    Analytic Workspace Manager: 11.1.0.7.0A
    When expanding the Analytic Workspace in AWM I am getting the error below. I was able to create and populate the dimensions/cubes using XML Template and did not come across any errors during that process.
    I tried deleting the schema and recreated the AW but still get the same error. Are there any solutions to fix this problem?
    Errors have occurred during xml parse
    <Line 105, Column 22>: Encountered "(" at line 1, column 175.
    Was expecting one of:
    "DIMENSION" ...
    at oracle.olapi.xml.TagHandler.createRootException(Unknown Source)
    at oracle.olapi.xml.TagHandler.getRootException(Unknown Source)
    at oracle.olapi.xml.TagHandler.reportException(Unknown Source)
    at oracle.olapi.xml.TagHandler.processException(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataXMLReader.resolveDeferredProperties(Unknown Source)
    at oracle.olapi.metadata.MetadataXMLReaderMetadataInitialState.exit(Unknown Source)
    at oracle.olapi.metadata.MetadataXMLReaderMetadataInitialState.exit(Unknown Source)
    at oracle.olapi.xml.TagHandler.endElement(Unknown Source)
    at org.xml.sax.helpers.ParserAdapter.endElement(ParserAdapter.java:626)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:211)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1326)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:340)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:307)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:212)
    at org.xml.sax.helpers.ParserAdapter.parse(ParserAdapter.java:405)
    at oracle.olapi.xml.XMLProcessor.parse(Unknown Source)
    at oracle.olapi.metadata.MetadataFetcher.processXML(Unknown Source)
    at oracle.olapi.metadata.MetadataFetcher.fetchBaseMetadataObjects(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataProvider.fetchMetadataObjects(Unknown Source)
    at oracle.olapi.metadata.MetadataListProperty.getObjects(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataObjectState.getPropertyListValues(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataObject.getPropertyListValues(Unknown Source)
    at oracle.olapi.metadata.mdm.MdmSchema.getCubes(Unknown Source)
    at oracle.olapi.metadata.deployment.AW.getCubes(Unknown Source)
    at oracle.olapi.metadata.deployment.AW.getPersistentLanguages(Unknown Source)
    at oracle.olap.awm.dataobject.aw.WorkspaceDO.getULanguages(Unknown Source)
    at oracle.olap.awm.dataobject.olapi.ULanguageDO.<init>(Unknown Source)
    at oracle.olap.awm.navigator.node.WorkspaceNode.getUnifiedChildren(Unknown Source)
    at oracle.olap.awm.navigator.node.WorkspaceNode.getChildren(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNodeModel.refreshData(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNodeModel.dTreeItemExpanding(Unknown Source)
    at oracle.bali.ewt.dTree.DTreeDeferredParent.__fireExpansionChanging(Unknown Source)
    at oracle.bali.ewt.dTree.DTreeDeferredParent.setExpanded(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode.expandHelper(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode.access$400(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode$ExpansionThread.run(Unknown Source)

    I am also experiencing this error when attaching an AW:
    Errors have occurred during xml parse
    <Line 43, Column 47>: Error during parse: "java.lang.NullPointerException"
    <Line 159, Column 19>: Error during parse: "Errors have occurred during xml parse
    <Line 41, Column 34>: Error during parse: "java.lang.NullPointerException"
    <Line 44, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 50, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 60, Column 34>: Error during parse: "java.lang.NullPointerException"
    <Line 63, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 69, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 79, Column 34>: Error during parse: "java.lang.NullPointerException"
    <Line 82, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 88, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 98, Column 34>: Error during parse: "java.lang.NullPointerException"
    <Line 101, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 107, Column 55>: Error during parse: "java.lang.NullPointerException""
    <Line 396, Column 47>: Error during parse: "java.lang.NullPointerException"
    <Line 694, Column 47>: Error during parse: "java.lang.NullPointerException"
    at oracle.olapi.xml.TagHandler.createRootException(Unknown Source)
    at oracle.olapi.xml.TagHandler.getRootException(Unknown Source)
    at oracle.olapi.xml.TagHandler.reportException(Unknown Source)
    at oracle.olapi.xml.TagHandler.processException(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataXMLReader.resolveDeferredProperties(Unknown Source)
    at oracle.olapi.metadata.MetadataXMLReaderMetadataInitialState.exit(Unknown Source)
    at oracle.olapi.metadata.MetadataXMLReaderMetadataInitialState.exit(Unknown Source)
    at oracle.olapi.xml.TagHandler.endElement(Unknown Source)
    at org.xml.sax.helpers.ParserAdapter.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:211)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1326)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:340)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:307)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:212)
    at org.xml.sax.helpers.ParserAdapter.parse(Unknown Source)
    at oracle.olapi.xml.XMLProcessor.parse(Unknown Source)
    at oracle.olapi.metadata.MetadataFetcher.processXML(Unknown Source)
    at oracle.olapi.metadata.MetadataFetcher.fetchBaseMetadataObjects(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataProvider.fetchMetadataObjects(Unknown Source)
    at oracle.olapi.metadata.MetadataListProperty.getObjects(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataObjectState.getPropertyListValues(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataObject.getPropertyListValues(Unknown Source)
    at oracle.olapi.metadata.mdm.MdmSchema.getCubes(Unknown Source)
    at oracle.olapi.metadata.deployment.AW.getCubes(Unknown Source)
    at oracle.olapi.metadata.deployment.AW.getPersistentLanguages(Unknown Source)
    at oracle.olap.awm.dataobject.aw.WorkspaceDO.getULanguages(Unknown Source)
    at oracle.olap.awm.dataobject.olapi.ULanguageDO.<init>(Unknown Source)
    at oracle.olap.awm.navigator.node.WorkspaceNode.getUnifiedChildren(Unknown Source)
    at oracle.olap.awm.navigator.node.WorkspaceNode.getChildren(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNodeModel.refreshData(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNodeModel.dTreeItemExpanding(Unknown Source)
    at oracle.bali.ewt.dTree.DTreeDeferredParent.__fireExpansionChanging(Unknown Source)
    at oracle.bali.ewt.dTree.DTreeDeferredParent.setExpanded(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode.expandHelper(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode.access$400(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode$ExpansionThread.run(Unknown Source)
    This is on DB 11.1.0.7.0 with CPU 25 (9392335) using AWM 11.1.0.7.0B with all components VALID
    Oracle Enterprise Manager     11.1.0.7.0     VALID
    OWB     11.1.0.7.0     VALID
    Oracle Application Express     3.0.1.00.12     VALID
    Oracle Ultra Search     11.1.0.7.0     VALID
    OLAP Catalog     11.1.0.7.0     VALID
    Spatial     11.1.0.7.0     VALID
    Oracle Multimedia     11.1.0.7.0     VALID
    Oracle XML Database     11.1.0.7.0     VALID
    Oracle Text     11.1.0.7.0     VALID
    Oracle Expression Filter     11.1.0.7.0     VALID
    Oracle Rules Manager     11.1.0.7.0     VALID
    Oracle Workspace Manager     11.1.0.7.0     VALID
    Oracle Database Catalog Views     11.1.0.7.0     VALID
    Oracle Database Packages and Types     11.1.0.7.0     VALID
    JServer JAVA Virtual Machine     11.1.0.7.0     VALID
    Oracle XDK     11.1.0.7.0     VALID
    Oracle Database Java Packages     11.1.0.7.0     VALID
    OLAP Analytic Workspace     11.1.0.7.0     VALID
    Oracle OLAP API     11.1.0.7.0     VALID

  • XML-22009: (Error) Attribute 'select' not found in 'xsl:value-of'

    Hello,
    I'm a long-time Siebel developer but novice to BIP, trying to enhance some complex rtf templates that an experienced xdo/bip developer (contractor) designed for us in the past, with a couple of new fields that have been added to the integration object.
    All templates and sub-templates receive 'no errors found' when using add-in tool selection of 'Validate Template'. Unfortunately we cannot utilize the 'preview' capability due to the way the sub-templates are called, so only way to test is to upload into server and attempt to run real-time.
    This results in UI error of SBL-OMS-00203, which when we dig into the xdo log file turns out to be:
    <Line 648, Column 88>: XML-22009: (Error) Attribute 'select' not found in 'xsl:value-of'.
    I have exported all templates and sub-templates into XSL-FO Style Sheet and looked at line 648 column 88, and none of them seem to correspond to this line/column combination (in fact most exports do not even go that high in lines).
    Googling 'XML-22009' hasn't proven to be of much help, so reaching out to the xdo experts in this forum.
    How are the line/column #'s determined in the xdo log output?
    I am pretty sure that it must be some issue with my 'Main' template, since none of the sub-templates have been changed (and the current version of the report, without the new fields incorporated, still runs fine from the UI). In the XSL-FO format export of the (modified, with new fields added) 'Main.rtf' file, line 648 places it right in the midst of a bunch of hex which corresponds to an imbedded image (which was also part of the existing template, no change there) and that line only has 65 columns (i.e. doesn't even go up to 88), so I'm questioning how valid the Line/Column information is in the xdo log error message.
    Any hints on troubleshooting this one would be greatly appreciated!
    Thanks & Regards,
    Katrina

    Hi,
    as I wrote in the inital message, we even left out the output method or used "application/pdf". The result is unfortunately always the same. And I still claim this is not a problem with the stylesheet itself, it has to do something with the mobile's environment.
    Something I didn't tell: we have 2 servlets in our application, 1 responsible for output in html and 1 in pdf. The .fo stylesheet passed to the 'html servlet' is parsed correctly (and shows the source code, because it does not know about fo and conversion to pdf), the .xsl stylesheet passed to the 'pdf servlet' raises same exception/same line. You might tell us that there is a problem with the 'pdf servlet', but once again: why in online it is working?
    Greetings and thanx very much for your precious time!

  • XSLT 2.0 template error in OeBS XMLP 5.6.2

    Hi everybody.
    I've added the following XSL-XML template to my XMLP data definition to test XSLT 2.0 grouping capabilities:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:template match="/">     
         <Groups>
              <xsl:for-each-group select="1 to 10" group-by=". mod 3">
                   <Group id="{current-grouping-key()}">
                             <xsl:copy-of select="current-group()"/>
                   </Group>
              </xsl:for-each-group>
              </Groups>      
         </xsl:template>
    </xsl:stylesheet>
    I've ran concurrent program using the above template, the result was "Warning", conc program log reported about OPP errors. In OPP log I found the error:
    [5/2/07 9:31:23 AM] [UNEXPECTED] [41563:RT1774967] 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:324)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:580)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:378)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:197)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:160)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:6071)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3555)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3614)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:245)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    Caused by: java.lang.NullPointerException
         at oracle.xdo.parser.v2.XSLTContext.isStrippedWS(XSLTContext.java:719)
         at oracle.xdo.parser.v2.XSLExprValue.removeWhiteSpace(XSLExprValue.java:1202)
         at oracle.xdo.parser.v2.XSLForEachGroup.processAction(XSLForEachGroup.java:81)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLTemplate.processAction(XSLTemplate.java:191)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:508)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:485)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:264)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:150)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:187)
    The questions are:
    - Is XMLP 5.6.2 in OeBS support XSLT 2.0 templates?
    - If it's true, what is the reason of getting the above error?

    I took xdoparser.zip from EBS $JAVA_TOP and tried to do XSLT transformation locally using
    java -cp .;xdoparser.zip oracle.xdo.parser.v2.oraxsl %1 %2 %3
    where %1 из source xml file, %2 - xslt file , %3 - resulting xml file
    and got the same error.
    So it is not the error of XMLP, but the error of Oracle XSLT processor.
    As far as I understood, in xdoparser.zip oracle.xdo.parser package is the same as oracle.xml.parser package from original Oracle XDK. The question is: what version of XDK XSLT processor xdoparser.zip corresponds to?

Maybe you are looking for

  • Equalizer Problem

    Installed 8.2 on Dell with lots of memory and XP. Equalizer box just shows top 1/3- the adjustment bars are completely missing, and no way to adjust. It's driving me nuts- any ideas? Thanks

  • Migrating to new Active Directory Domain

    Hey people, I have a OSX Server here at a school which I need to move from an old Active Directory domain to a new one. We are having a restructure of our IT System and 90% of our equipment is PC but have a few macs on site for the specific tasks tha

  • Take my music off my ipod without formatting it on itunes on my macbook pro is there a program that can do it i have itunes 11.0.2

    how to take my music off my ipod without formatting it on itunes on my macbook pro is there a program that can do it i have itunes 11.0.2 and new osi mountain lion

  • Where can i see when i last backed up my ipod?

    It seems someone stole my ipod, and i do not want them going through my stuff. I want to erase all my data from icloud, but im afraid i wont be able to restore everything back because i dont remember when was the last time i backed it up.

  • BSP Doubts

    Hi Experts, Can anybody can explain to following doubts 1) Does the BSP htmlb library is ligther than the WebDynpro ABAP, I mean which page loads faster 2) Is Custom javscipts are supported in WebDynpro ABAP. 3) Is RTL Rendering can be controlled in