10 Replies Latest reply: Jul 24, 2012 10:50 PM by Norbert Klein RSS

BODS Fetching no rows to process.

Raghavender Rao Rayannagari
Currently Being Moderated

All,

 

I have a pretty much straight Dataflow, wherein i am just trying to do a group by on a source table and load it into the Target.

 

The Source tables has around 200 Million records in total.

 

When 1 run this job, i see the following in the trace log. But, its not fetching any records. Job is getting successfully completed with 0 rows.

 

" Cache statistics determined that data flow <DF_XXXXXXX> uses <0> caches with a total size of <0> bytes. This is less than(or equal to) the virtual memory <1609564160> bytes available for caches. Statistics is switching the cache type to IN MEMORY. "

 

When i run the generated sql from the Data Flow on the Database directly i am able to see the data.

 

Did any one come across this before ?

 

Any thoughts / comments would be helpful.

 

Thank you.