Hi PI Experts,
I had requirement to pick multile files from SFTP Server.
The follwing are the file Names
bai2_pd_<Date&Timestamp>.txt
bai2_pd_<Date&Timestamp>.txt
bai2_pd_<Date&Timestamp>.txt
bai2_pd_<Date&Timestamp>.txt
The only difference is Date & Timestamp changes for every File.
The file had permissions and through SFTP Channel the file got picked up successfully, If I gave Specific File name
Ex : bai2_pd_20130509040809.txt
If the Directory contains 4 files and mentioned *.txt, files are not picked up and gone through some blogs for multiple files picking through SFTP channel and I came to know I have to mention specific format as below.
As per this link http://scn.sap.com/docs/DOC-35572
EX : [a-z]*.txt
Even then the same result. Files are not picked up from SFTP Server[Bank System]
In Communication channel I am getting the log after polling interval as mentioned below
No New File
Found 0(Zero) Files
Channel needs execution, executing now, next execution is scheduled at 5/9/13 8:12 AM
However Files are there in SFTP Server.
Please help me.
Rgds,
Kumar