I have some existing packages which I try to edit.
The packages load some data from flatfiles, which works great for the packages which are already on the server.
I edited the packages to load the data from the other flat files (same structure, just other name) and tested it in visual studio - works great.
Then I uploaded the edited packages to SQL Server and the flatfile import returned the following errorcode: 0xC020902A and a Message, that my column couldn't be converted because of truncation.
I did a data conversion to UTF-8 and this package worked on the server.
Then I opened the next package and I got a similar error 0xC0209029. I tried to convert this column as well but the it's an integer and I really can't find the problem.
It's a strange behavior anyway, as I can run the package locally without a problem and the final result in the database is correct.
Could this be some kind of setting or permission problem?
Thanks for your help! :-)