cancel
Showing results for 
Search instead for 
Did you mean: 

error on sender CC file adapter FTP

Former Member
0 Kudos

Hi

i have the scenario FILE-WS-FILE (synchronous) where im having problems in my sender CC, at the channel monitor servlet is showing the next errors while trying to get the message on the XML file.

MP: unexpected exception caught com.sap.aii.af.service.cpa.impl.exception.CPAObjectKeyException: Value of key must not be null: ObjectId


Error: java.lang.NullPointerException: while trying to invoke the method com.sap.engine.interfaces.messaging.api.Message.getMessageId() of an object loaded from local variable 'message1'

if anyone could help me, i appreciate.

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

maadireddy
Discoverer
0 Kudos

You need to add the following parameters in the sender channel 'Module' for ResponseOnewayBean

adpaterNamespace   ( value : http://sap.com/xi/XI/System)

adapterType ( value : File )

receiverParty ( value : <your receiver party> , if no party then '*' )

Former Member
0 Kudos