cancel
Showing results for 
Search instead for 
Did you mean: 

dummy.xsl errors in Log Viewer

We have plenty dummy.xsl issues in our production systems:

D:\usr\sap\MBM\J00\j2ee\cluster\server0\dummy.xsl; Line #0; Column #0; "as" attribute is not allowed on the xsl:variable element!

D:\usr\sap\MMR\J00\j2ee\cluster\server1\dummy.xsl; Line #0; Column #0; "as" attribute is not allowed on the xsl:variable element!

D:\usr\sap\MTK\J00\j2ee\cluster\server2\dummy.xsl; Line #0; Column #0; "as" attribute is not allowed on the xsl:variable element!

These erros only appear in our production systems. In our development system and quality system we don't see these errors. What is the root cause? We checked for that mentioned 'dummy.xsl' file, but it doesn't even exist on the given path.

How to eliminate these error logs from console?

agentry_src
Active Contributor
0 Kudos

Do you have multiple servers (clustered) in Dev and QA or just in Production?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185280
Active Contributor

You may not be seeing the errors in dev and q because your logging levels may be configured differently. I have found the "dummy.xsl" part of these errors to be misleading and I think it is part of the underlying xsl process and not the direct error. The rest of the message is usually relevant tho. if you google for the "as" attribute is not allowed on the xsl:variable element!" you may find something useful. The first result i got indicates it may be an xslt v1 vs v2 issue or a parser issue.

Regards,
Christian

former_member292526
Discoverer
0 Kudos

I think we found the issue. You were right. We were using XSLT 1.0 engine and in the meantime we used 'as=' attribute which is not allowed in XSLT 1.0. It was introduced only in XSLT 2.0.

But how to change the logging levels?

former_member185280
Active Contributor
0 Kudos

google netweaver log configuration.