cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Receiver File Channel...in MTB module (Urgent)

Former Member
0 Kudos

Hi,

I am working on a Proxy to File scenario. I am using Message Transformation Bean in receiver file channel to convert xml file into fixed length file. I am getting an error : Transform: failed to execute the transformation: com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: java.lang.Exception: Exception in XML Parser (format problem?):java.lang.NullPointerException'; nested exception caused by: java.lang.Exception: Exception in XML Parser (format problem?):java.lang.NullPointerException

in MTB step of audit log for comm channel.

Please help me resolve this.

Thanks,

Jaya

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

"Transform: failed to execute the transformation:"

Pls check ur data what u have to send .. any missing information or any special Chacters or any extra fields are available in the data, this type of transformation error raised.

check once again ur mapping transformation and test the mapping in INTEGRATION REPOISTERY with the same data(what u have to send Previously).

and also check ur adapter status in RWB.

Regards,

Sateesh N.

Edited by: Sateesh N on Apr 21, 2008 1:53 PM

Former Member
0 Kudos

Thankyou for your reply... but i have already checked all this

Former Member
0 Kudos

hi,

Error converting Message...This error should be the Configuration in Receiver adapter only...

Check your communication channel once again..check each and every fields are correctly configured..

Like xml.conversionType, xml.documentName

If you changed single letter also it through the error format problem.. like..

xml.fieldFixedLengths for that if you gave xml.FieldFixedLengths...

Regards,

Prakasu

Former Member
0 Kudos

ya i have checked all those...

Former Member
0 Kudos

hi,

select your message in SXMB_MONI...view source... use that and test your mapping ...compare the

result and configuration in communication channel...use the same data and test your another scenario in

other server...

Regards,

Prakasu

Former Member
0 Kudos

Thankyou for your reply. But i have tried that also

Former Member
0 Kudos

Hi,

PLease check SAP Note 1131655.

Thanks,

Tuhin

Former Member
0 Kudos

Thanks for your reply.

Can you please tell me how to check a SAP note?

Former Member
0 Kudos

Hi,

Please go to https://service.sap.com/notes.

You should have oss id for this,if you don't have please ask your basis team to help you.

Thanks,

Tuhin

Former Member
0 Kudos

Thankyou for your reply..

Even after using xml.encoding... my error persists

Former Member
0 Kudos

hi,

check your communication channel..

under the module configuration the parameter name and parameter values are configured correctly...

xml.fieldNames

xml.fieldFixedLengths

[http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/content.htm]

Regards,

Prakasu

Edited by: prakasu on Apr 21, 2008 12:01 PM

Former Member
0 Kudos

Thanks for your reply.

I have checked that also. The same configuration used in another server is working fine. While here its throwing that error.

Former Member
0 Kudos

hi,

check your Support pack no..

It will work with after Support Package: 8 for PI 7.0..

Regards,

Prakasu

Former Member
0 Kudos

Hiii...

My SP is 14

Former Member
0 Kudos

hi,

check your input data ...

if any of field is missing then it will through this type of error...Like

If your input have 5 fields..But you will pass only 4 values then It will through error...for that you need to

map Map With Default in between the fields...and choose some value in that...

Regards,

Prakasu

Former Member
0 Kudos

I am using same configuration and same test data in two different servers.

In one server its working fine. In the other one its giving this error. Actually in this one, sender File Adapter with MTB is working fine. Problem is with receiver only.