I have an SSIS package that runs perfectly on my local machine. When I put it out on a server I get the following error message: Error: "PG_SISTEMADETALHE" failed validation and returned validation status "VS_NEEDSNEWMETADATA".
PG_SISTEMADETALHE is an ODBC Source within Data Flow Task that has others ODBC Sources that do similar things: get data from PostgreSQL and copy to SQL Server. The major (and annoying) problem is that not all tasks are failing on that validation. I have ODBC Sources that have query inside that work and others that don't work. ODBC Sources that gets directly the table name and work.
For testing propose I created a test package and tested all ODBC Sources one by one. So it doesn't seem to be a problem on outdated references.
I'm developing SSIS packages on "SQL Server Data Tools para Visual Studio 2013" version "12.0.21.005.1" and my SQL Server version is 12.0.4439
Does anybody has a clue about how to solving this?