I have set the project/debugging/Run64BitRuntime to false
have specified run as 32 bit in execution properties of job
But the package still fails when run as sql agent job
The specific error msg in the History log point at one of the data flows for inserting data from flatfile to table.
"The column "column 1" cannot be inserted because the conversion between types DT_STR and DT_TEXT is not supported"
I have made the change to this column and others to accommodate some large text fields and have not had a problem til I tried to run as a job.
I should mention that the insert that errors is running in a child package.