cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File adapter Error

Former Member
0 Kudos

Dear Experts:

I have Sender file adapter in my interface. The file is picked by the adapter, but the adapter can't deliver to the integration engine. I get the following in the Communication channel monitoring.

I have XI SP 18. Your help will be appreciated and awarded. Thanks.

2006-11-09 11:36:16 Success Retrying to send message. Retry: 1

2006-11-09 11:36:16 Success The message was successfully retrieved from the send queue.

2006-11-09 11:36:16 Success The message status set to DLNG.

2006-11-09 11:36:16 Error SOAPFault received from Integration Server. ErrorCode/Category: XIServer/IN_BIND_WRONG_ADPT; Params: File; AdditionalText: ; ApplicationFaultMessage: ; ErrorStack: Server agreement found belongs to adapter File; current adapter is 'XI'

2006-11-09 11:36:16 Error Transmitting the message to endpoint http://dmproddr:8009/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Error during conversion of XI message.

2006-11-09 11:36:16 Success The asynchronous message was successfully scheduled to be delivered at Thu Nov 09 11:41:16 PST 2006.

2006-11-09 11:36:16 Success The message status set to WAIT.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The real problem was the patch levels of Basis and XI (Java) were different (16 and 18 respectively). After patching the Basis to 18 it worked!

Thank you for your help!

moorthy
Active Contributor
0 Kudos

Hi,

Check the XI pipeline URL .. for this go to SLD->Business System-><IntegrtaionServer>

check the url. It should be http://<Server>:<http port>/sap/xi/engine?type=entry

also refer SAP Notes-804124, 807000

Regards,

Moorthy

Former Member
0 Kudos

Moorthy:

I checked it. The port is 8009 in the pipeline URL.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Check the Queue Tcode-SMQ1, and also see what is the status of the message.

Try to see if you can acces the following URL with user XIAFUSER and see if it works

http://<XIServer>:<J2EE_port>/MessagingSystem/receive/AFW/XI

Also, Please try to refresh your cache via URL with user XIDIRUSER and see if it works.

http://<host>:<J2EEport>/CPACache/refresh?mode=full

Your Pipeline URL should be

http://<hostname>:<port>/sap/xi/engine?type=entry

You need to change this value in your SLD> Business system> <yourIntegrationServer> --> Pipeline URL

Regards

Agasthuri Doss