IBM Support

IT09195: DYN:EVALUATE FUNCTION USED IN <XSL:WITH-PARAM> CAUSES AN APPLIANCE RESTART

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • A call to "http://exslt.org/dynamic" evaluate() that is located
    within a <xsl:with-param> causes the appliance
    to restart.
    

Local fix

  • Separate out the statement by:
    
    First setting the value of the evaluate function to a variable.
    
    Second passing this variable instead to the <xsl:with-param>.
    

Problem summary

  • Affected is the use of "dyn:evaluate(...)" within
    <xsl:with-param>.
    
    Compilation of a stylesheet with "dyn:evaluate()" being used
    within <xsl:with-param>'s @select triggers a restart of the
    appliance.
    

Problem conclusion

  • dyn:evaluate() dynamic nature contradicts the implemented call
    parameter model.
    Therefore from now on this new error message will be reported:
    "Message 1 is specific to APAR IT09195"
    
    
    The following workaround allows to deal with this restriction.
    
    Insert this just above an affected <xsl:call-template>
    statement:
    
    <xsl:variable name="eva" select="dyn:evaluate(...)"/>
    
    Then replace
    <xsl:with-param name="sample" select="dyn:evaluate(...)" />
    
    with
    <xsl:with-param name="sample" select="$eva" />
    
    
    Fix is available in 7.0.0.10, 7.1.0.7 and 7.2.0.2
    
    For a list of the latest fix packs available, please see:
    http://www-01.ibm.com/support/docview.wss?uid=swg21237631
    

Temporary fix

Comments

APAR Information

  • APAR number

    IT09195

  • Reported component name

    DATAPOWER

  • Reported component ID

    DP1234567

  • Reported release

    700

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2015-05-29

  • Closed date

    2015-08-24

  • Last modified date

    2015-11-06

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    DATAPOWER

  • Fixed component ID

    DP1234567

Applicable component levels

  • R700 PSY

       UP

  • R710 PSY

       UP

  • R720 PSY

       UP

[{"Line of Business":{"code":"LOB45","label":"Automation"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SS9H2Y","label":"IBM DataPower Gateways"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.0.0"}]

Document Information

Modified date:
25 September 2021