cancel
Showing results for 
Search instead for 
Did you mean: 

Blank payload in Adapter engine for interface

former_member556412
Active Participant
0 Kudos

Hi All,

I am facing issues with blank payload in adapter engine for few interface.

The message is successful in Integration engine and i could even see the data but when it reaches adapter engine the data cannot been seen.

Error : Delivering the message to the application using connection JMS_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.NullPointerException.

Sender : File adapter

Receiver : JMS adapter.

Appreciate your inputs in the issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nanduri,

it's not clear to me what you need to do if the source file is empty?

Do you need to send an empty JMS message or no action should be performed?

Francesco

former_member556412
Active Participant
0 Kudos

The issue is we are getting System error in RWB, and the message is not processing.

The empty message is not suppose to be sent.

Edited by: nanduri bhanu on Nov 10, 2010 9:20 PM

Former Member
0 Kudos

In this case please configure the Sender File Adapter properly.

Please check the section "Empty File Handling" and choose the option "Do Not Create Message".

See point 12 of the official guide

http://help.sap.com/saphelp_nwpi711/helpdata/en/44/70ec8a20453abee10000000a155369/frameset.htm

Francesco

former_member556412
Active Participant
0 Kudos

Empty file handling is set not to process, the issue is the file is not empty, i can see the payload ( its an Idoc) in integration engine but when it comes to adapter engine the payload is blank.