Skip to Content
0
Former Member
Jan 07, 2011 at 02:34 PM

Could not process file 'Input 110110b.txt': com.sap.aii.adapter.file.

31 Views

I have a FILE Adapter using FTP as a transport that is generating a very odd error.

The FTP sender channel is giving the following error is set up to retreive all files (*) from a specific directory. If you look at the error, it indicates an error processing the file 'Input 110110b.txt' as a file -- the only way this filename woudl be visible is if the adapater interrogated the directory, or the filename was hard-coded in the file mask. But the error indicates it can't change to the directory. The only way it would have come up with the file is if it had already CD'd t that directory.

1/7/11 8:12:01 AM Retry interval started. Length: 60.0 seconds

1/7/11 8:12:01 AM Could not process file 'Input 110110b.txt': com.sap.aii.adapter.file.ftp.FTPEx: 550 Failed to change directory.

1/7/11 8:12:00 AM Processing started

My first thought was a simple permission issue, so I opened a connection to server with FileZilla (an FTP client) and was able to retrieve the file without a problem. I was also able to drop a file in the directory. There is no permissions problem.