Hi Falguni,
If the package in question is logging to sysdtslog90, you can find currently running SSIS packages by executing a query that looks for 'Package Start' events without 'Package End' events grouped by ExecutionID and ordered by StartTime (descending). You can detect errors in this manner also, provided you are capturing package-level OnError events in your logging configuration.
Hope this helps,
Andy
Andy Leonard
|