cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File adapter_MessageTransformBean_File not picked up

Former Member
0 Kudos

Hello SDN,

While simulating a jms testing scenario i am using a file adapter with MeassageTransformBean but my issue is that the file is not getting picked up from AL11.

Here is my settings:-

Number Module Name Module Type Key

1 AF_Modules/MessagesTransformBean L Plain2xml

2 CallSapAdapter L 0

Module Configuration:-

MessageBody.fieldFixedLenghts 1,1,.......

MessageBody.fieldNames AA,BB,CCC,....

MessageHeader.fieldFixedLengths 9,2,2,8,8,7

MessageHeader.fieldNames DD,EE,GG,HH....

keyFieldName XXXXX

recordsetStructure MessageHeader,1,MessageBody,*

can anyone suggest why my file is not getting picked from AL11 ?

Regards,

Anirban.

Accepted Solutions (0)

Answers (2)

Answers (2)

AaronLong
Advisor
Advisor
0 Kudos

Hi,

what do u mean AL11 ? you can access XI server via tcode AL11?

if so, you can check the error information for your cc in the defaulttrace log under

.../j2ee/cluster/server0/log

Cheers,

Aaron

Former Member
0 Kudos

Hi,

Its the SAP Directories, so i used NFS To sending the file instead of ftp, the file is kept in the xi server only.

Can you be more sapecific on the path of the trace files?

Regards,

Anirban

Former Member
0 Kudos

Hello Stefan/Aaron,

The file is read and i can see in cc monitor now.

But i get the error that :-

Transform: failed to configure the transformation object com.sap.aii.messaging.adapter.Conversion; com.sap.aii.messaging.adapter.trans.TransformException: Error initializing conversion routine: conversionType not set

But in my module configuration i have given them as

xml.conversionType SimplePlain2XML

Any ideas on it please.

Regards,

Anirban.

stefan_grube
Active Contributor
0 Kudos

Have you applied this to the correct module?

stefan_grube
Active Contributor
0 Kudos

Check for errors in the communication channel monitoring.

You find this in the runtime workbench -> component monitoring -> adapter framework

Former Member
0 Kudos

Hi Stefan,

Exactly but we are accessing the xi dev server via VPN and CC Monitor donot work remotely on this server due to some reasons, So i was wondering if we can troubleshoot this with out that. Is my settings correct or may be any other pointers.

I am sure of processing mode as delete, file name,folder path, refresh of SLD cache etc. Any other pointers on this from your side.

Regards,

Anirban.

stefan_grube
Active Contributor
0 Kudos

First you could remoce the messagetransform bean from the cc. If this works, then you know, that the transformation is wrong. But without nowing the error from cc monitor, it is nearly impossible to know, what is wrong.

Couldn't you ask a system operator to let you have this information?

Stefan