cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy to SFTP Retry

David_Oexner
Participant
0 Kudos

Hi All,

We have a scenario where we CPI receives ABAP proxy call which will be forwarded to a SFTP receiver. Sometimes, we get error in SFTP like server unavailable, timeout etc. In such cases the message is going in failed status in CPI without any retry. What is the best approach for handling retries and also errors?

Ryan-Crosby
Active Contributor
Asynchronous proxy sender adapter in CPI includes normal JMS retry handling.
View Entire Topic
mike_sibler
Employee
Employee
0 Kudos

Hi David,
I would recommend looking at the generic pipeline concept documented here: https://community.sap.com/t5/technology-blogs-by-sap/introducing-the-new-pipeline-concept-in-cloud-i...
This does not only provide retry and error handling functionality but also provides a generic Proxy inbound handler so that the configuration on the ECC / S/4 HANA side gets easier. 
Regards,
Mike