SSIS Package (2008).
Outside of the package: Backup created at remote site, compressed and encrypted (7zip) and
sent to me via FTP.
My package: is scheduled (SQL agent job) to copy the file to sql and restore it.
Problem:
If the ftp transfer from the remote site is not ready when my package runs, my package fails cause the file is locked by another process.
Should I go for retry logic, where the package picks up the error and waits for 15 minutes and tries again?
Other ideas on how to get around this locked file problem?
(And I can not initiate the process from my side)
↧