on 2020 Feb 12 1:35 PM
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?
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.