Hi,
<removed by moderator>
XI is trying to pick files from the folder Shipment/PRD/
The file access parameters are given as
Source directory: /Shipment/PRD/
File Name: O_500*
Now in the production enviornment, there is no file present in the directory. But it is throwing an error. According to me when folder is empty, it should not throw an error. It should throw an error only when trying to process a file.
The error description is as follows:
" Could not process file 'O_500: No such file or directory': com.sap.exception.standard.SAPIllegalArgumentException: The parameter "argument" has the value "ftp://yefhs60.eu.ykgw.net:21/Shipment/PRD/O_500: No such file or directory", so it contains the character "*" which is not allowed "
I can understad the message that "No file or directory is present (indeed there is no file present. The directory is empty)"
But why is star () an illegal character. Should we give O_500.* to avoid this comm channel error?
<removed by moderator>
Thanks,
John
Edited by: Mike Pokraka on Jul 24, 2008 1:38 PM