Hi All,
I have a requirement where i need to archive the files from certain folders(Used in application logic) to different Purge location(Maybe FTP). So whats the best way to achieve it? My workaround is as below, but i donnow whether it works for n no of files.
Get the filepaths from fileaccess.cnf
2.Get the each files from the paths.
3.Process it(Do a FTP to some storage location).- Can be done in different thread using publish
But i don’t think its good method to achieve this. Any ideas are welcome.
That’s how the middle east clients are. Underlying OS is UNIX. Anyways, the problem is we have around 40 external systems interacting with Integration Server an we have around 300 directories created for processing.
But it isn’t IS done job either… if you agree. And you are talking of too many directories and this kind of activity better leverage doing it from OS shell or ksh script.
Of course when the script is ready to test you can invoke it with IS service command level .Is that a possible option for you to work with?