Hello,
My scenario is
SAP System ----->(Proxy) PI -------->(File) FTP
Synchronous Scenario
I have been using the RequestResponseBean and ResponseOnewayBean module in the Sender Request Adapter channel to convert the file adapter from Asynchrounous to Synchronous scenario.
While Triggering Data From Proxy the receiver request channel is placing the file in the FTP.
But the sender Response channel is saying that "No suitable Sender agreement found" error.
Also in the Audit log :SOAP: call failed com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error encountered while executing mapping: com.sap.aii.af.service.mapping.MappingException: 204 .
Getting the above error.
Also I need the Sender Response Channel to pick the file after 10 minutes of placing the file in the FTP by the receiver Request channel.
Please help on this.