Dear Sirs,
I am currently trying to automate execution of ETL jobs: on my server, I have a bat file that will detect when a new file is added in a folder and execute the related ETL process,
Then after the executing ETL process, it will move the source file into the backup folder.
However if the ETL process "crashes", the file would be moved anyways and the user will have to restore the file before executing it again.
Is there a solution to get the status of the ETL execution that I could use as a condition of moving the file?
Thanks in advance!