cancel
Showing results for 
Search instead for 
Did you mean: 

Error in receiver SFTP : Message could not be forwarded to the JCA adapter. Reason: Fatal exception: javax.resource.ResourceException:

Former Member
0 Kudos

Hi guys,

I am getting error while trying to post a message to SFTP server.

My Scenario is : Proxy ----> PI ----> SFTP(Seeburger).

Need to place a .txt file at receiver SFTP( Here using Module bean XMl2Plain). When i executes a proxy , its successfull both in ECC and PI (SXMB_MONI) and but the receiver communication channel related to SFTP is in error satate with below ERROR :

Error description :

===============

Message could not be forwarded to the JCA adapter. Reason: Fatal exception: javax.resource.ResourceException: >> Description: Transmission report has to be sent, but no matching report channel was found or agreements are missing. Check if the channel is active too. Unable to execute query because: com.seeburger.xi.config.ConfigException: No report channel found between parties: Sender Partynull and Receiver Party:null>> Details: Transmission report has to be sent, but no matching report channel was found or agreements are missing. Check if the channel is active too. Unable to execute query because: com.seeburger.xi.config.ConfigException: No report channel found between parties: Sender Partynull and Receiver Party:null>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMPONENT_ERROR>>Retryable: true>>Fatal: true, >> Description: Transmission report has to be sent, but no matching report channel was found or agreements are missing. Check if the channel is active too. Unable to execute query because: com.seeburger.xi.config.ConfigException: No report channel found between parties: Sender Partynull and Receiver Party:null>> Details: Transmission report has to be sent, but no matching report channel was found or agreements are missing. Check if the channel is active too. Unable to execute query because: com.seeburger.xi.config.ConfigException: No report channel found between parties: Sender Partynull and Receiver Party:null>>SendingStatus: NOT_TRANSMITTED>>FaultCategory: COMPONENT_ERROR>>Retryable: true>>Fatal: true.

============================

Communication channel is in active state and related agreement also active.

So, please suggest me , what could be the reason.

Thanks in advance for your quick response.

Reg

Suresh

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member223322
Active Participant
0 Kudos

Hi,

You are good with your SFTP receiver channel. But you also need to configure a Sender channel with transport protocol FTP-REPORTS for your receiving party to get the MDN back from them. Also you need to configure all other steps RD, ID(put some dummy mapping name), SA & RA to receive this MDN back to your party. This should solve your issue.

~Srini

Former Member
0 Kudos

Hi Suresh,

     I am facing the same issue right now. Have you fixed it already? If yes, could you please share the solution.

Thanks in advance for your time.

Lakshmi Naik