Is there a way to get the dtexec tool to not exit until the package has completed running, when pointed to a remote SSIS package?
My package runs successfully, but dtexec reports a much shorter run time than the actual duration reported in the "All Executions" report on the SQL Server. It prints the message:
To view the details for the execution, right-click on the Integration Services Catalog, and open the [All Executions] report
My goal is to kick off dtexec on the command line, and then run other code that depends on the completion of the package. Ideally I would like dtexec to not exit until the package has completed running.
Is this possible?