Hi guys, strange behavior that I don't understand. First, I use hundreds of SSIS packages daily so I am quite good on SSIS, given this:
A normal data flow between Instance A - DB AD - Table ADT (6729450 rows) ==> Instance DW - DB DWFinance - Table ADT
The flow arrives at 6681684 row (always this row) quite fast (import data fast data load) but at that point stucks. Nothing more, nothing less...stuck at that row. No error, no message.
I removed check data constaint but nothing. The only suspicious message is an alert:
[SSIS.Pipeline] Warning: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available. To resolve, run this package as an administrator, or on the system's console.
But a part that nothing else. It's just a simple, basic, stupid data flow...
What should I check?