Hi Everyone,
i am using cache file as lookup, intially in first dataflow task some data i am storing into cache file ,in next dataflow task i am using this cache file as a lookup, with Mode:Full Cache, these two dataflow tasks are inside for loop container with some condition , for first loop it is working fine , for the next loop i am getting below mentioned error, is their any option forCache : override cahe file, which is like Flat File(override data in the file) .
insted of using cache file as a lookup i can store data into falt file in the next data flow task insted of lookup i can use merge join but duplictes will come. please suggest on this.
karteek_miryala