I'm doing some testing to see whether we can switch over to using cozyroc to export data from SalesForce into our on premise database. We currently use a cloud service to do this but are quite frustrated with it.
I need to export sometimes millions of rows from SalesForce to a SQL database. I've set up a test SSIS package to export one object into our database using a SalesForce source, with the Bulk Mode. When I check in the "Monitor Bulk Data Load Jobs" I can see it in there but its only using 1 batch for 2.5 million rows. I also have a number of retries on there.
With our current process it processes in smaller batches (we can specify the size).
Is this something that is also possible to do with the cozyroc salesforce source?
Also, I keep getting the error "An error occurred with the following error message: "System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream." after its loaded around 200,000 rows into the destination table. I tried increasing the timeout time to 10 minutes but still getting the error. I don't know if this is related to it only using 1 batch or is a different issue.
Thanks!