I have an SSIS package that imports Excel files. Inside the package, I have a Script task that checks whether the Excel file exists or not before executing the Excel import process.
I am unable to execute the package when the Excel file doesn't exist because of the AcquireConnection error.
How can I prevent the package from executing when there is no Excel file available for import?