July 7, 2008 at 6:10 pm
There was another topic where someone asked how to switch automatic validation of the just-opened package, and I did not find any clear answer on this.
I have another question -- how to switch damn validation DURING execution (debug)??????
Situation: I have 100 dataflow elements on the package groupped, etc. When four of them are pumping I want to go into one of them and see how many rows it has pumped so far.
Problem: When I go in there and try to get back to the package view (Control Flow) the whole damn thing freezes with the message (in the left bottom corner) Validating BLABLA... Usually it will be OLE DB connection. It freezes so strongly so that I need to kill the task in the Task Manager. Its just ridiculous!!!! Why the hell does it validate anything during execution (debug)?
it does not happen all the time, and it largely depends on the time elapsed since the package started (the longer the more probability) and on the number of dataflow running at the same time.
when I have one or two -- no problem, buy my package is not that small.
Please help...
M.Sc.IT, M.B.A, MCTS BI 2008, MCITP BI 2008, MCTS SQL Dev, CSM, CDVDM
July 7, 2008 at 10:32 pm
You have an option called "Delay Validation". Set this property to True
July 9, 2008 at 7:28 am
dayananthan (7/7/2008)
You have an option called "Delay Validation". Set this property to True
Better yet, set it to an expression and reference a "Debug" variable. Then you can turn this delay on and off for several tasks/connections from one location.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply