I have a SSIS package where I take data from SQL Server Table, data conversion and load that into a table in PostgreSQL.
Package details:
Source : OLEDB Source
Transformation : Data Conversion (varchar data type conversion)
Destination : ADO NET Destination
Database connected is successfully using ADO.Net
Mapping has been done properly between Data conversion to Destination.
While executing package getting following error:
[ADO NET Destination [192]] Error: ADO NET Destination has failed to acquire the connection {B63BB8E1-515E-4687-89D9-990575FBD5F0}. The connection may have been corrupted.