cancel
Showing results for 
Search instead for 
Did you mean: 

Unable To Create Inline Transformation in xMII 12.0

Former Member
0 Kudos

Hi All,

I have migrated query templates and display templates from 11.5 ot 12.0 .

In some of XML queries i used to Inline Transformation for filtering.

but while testing i am getting error as "Unable To Create Inline Transformation"

In info log error details are as below.

Cannot find external method 'com.sun.org.apache.xalan.internal.lib.Extensions.evaluate' (must be public).'","System.err","System.err","sap.com/xappsxmiiear",

FATAL ERROR: 'Could not compile stylesheet'","System.err","System.err","sap.com/xappsxmiiear",

javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet","com.sap.xmii.Illuminator.tools.builder.XMLBuilder","com.sap.xmii.Illuminator.tools.builder.XMLBuilder","sap.com/xappsxmiiear",

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jeremy,

When i use /XMII/Stylesheets/Samples/TagExpander.xsl as inline transform it is working fine, but when i use other xsl (GenericSortAndFilter.xsl / interpolatedvalues.xsl) it is showing error as "Unable to create inline transformation".

please suggest how can i use inline transformation for result manipulatuion.

Regards,

Sachin

jcgood25
Active Contributor
0 Kudos

Have you looked in the NetWeaver logs for a more specific error message?

You may be experiencing case sensitivity where the InlineTransform path referenced in your Query Template is no longer accurate. To test this theory try reselecting the desired inline transform from the WB for one of your migrated templates and see if that works any differently. In your last post I see case issues in the names you provided which makes me think this may be the simple solution (or try building a new one with your same xsl and see if it works - then compare the differences).

Former Member
0 Kudos

I think xalan jar is missing....

Edited by: sachinjadhavar on Apr 19, 2010 7:09 AM

jcgood25
Active Contributor
0 Kudos

What is the real xsl error from the NW logs? Unable to create... is the standard response from MII, but could be many issues, spelling (not found), syntax issue, etc.

To my understanding, this note is only necessary for inline transforms / xsl like this in 12.1 and newer, but you mentioned 12.0 in your original post: https://service.sap.com/sap/support/notes/1294013

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Is it limited to your custom xsl files?

Have you tried a simple test with one of the system transforms? A simple current query with simulator should work very easily with /XMII/Stylesheets/Samples/TagExpander.xsl as an inline transform.