Hi @Ramsekar Chandrasegara sastry ,
Welcome to Microsoft Q&A forum and thanks for the ask.
The issue you are seeing is because of the limitation by design.
Here are lookup activity limitations:
- The Lookup activity can return up to 5000 rows; if the result set contains more records, the first 5000 rows will be returned.
- The Lookup activity output supports up to 4 MB in size, activity will fail if the size exceeds the limit.
- The longest duration for Lookup activity before timeout is 24 hours.
- When you use query or stored procedure to lookup data, make sure to return one and exact one result set. Otherwise, Lookup activity fails.
As a workaround you could try breaking the source file to smaller files (<4 MB) which would help avoid this issue.
Hope this helps. Do let us know how it goes.
----------
Please don’t forget to Accept Answer
and Up-Vote
wherever the information provided helps you, this can be beneficial to other community members.