I created a SSIS package for a simple file to Postgres table load. In Visual Studio it ran without any issues. But when its deployed and ran via SQL Agent job its failing stating below error:
as per the answers I found here and on other sites, I have changed the VS version to lower then the SSIS and changed the runtime to 32 bit in both the places. But its still failing due to the same error. so any suggestions would be of great help and let me know if you need more details, thanks!
ScreenShots:
- SSIS Package:
- Package deployed in SQL Server:
- SQL Agent Job:



