cancel
Showing results for 
Search instead for 
Did you mean: 

452 Error writing file

Former Member
0 Kudos

Hi All,

I have configured a File to File scenario. Both source and target system are FTP servers. My message is in Adapter Queue with status Waiting.

If I open the message I am getting following error.

Attempt to process file failed with java.io.IOException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 452 Error writing file: Error 0.

Exception caught by adapter framework: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 452 Error writing file: Error 0.

Can anybody will help me to solve my problem????

Thanks in advance.

Warm Regards,

Gouri

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Bhavesh,

The mode is Add time stamp. I down loaded both files from source and target FTP. The only difference is target FTP file is having 2 to 3 blank lines between two records. Where as in source file no blank lines. Does these blank lines making any difference?

Warm Regards,

Gouri

Former Member
0 Kudos

Actually these blank lines are making this difference. But not able to understand how they are creating????

Warm Regards,

Gouri

Former Member
0 Kudos

Hi

<i>rejects the STOR request with code 451, <b>452,</b> or 552 if the server had trouble saving the file to disk.</i>

<a href="http://www.cs.cf.ac.uk/Dave/Internet/node127.html">Source</a>

prateek
Active Contributor
0 Kudos

Hi Gouri,

This error means that the size of file that u r trying to send is too large for FTP. Either u reduce the file size or if u really want to continue sending files with this size, then you have to contact your hosting company for help.

Note: This is not an XI related error. FTP related error.

[Reward point if helpful and close the thread]

Regards,

Prateek

Former Member
0 Kudos

Hi All,

My file got processed successfully. Thanks for your help.

Warm Regards,

Gouri

Former Member
0 Kudos

How did that happen??

regards

krishna

Former Member
0 Kudos

Frankly speaking I really dont know how it happened. XI was retrying to write a file. And after 45 min it got created. But new issue I am facing is when I am picking up that file from Source FTP server the size is 7MB and when it gets created on Target FTP it is 30 MB.

Any idea abt this???

Warm Regards,

Gouri

bhavesh_kantilal
Active Contributor
0 Kudos

What is the mode in the receiver file adapter?

Is it Append?

Regards

Bhavesh

former_member335553
Active Contributor
0 Kudos

Hi

Check out this relevant thread