SSIS pakcage issue without error description destination is postgresql

pandiyanrajendran rajendran 1 Reputation point
2021-02-26T15:20:41.39+00:00

Hi All,

Acutual am trying to migrate the data from SQL to PostgreSQL using SSIS package.
so I am using intellisoft Oledb provider to connect the postgresql.

here is my problem while running the ssis package am facing the below issue without error description.

[OLE DB Destination [107]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Intellisoft OLE DB Provider for PostgreSQL" Hresult: 0x80004005 Description: "".

[OLE DB Destination [107]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "OLE DB Destination.Inputs[OLE DB Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "OLE DB Destination.Inputs[OLE DB Destination Input]" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE DB Destination" (107) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (120). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.

Thanks in advance.

Pandiyan R.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,666 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,451 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Monalv-MSFT 5,891 Reputation points
    2021-03-01T07:53:24.14+00:00

    Hi @pandiyanrajendran rajendran ,

    Please try to use other driver for PostgreSQL.

    Hope the following links will be helpful:

    1. Software Catalogue - Drivers and interfaces
    2. Get the PostgreSQL ODBC driver
    3. Export data from Postgres to SQL Server using SSIS
      In this example, the database used to import data is the 'Postgres' database which is installed by default. We will use this database to export data from the students table in Postgres to SQL Server with SQL Server Integration Services.

    Best regards,
    Mona

    ----------

    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.