Hi All,
Is it possible to list the packages currently executing on an SSIS server (as shown by connecting via SSMS to the IS instance and looking in the \Running Packages\ folder)? Is there a query that can be run against the related MSDB database to return this information?
Edition is 2008R2 Enterprise. Using SQL Server as the package store.
edit: purpose of this is to fill in the information gap due to the lack of an OnCanceled/OnStopped event handler in SSIS. there is no way to tell from the dbo.ssissyslog whether the package is actually executing/hanging or whether the package has been stopped (eg SQL agent ssis job is stopped)
Thanks
Jakub @ Adelaide, Australia