I am pulling data from Access 2000 to a sql server 2005 database. But I am getting the below error
An OLE DB error has occurred. Error code: 0x80004005.
The PrimeOutput method on component "OLE DB Source" (1) returned error code 0xC0202009. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
I tried;
1. reducing the number of columns. but of no use.
2. when i load only 1000 records from the source then it is working fine. When i load more than 1000 records, error keeps on coming.
Please suggest me on this error