I'm trying to read a 700 MB flat text file. I'm using a script task for it. The data is getting stored in a DataTable. When I'm running the package in my local machine, its running fine.
But when I deploy the package to SSISDB, it runs for some time and then the script task fails showing error "Exception has been thrown by the target of an invocation."
The machine which has SSISDB installed has 2GB of RAM available out of 8GB. When the process starts, it goes down to 1GB and then the process fails.
My question is, is it happening due to less RAM available or is there some other problem?