cancel
Showing results for 
Search instead for 
Did you mean: 

soap to ftp scenario in SAP CPI

0 Kudos

Hi ,

I have made a SOAP to FTP scenario in CPI , but I am getting an error message :

org.apache.camel.component.file.GenericFileOperationFailedException: Error writing file [po_dest.csv]

I am able to reach to the ftp receiver server via connection check in Security.

Its a plain ftp with no encryption.

I am attaching a screenshot of the iflow :

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Sanjeeb,

Please check whether you have all the authorization to write file to designated folder ( 777 ).

Regards,

Sriprasad Shivaram Bhat

0 Kudos

Hi ,

So the s-user must have the authorization or is it something related to ftp target server side ? If the s-user needs additional authorization, then can u please share with me the role name ?

Answers (2)

Answers (2)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello,

Please accept the right answer and close the thread.

Regards,

Sriprasad Shivaram Bhat

Sriprasadsbhat
Active Contributor
0 Kudos

Its target FTP server user which you are using

0 Kudos

Hi ,

Understood.

I changed the destination folder path. and I got a 204 http response. Currently I have asked the server side to check if the file is created or not.

Thank you so much for your response.