i have a DataFlow task with FlatFile source (5 cols, 10k rows approx with 1 incomplete row at the end) > OleDb destination and ScriptComponent error output destination...
i have put a breakpoint inside the PreExecute() method and to the ProcessInput method of the script component...
when i run the package (F5) th PreExecute() method breakpoint is hit, then when i step to the next it hangs - no error within 10 minutesof waiting and the breakpoint in ProcessInput method is never hit....
any suggestion for diagnostics?