I have created a scheduled event which performs the below actions;
1.Finding *.tab files from source folder
2.Zip all the files
3.Rename the zipped file to a specific format
4.Move the .zip file to target location
5.Delete the original .tab source files
The event performs the first four steps well, but on the delete step it deletes not only the original file, but also the moved file on the target. The source filter on the delete step doesn’t seem to work at all. Can someone help here where is the issue.
#webMethods#Integration-Server-and-ESB#Managed-File-Transfer