I'm using an Execute SQL Task from where I get all the rows from my SQL Server table, and then I use a full result set to get all my data.
Then I go to my ResultSet and I put my object variable that I name 0. After that I use a Foreach Loop Container, I put my object variable in the ADO enumerator. I Index my variable after, in my loop I put my script Task.
The Script Task is connected to SharePoint. in this script Task I insert the data from the data that I looked for it in my Execute SQL Task.
The problem is: in my SharePoint list I get only two rows from nine and I have a pop-up error in SSIS
The error is a
DTS Script Task: Runtime Error
If it's not working it should not be working at all instead I have two rows inserted in SharePoint list.
Does someone have an idea?