Configuration question - Postgre SQL

Discussion of issues, suggestions and bugs of Devart SSIS Data Flow Components, our product line for building SSIS-based ETL solutions, performing data access to popular cloud applications and databases.
Post Reply
JCallTX
Posts: 1
Joined: Tue 11 May 2021 20:30

Configuration question - Postgre SQL

Post by JCallTX » Tue 11 May 2021 22:56

Hoping someone here is willing to help out a rank beginner.
We bought the Data Flow component for Postgre SQL for a new project. Our developer is unsure how to configure the main.cmd file - specifically the customization for the COMPONENTS tag.

Is there a particular format needed for that? The example text is /COMPONENTS="crm\salesforce" -- is that supposed to be the source? Is this information pulled out of the connection manager?

I couldn't get any clarification from the Help or the KB, and I didn't get any response from [email protected] so I'm hoping that someone here can provide some clarification?

DmitryGm
Devart Team
Posts: 152
Joined: Fri 11 Dec 2020 10:27

Re: Configuration question - Postgre SQL

Post by DmitryGm » Wed 12 May 2021 16:47

In order to install SSIS Data Flow Components Components for PostgreSQL you should use the following parameter in the command line:

Code: Select all

/COMPONENTS="databases\postgresql"
We shall reflect it in our documentation soon.

Post Reply