cancel
Showing results for 
Search instead for 
Did you mean: 

XSL module

Former Member
0 Kudos

Hello,

I want to use an xsl conversion module in sender File/FTP communication channel.

In communication channel I fill :

1 localjbs/AF_modules/MessageTransformBean Enterprise JavaBeans local XSLT

and

XSLT Transform.Class = com.sap.aii.messaging.adapter.XSLTConversion

XSLT XSLTConversion.XSLTFileName = \usr\sap\DX0interfaces\in\FI\DelVersion.xsl

But nothing append when executing interface. I checked adapter monitoring, but I have no error.

How can I see some logs and is my configuration correct?

Thanks in advance,

Cu00E9dric

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_grube
Active Contributor
0 Kudos

Hi Cédric,

Check for correct spelling:

local

e

jbs/AF_modules/MessageTransformBean

Check the parameters for trailing spaces:

'com.sap.aii.messaging.adapter.XSLTConversion

_

'

Check the path:

Windows: C:...

Unix: /usr/...

Check the adit log of the message monitoring in the RWB for entries according to the module.

Regards

Stefan

Former Member
0 Kudos

Thanks,

But, do you know where I can see some trace on adapter engine, to see why my xsl module is not called?

Cédric

Former Member
0 Kudos

Hi,

Trc or trace files on visual administrator is the closest answer from my part.

please refer,

/people/michal.krawczyk2/blog/2005/09/07/xi-why-dont-start-searching-for-all-errors-from-one-place

All the best!!

Anirban.

Former Member
0 Kudos

Hi,

Not sure but once i read it through adapter metadata,

just check incase it helps you,

/people/gowtham.kuchipudi2/blog/2006/01/04/testing-sample-adapter

"Testing sample adapter"

Just thought of sharing this.

Anirban.