Variable Value Changed
I'm trying to use the variable logging. I'm using the sample solution package dowmnloaded from Wrox. I used an execute SQL Task to do a count(*) and had the result set update a variable. The package ran succesfully, but no recordds were written to the PackageVariableLog table. Do I need to have a variable value changed event scoped to the task?
Thanks,
Bob
I found the problem, I didn't change the RaiseChangeEvent property to true. Now that I have it works.
Bob
Last edited by oleinik; April 13th, 2010 at 04:20 PM..
Reason: No longer a problem
|