Page 1 of 1

Configuration question - Postgre SQL

Posted: Tue 11 May 2021 22:56
by JCallTX
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?

Re: Configuration question - Postgre SQL

Posted: Wed 12 May 2021 16:47
by DmitryGm
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.