Hello,
I am trying to retrieve some information from sysdtslog90 table (generated by the SQL Server log provider) which logs OnError events for my tasks and packages. The problem I have is that the value of System::ExecutionInstanceGUID (used every where inside the package) is found to be different from the ExecutionID field in the sysdtslog90 table for each run and hence I can't query this table. I know this value is newly generated everytime the package is run, but why is it different in the same execution context?
Is anybody having solution to this problem?
Thanks,