I got the same error when running in debug mode:
4/14/2016 12:01:15 PM | Data flow <DF_name> contains unconnected statement <TRANSFORM Debug OUTPUT(QUERY TRANSFORM)> which will not be executed |
I got this error when executing job in console:
Core dump, if any, generated from this failed job. The process executing data flow <DF_name> has died abnormally
This is a bad system message of core dump memory error and dataflow will die abnormally...
SOLUTION:
Right click the dataflow and then click properties...
Change the Degree of Parallelism from DEFAULT to 1
Change the Cache type from Pageable to In-memory